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 <[email protected]> --- cc: Shawn O. Pearce <[email protected]> cc: Pat Thoyts <[email protected]> --- Documentation/git-gui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt index c1a3e8b..5f93f80 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:: -- 2.9.0.windows.1.323.g0305acf

