commit | 6acbcb927f8e34857fa8f68fcb4f9076941b24ff | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Tue Jul 25 20:24:22 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Tue Jul 25 14:15:47 2006 -0700 |
tree | 9d759080902551409b91cd9b0211d7984828d46f | |
parent | 4ab243a944a6013d9e862adadd6fe6152c842401 [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>