diff options
author | Alexander Gavrilov <angavrilov@gmail.com> | 2008-11-13 18:28:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-15 06:38:11 +0100 |
commit | a2df1fb2e52a49bf6b17b352581510efd851f337 (patch) | |
tree | 9413cf9fb055824f425ae5d9769b667ae305ace4 /Documentation/gitk.txt | |
parent | Merge git://git.bogomips.org/git-svn (diff) | |
download | git-a2df1fb2e52a49bf6b17b352581510efd851f337.tar.xz git-a2df1fb2e52a49bf6b17b352581510efd851f337.zip |
Documentation: New GUI configuration and command-line options.
Add information on new git-gui and gitk command-line options,
configuration variables, and the encoding attribute.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitk.txt')
-rw-r--r-- | Documentation/gitk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index ae29a00d59..317f6317c2 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -56,6 +56,11 @@ frequently used options. Use this instead of explicitly specifying <revs> if the set of commits to show may vary between refreshes. +--select-commit=<ref>:: + + Automatically select the specified commit after loading the graph. + Default behavior is equivalent to specifying '--select-commit=HEAD'. + <revs>:: Limit the revisions to show. This can be either a single revision |