From 5c7eee03da32ac8ff5e91159670558b0d7fb9b1a Mon Sep 17 00:00:00 2001 From: "jidanni@jidanni.org" Date: Tue, 6 Jan 2009 11:14:02 +0800 Subject: [PATCH] git-show-branch doc: show -g as synonym to --reflog in the list Signed-off-by: jidanni Signed-off-by: Junio C Hamano --- Documentation/git-show-branch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 8277577a6f..7e9ff3762b 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -99,12 +99,12 @@ OPTIONS will show the revisions given by "git rev-list {caret}master topic1 topic2" +-g:: --reflog[=[,]] []:: Shows most recent ref-log entries for the given ref. If is given, entries going back from that entry. can be specified as count or date. - `-g` can be used as a short-hand for this option. When - no explicit parameter is given, it defaults to the + When no explicit parameter is given, it defaults to the current branch (or `HEAD` if it is detached). Note that --more, --list, --independent and --merge-base options -- 2.11.4.GIT