]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/commit-graph-perm-bits'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2020 21:54:28 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2020 21:54:28 +0000 (14:54 -0700)
commit1d7e9c4c4e60375146ad70ed5c555574a653e92a
treea7feeb931a91fcb166a508f495f125208ee90155
parentb75dc16ae3aa325941d64a3d0cfc1690a164786a
parent45a4365cb610adce1c37c099da7d18619725ce4f
Merge branch 'tb/commit-graph-perm-bits'

Some of the files commit-graph subsystem keeps on disk did not
correctly honor the core.sharedRepository settings and some were
left read-write.

* tb/commit-graph-perm-bits:
  commit-graph.c: make 'commit-graph-chain's read-only
  commit-graph.c: ensure graph layers respect core.sharedRepository
  commit-graph.c: write non-split graphs as read-only
  lockfile.c: introduce 'hold_lock_file_for_update_mode'
  tempfile.c: introduce 'create_tempfile_mode'
commit-graph.c
t/t5318-commit-graph.sh
t/t5324-split-commit-graph.sh