---
 builtin/pack-objects.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index 0bd8f3b..0fe01fc 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -2795,6 +2795,9 @@ int cmd_repack(int argc, const char **argv, const char 
*prefix)
                OPT_BOOL('q', NULL, &quiet, "be quiet"),
                OPT_BOOL('l', NULL, &local,
                         "pass --local to git-pack-objects"),
+               { OPTION_CALLBACK, 0, "unpack-unreachable", NULL, N_("time"),
+                 N_("unpack unreachable objects newer than <time>"),
+                 PARSE_OPT_OPTARG, option_parse_unpack_unreachable },
                { OPTION_ARGUMENT, 0, "window", NULL, "n",
                 "size of the window used for delta compression", 0 },
                { OPTION_ARGUMENT, 0, "window-memory", NULL, "n",
-- 
1.8.4.rc1.25.g2793d0a

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to