]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-blame.txt
documentation: fix whitespace issues
[thirdparty/git.git] / Documentation / git-blame.txt
index 6f39147c0513b6496087afe4bb30f71389121e40..5720d04ffe4e7434c1798cad4833e233fc71f534 100644 (file)
@@ -170,7 +170,7 @@ which limits the annotation to the body of the `hello` subroutine.
 
 When you are not interested in changes older than version
 v2.6.18, or changes older than 3 weeks, you can use revision
-range specifiers  similar to 'git rev-list':
+range specifiers similar to 'git rev-list':
 
        git blame v2.6.18.. -- foo
        git blame --since=3.weeks -- foo