]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ma/skip-writing-unchanged-index'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:10 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:10 +0000 (11:30 -0700)
commitbeb2cdf5041104a7513301a9b20944a617eec94e
tree6f44e7c048bc9857025235064b956a5d1d53ee25
parent75901dfd52ef97df51621a23156db96c9cd4a90b
parent610008146ed1647bb1da6a098e314b8929ff213e
Merge branch 'ma/skip-writing-unchanged-index'

Internal API clean-up to allow write_locked_index() optionally skip
writing the in-core index when it is not modified.

* ma/skip-writing-unchanged-index:
  write_locked_index(): add flag to avoid writing unchanged index
builtin/add.c
builtin/commit.c
builtin/merge.c
builtin/mv.c
builtin/rm.c
cache.h
read-cache.c
sequencer.c