]> git.ipfire.org Git - thirdparty/git.git/commit
Add a minimal test for git-cherry
authorYann Dirson <ydirson@altern.org>
Sun, 8 Jan 2006 00:38:15 +0000 (01:38 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 08:54:31 +0000 (00:54 -0800)
commitb91db2707a4a3c48982c5fa052cf7ee3da8616cf
treebbd3ffab6073828709e95256a556da8481e8d6f8
parent77f1055ca7728d3ac1e7d3ce9f29c0c6d4f842c5
Add a minimal test for git-cherry

This test checks that git-cherry finds the expected number of patches
in two simple cases, and then tests the new limit arguments.

[jc: collapsed two patches into one and added sleep to make sure
 the two commits would get different timestamps]

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3500-cherry.sh [new file with mode: 0755]