diff options
author | Philip Oakley <philipoakley@iee.org> | 2017-01-12 21:32:40 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-13 12:23:28 -0800 |
commit | 3120925c25e571d4cd3b7c20608a01e35961d1a4 (patch) | |
tree | 8e30b41ab7b8942e39bb798701c085df80985d17 /Documentation | |
parent | b6ca73d9adaba0d4af87ef2cf97165d6709eaba2 (diff) | |
download | git-3120925c25e571d4cd3b7c20608a01e35961d1a4.tar.gz git-3120925c25e571d4cd3b7c20608a01e35961d1a4.tar.xz |
doc: git-gui browser does not default to HEAD
37cd4f7 ("Document git-gui, git-citool as mainporcelain manual pages",
2007-06-21) documented the default, but was shortly followed by c52c945
("git-gui: Allow blame/browser subcommands on bare repositories",
2007-07-17) which, it would appear, as a side effect, removed that default.
Finally document that change.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Reviewed-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-gui.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt index 8144527ae..5f93f8003 100644 --- a/Documentation/git-gui.txt +++ b/Documentation/git-gui.txt @@ -35,7 +35,7 @@ blame:: browser:: Start a tree browser showing all files in the specified - commit (or 'HEAD' by default). Files selected through the + commit. Files selected through the browser are opened in the blame viewer. citool:: |