summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cfbde7)
raw | patch | inline | side by side (parent: 5cfbde7)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sat, 27 May 2006 21:21:28 +0000 (23:21 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Sat, 27 May 2006 21:21:28 +0000 (23:21 +0200) |
tig.c | patch | blob | history |
index d86d51f400618debfef07bd0e21b2cbc59ac1fac..e8ee3ce4cbf53b67f3c595f894cfc4efc2c96d2d 100644 (file)
--- a/tig.c
+++ b/tig.c
"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:
*
* 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 <<view-commands, "View commands">> section.
+ * variables described in the <<history-commands, "History commands">>
+ * section.
*
* Limit by path name
* ~~~~~~~~~~~~~~~~~~