Revision 515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c authored by Nicolas Pitre on 07 January 2007, 17:31:29 UTC, committed by Junio C Hamano on 08 January 2007, 02:03:07 UTC
Make "init" the equivalent of "init-db". This should make first GIT
impression a little more friendly.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent cf2999e
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