]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/shallow-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 19:19:18 +0000 (12:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 19:19:18 +0000 (12:19 -0700)
commit896833b2687ce09a4965e5b4f3992daad096a65b
tree5edc5ea6874a06b4f78856339b3fab204dcaaa96
parentb994622632154fc3b17fb40a38819ad954a5fb88
parentcac4b8e22ee39e52341d718450f8e4055c4dc16f
Merge branch 'tb/shallow-cleanup'

Code cleanup.

* tb/shallow-cleanup:
  shallow: use struct 'shallow_lock' for additional safety
  shallow.h: document '{commit,rollback}_shallow_file'
  shallow: extract a header file for shallow-related functions
  commit: make 'commit_graft_pos' non-static
14 files changed:
builtin/fetch.c
builtin/pack-objects.c
builtin/prune.c
builtin/receive-pack.c
builtin/repack.c
builtin/rev-parse.c
commit-graph.c
commit.c
environment.c
fetch-pack.c
git.c
send-pack.c
shallow.c
upload-pack.c