summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-03-07 22:25:17 +0000
committerJunio C Hamano <junio@kernel.org>2010-03-07 22:25:17 +0000
commit636c8b28164f489af6c6c6f328c2caad6aa3364e (patch)
treed5fc029cfb6350cdef7f814c27ab5c21c8abda7a /git-rev-parse.txt
parent118896be31402ffc2d506ee4172f0a69b28e26e5 (diff)
downloadgit-htmldocs-636c8b28164f489af6c6c6f328c2caad6aa3364e.tar.gz
Autogenerated HTML docs for v1.7.0.2-157-gb7e7f
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index 1a613aa10..8db600f6b 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -148,6 +148,12 @@ shown. If the pattern does not contain a globbing character (`?`,
--is-bare-repository::
When the repository is bare print "true", otherwise "false".
+--local-env-vars::
+ List the GIT_* environment variables that are local to the
+ repository (e.g. GIT_DIR or GIT_WORK_TREE, but not GIT_EDITOR).
+ Only the names of the variables are listed, not their value,
+ even if they are set.
+
--short::
--short=number::
Instead of outputting the full SHA1 values of object names try to