]> git.ipfire.org Git - thirdparty/git.git/commit - t/lib-rebase.sh
t3404: Test the commit count in commit messages generated by "rebase -i"
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 14 Jan 2010 05:54:48 +0000 (06:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2010 08:27:56 +0000 (00:27 -0800)
commit959c0d06eafd7723517c953e80ee1a60881c373b
treefb80251b5d91b951d9647f56b3f78f2c26ce6675
parenta4049ae7ac97cb8887e9cd499c4dd0fed0eb968d
t3404: Test the commit count in commit messages generated by "rebase -i"

The first line of commit messages generated for "rebase -i"
squash/fixup commits includes a count of the number of commits that
are being combined.  Add machinery to check that this count is
correct, and add such a check to some test cases.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-rebase.sh
t/t3404-rebase-interactive.sh