diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-08-14 12:19:54 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-08-14 12:19:54 -0300 |
commit | 6f362119e111a95d8a1356656b8d4e5527adf8c7 (patch) | |
tree | bf61063e3fed205ed1aa26f987b904a54d776ea8 | |
parent | 8c0ba8357e629cc2eaef1d551618d14ac15b6493 (diff) | |
parent | 1a5c75ab9e3540535109fe3be058be298514ce10 (diff) |
Merge branch 'master' of git:hacking
-rwxr-xr-x | git-shell-commands/change-description | 2 | ||||
-rwxr-xr-x | git-shell-commands/fetch-mirrors | 2 | ||||
-rwxr-xr-x | git-shell-commands/help | 2 | ||||
-rwxr-xr-x | git-shell-commands/hook-install | 2 | ||||
-rwxr-xr-x | git-shell-commands/mirror | 2 | ||||
-rwxr-xr-x | git-shell-commands/mirrors | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/git-shell-commands/change-description b/git-shell-commands/change-description index c8abdab..a4cb197 100755 --- a/git-shell-commands/change-description +++ b/git-shell-commands/change-description @@ -1,6 +1,6 @@ #!/bin/sh # * change-description -# Allows users to change project description +# Cambia la descripcion del projecto, necesita archivo description en el proyecto # ssh git@host change-description repo "description" set -e diff --git a/git-shell-commands/fetch-mirrors b/git-shell-commands/fetch-mirrors index 6268bf9..a9442ba 100755 --- a/git-shell-commands/fetch-mirrors +++ b/git-shell-commands/fetch-mirrors @@ -1,6 +1,6 @@ #!/bin/sh # * fetch-mirrors -# Updates mirrors created with `mirror` +# Actualiza el `mirrors` (espejos) creados con `mirror` # ssh git@host fetch-mirrors set -e diff --git a/git-shell-commands/help b/git-shell-commands/help index 45f0bd6..e707df8 100755 --- a/git-shell-commands/help +++ b/git-shell-commands/help @@ -1,6 +1,6 @@ #!/bin/sh # * help -# Gets available commands +# Obtiene los comando habilitados # ssh git@host help set -e diff --git a/git-shell-commands/hook-install b/git-shell-commands/hook-install index cfd4962..08a0340 100755 --- a/git-shell-commands/hook-install +++ b/git-shell-commands/hook-install @@ -1,6 +1,6 @@ #!/bin/sh # * hook-install -# Installs a hook on a repo +# Instala un hook en un repo # ssh git@host hook-install hook script repo [alt-dir] set -e diff --git a/git-shell-commands/mirror b/git-shell-commands/mirror index c634b9e..212687e 100755 --- a/git-shell-commands/mirror +++ b/git-shell-commands/mirror @@ -1,6 +1,6 @@ #!/bin/sh # * mirror -# Mirrors a repository +# Espeja un repositorio # ssh git@host mirror git://url/repo.git set -E diff --git a/git-shell-commands/mirrors b/git-shell-commands/mirrors index d0ae3f4..d1301a8 100755 --- a/git-shell-commands/mirrors +++ b/git-shell-commands/mirrors @@ -1,6 +1,6 @@ #!/bin/sh # * mirrors -# Prints all mirrored repos +# Muestra todos los repositorios espejos (mirror) # ssh git@host mirrors set -e |