]> rtime.felk.cvut.cz Git - git.git/blobdiff - builtin/index-pack.c
Merge branch 'np/index-pack-memsave'
[git.git] / builtin / index-pack.c
similarity index 99%
rename from builtin-index-pack.c
rename to builtin/index-pack.c
index 7f3208457567642cf5fa474a0dc3194ca0f808e8..a89ae831dd6251d7332e06470273d30fd9cb31eb 100644 (file)
@@ -11,7 +11,7 @@
 #include "exec_cmd.h"
 
 static const char index_pack_usage[] =
-"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
+"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
 
 struct object_entry
 {