summaryrefslogtreecommitdiff
path: root/Documentation/git-repack.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@uchicago.edu>2008-06-30 22:05:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-02 00:20:09 (GMT)
commit3f2d1ee89f6f1978a84ce184084738af4a462db9 (patch)
tree26403b49822577e9c0d4affa5d31962a5f162473 /Documentation/git-repack.txt
parent6998e4db52c6d98670a2cd1e59a7708dc18e2c52 (diff)
downloadgit-3f2d1ee89f6f1978a84ce184084738af4a462db9.zip
git-3f2d1ee89f6f1978a84ce184084738af4a462db9.tar.gz
git-3f2d1ee89f6f1978a84ce184084738af4a462db9.tar.bz2
whitespace fix in Documentation/git-repack.txt
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>
Diffstat (limited to 'Documentation/git-repack.txt')
-rw-r--r--Documentation/git-repack.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index 04d6f1f..9011d06 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -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::