]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/header-split-cache-h'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Apr 2023 20:56:19 +0000 (13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Apr 2023 20:56:20 +0000 (13:56 -0700)
commit0807e57807aaffe2813fffb7704dcc9153f03832
treec6a5e764ff9a3e24c7b054ade453c161c2c4b2e5
parent9ce9dea4e1c2419cca126d29fa7730baa078a11b
parent331b094eec6d4c937af6e59df2a537112e4d8205
Merge branch 'en/header-split-cache-h'

Header clean-up.

* en/header-split-cache-h: (24 commits)
  protocol.h: move definition of DEFAULT_GIT_PORT from cache.h
  mailmap, quote: move declarations of global vars to correct unit
  treewide: reduce includes of cache.h in other headers
  treewide: remove double forward declaration of read_in_full
  cache.h: remove unnecessary includes
  treewide: remove cache.h inclusion due to pager.h changes
  pager.h: move declarations for pager.c functions from cache.h
  treewide: remove cache.h inclusion due to editor.h changes
  editor: move editor-related functions and declarations into common file
  treewide: remove cache.h inclusion due to object.h changes
  object.h: move some inline functions and defines from cache.h
  treewide: remove cache.h inclusion due to object-file.h changes
  object-file.h: move declarations for object-file.c functions from cache.h
  treewide: remove cache.h inclusion due to git-zlib changes
  git-zlib: move declarations for git-zlib functions from cache.h
  treewide: remove cache.h inclusion due to object-name.h changes
  object-name.h: move declarations for object-name.c functions from cache.h
  treewide: remove unnecessary cache.h inclusion
  treewide: be explicit about dependence on mem-pool.h
  treewide: be explicit about dependence on oid-array.h
  ...
61 files changed:
Makefile
apply.c
archive.c
blame.c
builtin/branch.c
builtin/clone.c
builtin/describe.c
builtin/difftool.c
builtin/fast-export.c
builtin/fast-import.c
builtin/fetch-pack.c
builtin/fetch.c
builtin/fsmonitor--daemon.c
builtin/gc.c
builtin/log.c
builtin/ls-files.c
builtin/merge-recursive.c
builtin/mktag.c
builtin/pack-objects.c
builtin/rebase.c
builtin/receive-pack.c
builtin/sparse-checkout.c
builtin/stash.c
builtin/submodule--helper.c
builtin/tag.c
builtin/unpack-file.c
builtin/unpack-objects.c
builtin/var.c
builtin/worktree.c
commit-graph.c
config.c
connect.c
date.c
diff.c
fsmonitor.h
git-compat-util.h
git.c
grep.c
http-push.c
http-walker.c
http.c
log-tree.c
mailmap.c
object-name.c
pack-bitmap.c
parse-options-cb.c
read-cache.c
ref-filter.c
remote-curl.c
remote.c
revision.c
scalar.c
send-pack.c
sequencer.c
submodule.c
t/helper/test-date.c
t/helper/test-match-trees.c
t/helper/test-oidmap.c
t/helper/test-submodule-config.c
transport.c
unpack-trees.c