Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
"diff --check" should affect exit status
[gitweb.git]
/
builtin-blame.c
diff --git
a/builtin-blame.c
b/builtin-blame.c
index 5466d01f9a5917dbba4108669ee4513b581ff2c9..99ea0a02cb39bb72b39f147e75a2aa3850bfe3d2 100644
(file)
--- a/
builtin-blame.c
+++ b/
builtin-blame.c
@@
-542,7
+542,7
@@
static struct patch *compare_buffer(mmfile_t *file_p, mmfile_t *file_o,
state.ret->chunks = NULL;
state.ret->num = 0;
- xd
l
_diff(file_p, file_o, &xpp, &xecfg, &ecb);
+ xd
i
_diff(file_p, file_o, &xpp, &xecfg, &ecb);
if (state.ret->num) {
struct chunk *chunk;