From: Junio C Hamano Date: Wed, 19 Aug 2015 21:41:24 +0000 (-0700) Subject: Merge branch 'da/subtree-date-confusion' into maint X-Git-Tag: v2.5.1~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5a30374a29a4ee9725d6ea165ead19a748eaed4c Merge branch 'da/subtree-date-confusion' into maint "git subtree" (in contrib/) depended on "git log" output to be stable, which was a no-no. Apply a workaround to force a particular date format. * da/subtree-date-confusion: contrib/subtree: ignore log.date configuration --- 5a30374a29a4ee9725d6ea165ead19a748eaed4c diff --cc contrib/subtree/t/t7900-subtree.sh index bd3df97936,da709f96e5..90519823be --- a/contrib/subtree/t/t7900-subtree.sh +++ b/contrib/subtree/t/t7900-subtree.sh @@@ -94,11 -94,15 +94,15 @@@ test_expect_success 'add sub3' # Back to mainline cd .. + test_expect_success 'enable log.date=relative to catch errors' ' + git config log.date relative + ' + test_expect_success 'add main4' ' - create main4 && - git commit -m "main4" && - git branch -m master mainline && - git branch subdir + create main4 && + git commit -m "main4" && + git branch -m master mainline && + git branch subdir ' test_expect_success 'fetch subproj history' '