summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2009-03-01 10:20:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-02 07:58:41 (GMT)
commit2559bff32cc5c49d6e9bf3f773358e96af9e47fd (patch)
treebd528aaf7e12e3f6ca0fdbcf0b0398acf943416e /daemon.c
parentf8c62880ef22b74ea6df47bb349ff0743d2a93f9 (diff)
downloadgit-2559bff32cc5c49d6e9bf3f773358e96af9e47fd.zip
git-2559bff32cc5c49d6e9bf3f773358e96af9e47fd.tar.gz
git-2559bff32cc5c49d6e9bf3f773358e96af9e47fd.tar.bz2
t3400-rebase: Move detached HEAD check earlier
Short story: There is a section in t3400 that tests fundamental rebase properties. 3ec7371f (Add two extra tests for git rebase, 2009-02-09) added a check that rebase works on a detached HEAD, but the test was put near the end of the file. This moves it to a more suitable place. Long story: The test that preceded the one in question tests that a rebased commit degrades from a content change with mode change to a mere mode change. But on Windows, where we have core.filemode=false, the original commit did not record the mode change, and so the rebase operation did not rebase anything. This caused the subsequent detached HEAD test to fail. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'daemon.c')
0 files changed, 0 insertions, 0 deletions