Revision 24451c31032d4ea3e7750b5f9c61e9c9f1657449 authored by Sergey Vlasov on 21 September 2005, 16:34:24 UTC, committed by Junio C Hamano on 23 September 2005, 04:52:11 UTC
Remove holes left after deleting flags, and use shifts to emphasize
that flags are single bits.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 2449696
Raw File
ssh-push.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PULL"
#define COUNTERPART_PROGRAM_NAME "git-ssh-pull"
#define MY_PROGRAM_NAME "git-ssh-push"
#include "ssh-upload.c"
back to top