aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-01-24 15:05:16 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-24 15:13:47 -0800
commit084ae0a7bd8a13dea7731dd7b6bf37f08c1cfc77 (patch)
treedebf27e7cf50c04190b1759caa3117e60c78edd5 /Documentation/git-rev-list.txt
parente955ae957c401cb541f23d46af66c9b3d5b8ffe9 (diff)
downloadgit-084ae0a7bd8a13dea7731dd7b6bf37f08c1cfc77.tar.gz
git-084ae0a7bd8a13dea7731dd7b6bf37f08c1cfc77.tar.xz
reflog inspection: introduce shortcut "-g"
A short-hand "-g" for "git log --walk-reflogs" and "git show-branch --reflog" makes it easier to access the reflog info. [jc: added -g to show-branch for symmetry] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index a996f6cb1..c74211759 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -191,7 +191,7 @@ limiting may be applied.
In addition to the '<commit>' listed on the command
line, read them from the standard input.
---walk-reflogs::
+-g, --walk-reflogs::
Instead of walking the commit ancestry chain, walk
reflog entries from the most recent one to older ones.