From 55565c5117dd5fc90ad05574f983ed64b21636ae Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 27 May 2006 23:21:28 +0200 Subject: [PATCH] "View commands" section becomes "History commands". --- tig.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tig.c b/tig.c index d86d51f..e8ee3ce 100644 --- a/tig.c +++ b/tig.c @@ -474,9 +474,9 @@ parse_options(int argc, char *argv[]) "git ls-remote . 2>/dev/null" /** - * [[view-commands]] - * View commands - * ~~~~~~~~~~~~~ + * [[history-commands]] + * History commands + * ~~~~~~~~~~~~~~~~ * It is possible to alter which commands are used for the different views. * If for example you prefer commits in the main view to be sorted by date * and only show 500 commits, use: @@ -2578,7 +2578,8 @@ main(int argc, char *argv[]) * * You can tune the interaction with git by making use of the options * explained in this section. For example, by configuring the environment - * variables described in the <> section. + * variables described in the <> + * section. * * Limit by path name * ~~~~~~~~~~~~~~~~~~ -- 2.32.0.93.g670b81a890