Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adjust diff-raw tests to the status letter change. | Junio C Hamano | 2005-07-26 |
| | | | | | | | | | | | 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] diff: consolidate test helper script pieces. | Junio C Hamano | 2005-05-31 |
There were duplicate script pieces to help comparing diff output, which this patch consolidates into the t/diff-lib.sh library. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |