Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add ANSI control code emulation for the Windows console
[gitweb.git]
/
builtin-add.c
diff --git
a/builtin-add.c
b/builtin-add.c
index 9930cf53f5e94cb7389e7c0b2b760b113a366e51..bf13aa3ad6e55075af4f727f73b8c41861b8693e 100644
(file)
--- a/
builtin-add.c
+++ b/
builtin-add.c
@@
-16,7
+16,7
@@
#include "parse-options.h"
static const char * const builtin_add_usage[] = {
- "git
-
add [options] [--] <filepattern>...",
+ "git
add [options] [--] <filepattern>...",
NULL
};
static int patch_interactive = 0, add_interactive = 0;