author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 25 Jul 2006 18:24:22 +0000 (20:24 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 25 Jul 2006 21:15:47 +0000 (14:15 -0700) | ||
commit | 6acbcb927f8e34857fa8f68fcb4f9076941b24ff | |
tree | 9d759080902551409b91cd9b0211d7984828d46f | tree | snapshot |
parent | 4ab243a944a6013d9e862adadd6fe6152c842401 | commit | diff |
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>
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 | diff | blob | history | |
builtin-help.c | diff | blob | history | |
git.c | diff | blob | history |