diff options
author | Matthias Lederhofer <matled@gmx.net> | 2007-06-03 16:46:36 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-06 16:07:53 -0700 |
commit | 493c774e58a05bbbac06e4ae1654ca3d24e4e5cf (patch) | |
tree | 0ba0afdae1fcb024f1323d34abff3049c26a5a1e /Documentation/git-rev-parse.txt | |
parent | 4faac2468de86f4dfd482d55d7c9adc7f2796f07 (diff) | |
download | git-493c774e58a05bbbac06e4ae1654ca3d24e4e5cf.tar.gz git-493c774e58a05bbbac06e4ae1654ca3d24e4e5cf.tar.xz |
rev-parse: introduce --is-bare-repository
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-parse.txt')
-rw-r--r-- | Documentation/git-rev-parse.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 5fcec19a5..c817d1614 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -93,6 +93,9 @@ OPTIONS When the current working directory is below the repository directory print "true", otherwise "false". +--is-bare-repository:: + When the repository is bare print "true", otherwise "false". + --short, --short=number:: Instead of outputting the full SHA1 values of object names try to abbreviate them to a shorter unique name. When no length is specified |