diff options
author | Alexander Gavrilov <angavrilov@gmail.com> | 2008-11-13 20:28:49 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-14 21:38:11 -0800 |
commit | a2df1fb2e52a49bf6b17b352581510efd851f337 (patch) | |
tree | 9413cf9fb055824f425ae5d9769b667ae305ace4 /Documentation/gitk.txt | |
parent | e1ca0defd2039aecd7b5a68ed653f8ec40cf509e (diff) | |
download | git-a2df1fb2e52a49bf6b17b352581510efd851f337.tar.gz |
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 |