diff options
author | Fredrik Kuivinen <freku045@student.liu.se> | 2006-06-13 08:08:31 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-16 22:45:11 -0700 |
commit | b19ee24b22b3c1d08f06e8f868f11d9e8639fd30 (patch) | |
tree | 035c5e4c4da0398c5138a6bd44b7dcf8e046c748 /Documentation/git-blame.txt | |
parent | fix git alias (diff) | |
download | tgif-b19ee24b22b3c1d08f06e8f868f11d9e8639fd30.tar.xz |
blame: Add --time to produce raw timestamps
fix the usage string and clean up the docs while we are at it
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-blame.txt')
-rw-r--r-- | Documentation/git-blame.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index 0a1fa00db0..bfed945914 100644 --- a/Documentation/git-blame.txt +++ b/Documentation/git-blame.txt @@ -20,7 +20,10 @@ OPTIONS Use the same output mode as git-annotate (Default: off). -l, --long:: - Show long rev (Defaults off). + Show long rev (Default: off). + +-t, --time:: + Show raw timestamp (Default: off). -S, --rev-file <revs-file>:: Use revs from revs-file instead of calling git-rev-list. |