author | Junio C Hamano <junkio@cox.net> | |
Fri, 27 May 2005 22:54:37 +0000 (15:54 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 29 May 2005 18:17:43 +0000 (11:17 -0700) | ||
commit | 19feebc8c3ca7bd40f2f32f4f856b68b9a02870c | |
tree | e536ae939c90a8ce9c1278f6134ce5b6d1a72774 | tree | snapshot |
parent | 09d9d1a648ecff1dd914224b3ee616b0486ec525 | commit | diff |
[PATCH] Clean up diff_setup() to make it more extensible.
This changes the argument of diff_setup() from an integer that
says if we are feeding reversed diff to a bitmask, so that later
global options can be added more easily.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This changes the argument of diff_setup() from an integer that
says if we are feeding reversed diff to a bitmask, so that later
global options can be added more easily.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c | diff | blob | history | |
diff-files.c | diff | blob | history | |
diff-tree.c | diff | blob | history | |
diff.c | diff | blob | history | |
diff.h | diff | blob | history |