diff options
author | Alp Toker <alp@atoker.com> | 2006-07-11 11:19:33 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-11 12:45:20 -0700 |
commit | 2a75848edd49b1c4e26ac58df40b989e7dad33e3 (patch) | |
tree | c03c231622e5868d4d6ef3eff920225ef5429955 /Documentation | |
parent | c3f17061be95de3498449a548e93883aebff23d6 (diff) | |
download | git-2a75848edd49b1c4e26ac58df40b989e7dad33e3.tar.gz |
typofix (git-name-rev documentation)
Signed-off-by: Alp Toker <alp@atoker.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-name-rev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-name-rev.txt b/Documentation/git-name-rev.txt index 43f8c2593d..37fbf66efb 100644 --- a/Documentation/git-name-rev.txt +++ b/Documentation/git-name-rev.txt @@ -33,7 +33,7 @@ EXAMPLE ------- Given a commit, find out where it is relative to the local refs. Say somebody -wrote you about that phantastic commit 33db5f4d9027a10e477ccf054b2c1ab94f74c85a. +wrote you about that fantastic commit 33db5f4d9027a10e477ccf054b2c1ab94f74c85a. Of course, you look into the commit, but that only tells you what happened, but not the context. |