summaryrefslogtreecommitdiffstats
path: root/git-gui.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-15 08:07:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-15 08:07:55 +0000
commitd3452a0b887b74a3c7ce37ba11453e80ccb3aad6 (patch)
tree5107c80123b2f4e8ae4f1554a24ae35decd8456b /git-gui.html
parent283634923aa8f124696f3e9a77a012b96493c2d7 (diff)
downloadgit-htmldocs-d3452a0b887b74a3c7ce37ba11453e80ccb3aad6.tar.gz
Autogenerated HTML docs for v1.6.0.4-735-gea4f
Diffstat (limited to 'git-gui.html')
-rw-r--r--git-gui.html33
1 files changed, 32 insertions, 1 deletions
diff --git a/git-gui.html b/git-gui.html
index 0242599ac..59c53f70b 100644
--- a/git-gui.html
+++ b/git-gui.html
@@ -408,11 +408,42 @@ git gui blame v0.99.8 Makefile
</p>
</dd>
<dt>
+git gui blame --line=100 Makefile
+</dt>
+<dd>
+<p>
+ Loads annotations as described above and automatically
+ scrolls the view to center on line <em>100</em>.
+</p>
+</dd>
+<dt>
git gui citool
</dt>
<dd>
<p>
Make one commit and return to the shell when it is complete.
+ This command returns a non-zero exit code if the window was
+ closed in any way other than by making a commit.
+</p>
+</dd>
+<dt>
+git gui citool --amend
+</dt>
+<dd>
+<p>
+ Automatically enter the <em>Amend Last Commit</em> mode of
+ the interface.
+</p>
+</dd>
+<dt>
+git gui citool --nocommit
+</dt>
+<dd>
+<p>
+ Behave as normal citool, but instead of making a commit
+ simply terminate with a zero exit code. It still checks
+ that the index does not contain any unmerged entries, so
+ you can use it as a GUI version of <a href="git-mergetool.html">git-mergetool(1)</a>
</p>
</dd>
<dt>
@@ -481,7 +512,7 @@ of end users.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-10-31 11:28:35 UTC
+Last updated 2008-11-15 08:07:37 UTC
</div>
</div>
</body>