diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2007-09-10 23:02:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-19 03:22:30 -0700 |
commit | fbdeef948bbc085124f9634d5108940dce5fc688 (patch) | |
tree | ace810dc3608ed06bc314344e6e9cf5655e02d93 /ssh-pull.c | |
parent | Make function to refill http queue a callback (diff) | |
download | tgif-fbdeef948bbc085124f9634d5108940dce5fc688.tar.xz |
Remove obsolete commit-walkers
Removes the commit-walkers that are no longer useful, as well as
library code that was only used by ssh-fetch/push.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ssh-pull.c')
-rw-r--r-- | ssh-pull.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh-pull.c b/ssh-pull.c deleted file mode 100644 index 868ce4d41f..0000000000 --- a/ssh-pull.c +++ /dev/null @@ -1,4 +0,0 @@ -#define COUNTERPART_ENV_NAME "GIT_SSH_PUSH" -#define COUNTERPART_PROGRAM_NAME "git-ssh-push" -#define MY_PROGRAM_NAME "git-ssh-pull" -#include "ssh-fetch.c" |