Merge branch 'mh/avoid-rewriting-packed-refs'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:14:27 +0000 (12:14 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:14:27 +0000 (12:14 +0900)
Recent update to the refs infrastructure implementation started
rewriting packed-refs file more often than before; this has been
optimized again for most trivial cases.

* mh/avoid-rewriting-packed-refs:
files-backend: don't rewrite the `packed-refs` file unnecessarily
t1409: check that `packed-refs` is not rewritten unnecessarily

No differences found