Junio C Hamano, Thu, Feb 21, 2008 21:23:10 +0100: > Alex Riesen <raa.lkml@xxxxxxxxx> writes: > > > > Well, it fails... In current master > > Then please mark it with test_expect_failure. That's because I expect it to be fixed (in the next mail) > > +test_expect_success 'allow amend of an empty message' ' > > + > > + git reset --hard && > > + sha=$(:|git commit-tree HEAD^{tree} -p HEAD) && > > You do not have to pipe; </dev/null would do ;-). Sadly: no. There are very challenged systems. Like, for instance, ones having no idea of what "/dev/null" is. Windows/Cygwin/ActiveState Perl in a bloody stupid corporate combination. I'm trying to minimize differences between my tree for my system at work and the main tree. It is honestly the only purpose for this construct. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html