Skip to content

Commit

Permalink
whitespace fix in Documentation/git-repack.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Jul 2, 2008
1 parent 6998e4d commit 3f2d1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-repack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 3f2d1ee

Please sign in to comment.