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>

Philip Oakley committed Jan 12, 2017 at 21:32 UTC 3120925c25e571d4cd3b7c20608a01e35961d1a4
1 file changed +1 -1
Documentation/git-gui.txt
+1 -1
@@ -35,7 +35,7 @@ blame::
35
36 browser::
37 Start a tree browser showing all files in the specified
38 - commit (or 'HEAD' by default). Files selected through the
38 + commit. Files selected through the
39 browser are opened in the blame viewer.
40
41 citool::