X-Git-Url: https://rtime.felk.cvut.cz/gitweb/git.git/blobdiff_plain/7734d7f2f6e57973bce3d7b2af815ac737f4637c:/builtin-index-pack.c..e43e48cfb6c119d9e58e2df21f530e363358351d:/builtin/index-pack.c diff --git a/builtin-index-pack.c b/builtin/index-pack.c similarity index 99% rename from builtin-index-pack.c rename to builtin/index-pack.c index 7f3208457..a89ae831d 100644 --- a/builtin-index-pack.c +++ b/builtin/index-pack.c @@ -11,7 +11,7 @@ #include "exec_cmd.h" static const char index_pack_usage[] = -"git index-pack [-v] [-o ] [{ ---keep | --keep= }] [--strict] { | --stdin [--fix-thin] [] }"; +"git index-pack [-v] [-o ] [{ --keep | --keep= }] [--strict] { | --stdin [--fix-thin] [] }"; struct object_entry {