summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-02 00:17:42 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-02 00:17:42 +0000
commitd526ba9b47b4ea5c29f3e49e8250babef215eb37 (patch)
treeb880e0605034a0769f66356a2f6e262963135897 /git-rev-parse.html
parent401939fd1dcf4d2133a48e99c390eb3b2f04f9ea (diff)
downloadgit-htmldocs-d526ba9b47b4ea5c29f3e49e8250babef215eb37.tar.gz
Autogenerated HTML docs for v1.5.2.2-646-g71e55
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index d99dd799a..86bd92375 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -436,8 +436,25 @@ distinguish between them.</p>
</dt>
<dd>
<p>
- Return "true" if we are in the git directory, otherwise "false".
- Some commands require to be run in a working directory.
+ When the current working directory is below the repository
+ directory print "true", otherwise "false".
+</p>
+</dd>
+<dt>
+--is-inside-work-tree
+</dt>
+<dd>
+<p>
+ When the current working directory is inside the work tree of the
+ repository print "true", otherwise "false".
+</p>
+</dd>
+<dt>
+--is-bare-repository
+</dt>
+<dd>
+<p>
+ When the repository is bare print "true", otherwise "false".
</p>
</dd>
<dt>
@@ -718,7 +735,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-Jun-2007 00:35:00 UTC
+Last updated 02-Jul-2007 00:16:59 UTC
</div>
</div>
</body>