X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-gui.txt;h=d0bc98b85289b42727afc903a50e9e83d37def35;hb=9b3b7fd8072783e2ec20b3cf622713d39b1c8af4;hp=0e650f497bd456e633334a91bd929053a08eb0d3;hpb=07e2fbcb90bf0fc53bc67b970704730832c6d3d4;p=git.git diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt index 0e650f497..d0bc98b85 100644 --- a/Documentation/git-gui.txt +++ b/Documentation/git-gui.txt @@ -65,9 +65,28 @@ git gui blame v0.99.8 Makefile:: example the file is read from the object database and not the working directory. +git gui blame --line=100 Makefile:: + + Loads annotations as described above and automatically + scrolls the view to center on line '100'. + git gui citool:: 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. + +git gui citool --amend:: + + Automatically enter the 'Amend Last Commit' mode of + the interface. + +git gui citool --nocommit:: + + 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 linkgit:git-mergetool[1] git citool::