git wrapper: add --git-dir=<path> and --bare options
commit6acbcb927f8e34857fa8f68fcb4f9076941b24ff
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Jul 2006 18:24:22 +0000 (25 20:24 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Jul 2006 21:15:47 +0000 (25 14:15 -0700)
tree9d759080902551409b91cd9b0211d7984828d46f
parent4ab243a944a6013d9e862adadd6fe6152c842401
git wrapper: add --git-dir=<path> and --bare options

With this, you can say

git --bare repack -a -d

inside a bare repository, and it will actually work. While at it,
also move the --version, --help and --exec-path options to the
handle_options() function.

While at documenting the new options, also document the --paginate
option.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git.txt
builtin-help.c
git.c