diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-15 14:56:37 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-15 14:56:37 -0700 |
commit | f71a69ab055c47056d0270b29b8f7455278c2422 (patch) | |
tree | 783a7ee17c193bb5baa6f8ebb87e6ce365ae13e6 /.gitignore | |
parent | 0de68d28d34f915951324b9f387e6e67172e9951 (diff) | |
download | git-f71a69ab055c47056d0270b29b8f7455278c2422.tar.gz |
Be more backward compatible with git-ssh-{push,pull}.
HPA reminded me that these programs knows about the name of the
counterpart on the other end and simply symlinking the old name to
new name locally would not be enough.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9fde27fb4f..1d4a411593 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,8 @@ git-shortlog git-show-branch git-show-index git-ssh-fetch +git-ssh-pull +git-ssh-push git-ssh-upload git-status git-stripspace |