Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make git-*-pull say who wants them for missing objects.
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 65110333f2a71b0f4ff13094b431380089b79ffe..a4d2b2d726b21818f3c352f69912a7d8fe54307e 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-103,7
+103,7
@@
static void builtin_diff(const char *name,
path0[i] = "/dev/null";
path1[i] = "";
} else {
- path0[i] = i ? "
l/" : "k
/";
+ path0[i] = i ? "
b/" : "a
/";
path1[i] = name_sq;
}
cmd_size += (strlen(path0[i]) + strlen(path1[i]) +