tig-0.9.1
[tig] / tig.1.txt
index 4b8a735..efc937b 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
@@ -36,6 +36,9 @@ OPTIONS
 -d::
        Start up in diff view using the internal diff command.
 
+-S::
+       Start up in status view.
+
 -n[INTERVAL], --line-number[=INTERVAL]::
        Prefix line numbers in log and diff view.
        Optionally, with interval different than each line.
@@ -79,6 +82,10 @@ TIG_LS_REMOTE::
        Set command for retrieving all repository references. The command
        should output data in the same format as git-ls-remote(1).
 
+TIG_CHERRY_PICK::
+       Set command for cherry-picking a commit. The command should expect
+       a commit SHA as its final argument.
+
 TIG_DIFF_CMD::
        The command used for the diff view. By default, git show is used
        as a backend.
@@ -117,7 +124,7 @@ include::BUGS[]
 
 COPYRIGHT
 ---------
-Copyright (c) 2006 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2007 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