Code

utf8: make utf8_to_unicode return 0 when encountering invalid symbols
[tig.git] / manual.txt
index 559c34524881cee0d259b3d0d6cccc1c1af5dbe1..5fd9c510723e905c99e87705c4ed4e3f7e933ae9 100644 (file)
@@ -1,6 +1,8 @@
+ifndef::doctype-manpage[]
 The tig Manual
 ==============
 Jonas Fonseca <fonseca@diku.dk>
+endif::doctype-manpage[]
 
 This is the manual for tig, the ncurses-based text-mode interface for git.
 Tig allows you to browse changes in a git repository and can additionally act
@@ -431,8 +433,8 @@ Misc
 |v     |Show version.
 |o     |Open option menu
 |.     |Toggle line numbers on/off.
-|D     |Toggle date display on/off.
-|A     |Toggle author display on/off.
+|D     |Toggle date display on/off/relative.
+|A     |Toggle author display on/off/abbreviated.
 |g     |Toggle revision graph visualization on/off.
 |F     |Toggle reference display on/off (tag and branch names).
 |:     |Open prompt. This allows you to specify what git command
@@ -582,7 +584,7 @@ include::BUGS[]
 Copyright
 ---------
 
-Copyright (c) 2006-2009 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2010 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