Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-09-11 07:02:40 +0400
committerJunio C Hamano <gitster@pobox.com>2007-09-19 14:22:30 +0400
commitfbdeef948bbc085124f9634d5108940dce5fc688 (patch)
treeace810dc3608ed06bc314344e6e9cf5655e02d93 /ssh-pull.c
parentfc57b6aaa5bc59ecbe0c052b98196a93b35760a5 (diff)
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.c4
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"