From 515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Sun, 7 Jan 2007 12:31:29 -0500 Subject: "init-db" can really be just "init" Make "init" the equivalent of "init-db". This should make first GIT impression a little more friendly. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c712b94c..d2a838276 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ EXTRA_PROGRAMS = BUILT_INS = \ git-format-patch$X git-show$X git-whatchanged$X git-cherry$X \ - git-get-tar-commit-id$X \ + git-get-tar-commit-id$X git-init$X \ $(patsubst builtin-%.o,git-%$X,$(BUILTIN_OBJS)) # what 'all' will build and 'install' will install, in gitexecdir -- cgit v1.2.1