]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/gc.c
Merge branch 'ma/more-opaque-lock-file'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:17 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:17 +0000 (14:19 -0800)
commit58e2ce9112446935a1294d095a07390ed665a6bc
tree9ea2ea6bae6a513e3e3ac9925e2149fd501be379
parent2856089e367cc126f70d0a3d6d6ff5290d204f2e
parent6a8c89d053059b97adb846fce1d22f6d7704c56a
Merge branch 'ma/more-opaque-lock-file'

Code clean-up.

* ma/more-opaque-lock-file:
  read-cache: try not to peek into `struct {lock_,temp}file`
  refs/files-backend: don't peek into `struct lock_file`
  midx: don't peek into `struct lock_file`
  commit-graph: don't peek into `struct lock_file`
  builtin/gc: don't peek into `struct lock_file`
builtin/gc.c
commit-graph.c
midx.c