Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git p4: work around p4 bug that causes empty symlinks
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index e34bf971207f7737c3b1a10968acd8ffb3ecf93d..3950e01910674c15d8af2c0d5d114402f43b1a9c 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-3394,7
+3394,7
@@
int parse_long_opt(const char *opt, const char **argv,
if (prefixcmp(arg, opt))
return 0;
arg += strlen(opt);
- if (*arg == '=') { /* st
icked
form: --option=value */
+ if (*arg == '=') { /* st
uck
form: --option=value */
*optarg = arg + 1;
return 1;
}