Code

Add support for opening any blob in an editor
[tig.git] / tig.1.txt
index ee96a97b3277491e0490ece12789376b8e009c96..108886155b4cf7c2392d43859a33ab960dff7049 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
@@ -94,7 +94,9 @@ ENVIRONMENT VARIABLES
 ---------------------
 
 In addition to environment variables used by git (e.g. GIT_DIR), tig defines
-the following:
+the ones below. The command related environment variables have access to the
+internal state of tig via replacement variabls, such as `%(commit)` and
+`%(blob)`. See manpage:tigrc[5] for a full list.
 
 TIGRC_USER::
        Path of the user configuration file (defaults to `~/.tigrc`).
@@ -135,7 +137,7 @@ TIG_BLOB_CMD::
 FILES
 -----
 '~/.tigrc'::
-       User configuration file. See gitlink:tigrc[5] for examples.
+       User configuration file. See manpage:tigrc[5] for examples.
 
 '{sysconfdir}/tigrc'::
        System wide configuration file.
@@ -148,7 +150,7 @@ include::BUGS[]
 
 COPYRIGHT
 ---------
-Copyright (c) 2006-2008 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2009 Jonas Fonseca <fonseca@diku.dk>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -158,7 +160,7 @@ the Free Software Foundation; either version 2 of the License, or
 SEE ALSO
 --------
 
-gitlink:tigrc[5], git(7), cogito(7), as well as other git repository browsers:
+manpage:tigrc[5], git(7), cogito(7), as well as other git repository browsers:
 gitk(1), qgit(1), gitview(1).
 
 Online resources: