]> git.ipfire.org Git - thirdparty/git.git/commit
t6022: Additional tests checking for unnecessary updates of files
authorElijah Newren <newren@gmail.com>
Fri, 12 Aug 2011 05:20:26 +0000 (23:20 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Aug 2011 21:19:40 +0000 (14:19 -0700)
commit3e333a6146ce6565de357e48e439bb94c622d3fe
treec91655c15970888b74341510a77c78b4c7b0a03e
parentf53d39778cf41cc93aa140bb41bb7d3a6590e179
t6022: Additional tests checking for unnecessary updates of files

I stumbled across a case, this one not involving a content merge, where
git currently rewrites a file unnecessarily.  A quick audit uncovered two
additional situations (also not involving content merges) with the same
problem.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6022-merge-rename.sh