summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bab5583)
raw | patch | inline | side by side (parent: bab5583)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 2 May 2005 04:53:36 +0000 (21:53 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 2 May 2005 04:53:36 +0000 (21:53 -0700) |
It's silly, and it shouldn't matter, but every time I look at
the diffs, I ended up just worrying why "l/" and "k/" as the
prefixes.
Junio says it's a tribute to linux-kernel, but graciously also
said I can change it to something else. So make it "a/" and "b/"
until somebody else complains ;)
the diffs, I ended up just worrying why "l/" and "k/" as the
prefixes.
Junio says it's a tribute to linux-kernel, but graciously also
said I can change it to something else. So make it "a/" and "b/"
until somebody else complains ;)
diff.c | patch | blob | history |
index 65110333f2a71b0f4ff13094b431380089b79ffe..a4d2b2d726b21818f3c352f69912a7d8fe54307e 100644 (file)
--- a/diff.c
+++ b/diff.c
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]) +