diff options
author | Aneesh Kumar K.V <aneesh.kumar@gmail.com> | 2006-05-27 15:54:14 +0530 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-28 10:52:38 -0700 |
commit | 034016391c475e98c38a9b715cd670b8b2d0c619 (patch) | |
tree | 6a95896f6e86d822d96e1359a792f0d523d26c79 /contrib/gitview/gitview.txt | |
parent | a57c8bac0021cec21027e25bd797f85b0abf9c81 (diff) | |
download | git-034016391c475e98c38a9b715cd670b8b2d0c619.tar.gz |
gitview: Add key binding for F5.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/gitview/gitview.txt')
-rw-r--r-- | contrib/gitview/gitview.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gitview/gitview.txt b/contrib/gitview/gitview.txt index fcf759c307..e3bc4f46c2 100644 --- a/contrib/gitview/gitview.txt +++ b/contrib/gitview/gitview.txt @@ -25,6 +25,9 @@ OPTIONS <args> All the valid option for git-rev-list(1) + Key Bindings: + F5: + To reread references. EXAMPLES ------ @@ -33,6 +36,5 @@ EXAMPLES or drivers/scsi subdirectories gitview --since=2.weeks.ago - Show the changes during the last two weeks + Show the changes during the last two weeks - |