Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-19 | diff --stat: do not drop rename information. | Junio C Hamano | 1 | -9/+68 | |
When a verbatim rename or copy is detected, we did not show anything on the "diff --stat" for the filepair. This makes it to show the rename information. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-04-19 | diff: move diff.c to diff-lib.c to make room. | Junio C Hamano | 1 | -0/+1736 | |
Now I am not doing any real "git-diff in C" yet, but this would help before doing so. Signed-off-by: Junio C Hamano <junkio@cox.net> |