aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-blame.txt
diff options
context:
space:
mode:
authorFredrik Kuivinen <freku045@student.liu.se>2006-06-13 08:08:31 +0200
committerJunio C Hamano <junkio@cox.net>2006-06-16 22:45:11 -0700
commitb19ee24b22b3c1d08f06e8f868f11d9e8639fd30 (patch)
tree035c5e4c4da0398c5138a6bd44b7dcf8e046c748 /Documentation/git-blame.txt
parentd8498500ba5cf348577202e0bb7810cbd68fa120 (diff)
downloadgit-b19ee24b22b3c1d08f06e8f868f11d9e8639fd30.tar.gz
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.txt5
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.