]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6006-rev-list-format.sh
Add some basic tests of rev-list --pretty=format
authorJeff King <peff@peff.net>
Wed, 28 Mar 2007 00:08:28 +0000 (20:08 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Mar 2007 01:57:01 +0000 (18:57 -0700)
commitfa21b6023288d5ee0afa79021493a199b1c9bac5
tree975595a7696514c4aa0775738b6ca63058500a0c
parent465b3518a9ad5080a4b652ef35fb13c61a93e7a4
Add some basic tests of rev-list --pretty=format

These could stand to be a little more complex, but it should
at least catch obvious problems (like the recently fixed %ct
bug).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t6006-rev-list-format.sh [new file with mode: 0644]