]> git.ipfire.org Git - thirdparty/git.git/commitdiff
whitespace fix in Documentation/git-repack.txt
authorJonathan Nieder <jrnieder@uchicago.edu>
Mon, 30 Jun 2008 22:05:15 +0000 (17:05 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 00:20:09 +0000 (17:20 -0700)
Change leading spaces to tabs to match the rest of the file.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt

index 04d6f1fbc445efc8046e09fa70e9340d1374ea65..9011d06e7dc84a5d6f7079fe8d3471a47736e1f6 100644 (file)
@@ -55,15 +55,15 @@ OPTIONS
        Also runs linkgit:git-prune-packed[1].
 
 -l::
-        Pass the `--local` option to `git pack-objects`, see
+       Pass the `--local` option to `git pack-objects`, see
        linkgit:git-pack-objects[1].
 
 -f::
-        Pass the `--no-reuse-delta` option to `git pack-objects`, see
+       Pass the `--no-reuse-delta` option to `git pack-objects`, see
        linkgit:git-pack-objects[1].
 
 -q::
-        Pass the `-q` option to `git pack-objects`, see
+       Pass the `-q` option to `git pack-objects`, see
        linkgit:git-pack-objects[1].
 
 -n::