summaryrefslogtreecommitdiffstats
path: root/git-unpack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-14 07:38:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-14 07:38:22 +0000
commitfd73d89626d7af23c1e2a51cdaca976c2bf89f23 (patch)
tree2bda2c61f342f33d93351b50dc671a03c7966d5b /git-unpack-objects.txt
parent19ed368b17abfb9ad5c7467ea74fd8a045d96b43 (diff)
downloadgit-htmldocs-fd73d89626d7af23c1e2a51cdaca976c2bf89f23.tar.gz
Autogenerated HTML docs for v1.4.2.1-g3852
Diffstat (limited to 'git-unpack-objects.txt')
-rw-r--r--git-unpack-objects.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-unpack-objects.txt b/git-unpack-objects.txt
index c20b38b08..ff6184b0f 100644
--- a/git-unpack-objects.txt
+++ b/git-unpack-objects.txt
@@ -8,7 +8,7 @@ git-unpack-objects - Unpack objects from a packed archive
SYNOPSIS
--------
-'git-unpack-objects' [-n] [-q] <pack-file
+'git-unpack-objects' [-n] [-q] [-r] <pack-file
DESCRIPTION
@@ -34,6 +34,12 @@ OPTIONS
The command usually shows percentage progress. This
flag suppresses it.
+-r::
+ When unpacking a corrupt packfile, the command dies at
+ the first corruption. This flag tells it to keep going
+ and make the best effort to recover as many objects as
+ possible.
+
Author
------