summaryrefslogtreecommitdiff
path: root/t/t4006-diff-mode.sh
Commit message (Collapse)AuthorAgeFilesLines
* Adjust diff-raw tests to the status letter change.Junio C Hamano2005-07-261-0/+0
| | | | | | | | | | | We use 'A' for added files instead of 'N' to make the it visually easier to distinguish from 'M' now. While we are at it, make the test scripts executable. Yes, I know it does not matter because t/Makefile runs them explicitly with "sh tXXXX-blah.sh", but being consistent is always better. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Mode only changes from diff.Junio C Hamano2005-05-251-0/+34
This fixes another bug. - Mode-only changes were pruned incorrectly from the output. - Added test to catch the above problem. - Normalize rename/copy similarity score in the diff-raw output to per-cent, no matter what scale we internally use. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>