builtin-clone: rewrite guess_dir_name()
[gitweb.git] / builtin-rm.c
index c0a8bb6cf5675d671a2cca50bf72d5c60f155313..56454ec8f4ed0612aa8932c4d5a3294da6a1f4cd 100644 (file)
@@ -11,7 +11,7 @@
 #include "parse-options.h"
 
 static const char * const builtin_rm_usage[] = {
-       "git-rm [options] [--] <file>...",
+       "git rm [options] [--] <file>...",
        NULL
 };
 
@@ -144,7 +144,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
        const char **pathspec;
        char *seen;
 
-       git_config(git_default_config);
+       git_config(git_default_config, NULL);
 
        newfd = hold_locked_index(&lock_file, 1);