Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Pickaxe fixes.
[gitweb.git]
/
diff-cache.c
diff --git
a/diff-cache.c
b/diff-cache.c
index 66e7bdb62e80f7dd114c72171842691c3a237df7..1e0fda52993f76afc0ee866f3e29a43469fcfd7c 100644
(file)
--- a/
diff-cache.c
+++ b/
diff-cache.c
@@
-206,7
+206,7
@@
int main(int argc, const char **argv)
diff_setup_opt |= DIFF_SETUP_REVERSE;
continue;
}
- if (!str
cmp(arg, "-S"
)) {
+ if (!str
ncmp(arg, "-S", 2
)) {
pickaxe = arg + 2;
continue;
}