summaryrefslogtreecommitdiff
path: root/tests.as-root
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-01-24 17:25:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-01-25 16:00:22 +0000
commit81426ef48f85b32804f744e6fcf89b6372325dc7 (patch)
tree3498a3d5c71745a10e590d913cd506174f80faeb /tests.as-root
parent0a6ab406c667d8b542ee6008349423a83896297b (diff)
downloadmorph-81426ef48f85b32804f744e6fcf89b6372325dc7.tar.gz
Make temporary build refs count changes against HEAD
Before it would determine which files are changed by comparing your working tree to This gets even weirder, since it's effectively comparing your working tree, the last commit on the temporary build ref, and the last commit of your HEAD, so committing a change to remove a file isn't noticed, because it was in the temporary build branch. It could also cause a strange case of a file being both added and untracked. Now the working tree and HEAD are compared, and committed on top of the temporary build ref. Better handling of the status output is still required, a deleted file is treated identically to an added one if it is only removed in the index. It would also be nicer to keep the user's index, since they may have added or removed files from it.
Diffstat (limited to 'tests.as-root')
0 files changed, 0 insertions, 0 deletions