From: Jonathan Nieder Date: Mon, 30 Jun 2008 22:05:15 +0000 (-0500) Subject: whitespace fix in Documentation/git-repack.txt X-Git-Tag: v1.6.0-rc0~170 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3f2d1ee89f6f1978a84ce184084738af4a462db9;p=git.git whitespace fix in Documentation/git-repack.txt Change leading spaces to tabs to match the rest of the file. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 04d6f1fbc..9011d06e7 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::