]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
setup.h: move declarations for setup.c functions from cache.h
authorElijah Newren <newren@gmail.com>
Tue, 21 Mar 2023 06:26:05 +0000 (06:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2023 17:56:54 +0000 (10:56 -0700)
commite38da487cc50ce4b5b48085eebcab8268c541579
treeba03426b327b19dfbf5041c788b4f606f2da70a7
parent987505887058584ebb0e76ba8499f221c80153b6
setup.h: move declarations for setup.c functions from cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
105 files changed:
apply.c
archive.c
attr.c
blame.c
builtin/blame.c
builtin/bugreport.c
builtin/bundle.c
builtin/check-attr.c
builtin/check-ref-format.c
builtin/checkout-index.c
builtin/checkout.c
builtin/clean.c
builtin/clone.c
builtin/config.c
builtin/describe.c
builtin/diff-index.c
builtin/diff.c
builtin/difftool.c
builtin/gc.c
builtin/grep.c
builtin/hash-object.c
builtin/help.c
builtin/index-pack.c
builtin/init-db.c
builtin/ls-files.c
builtin/merge-file.c
builtin/mv.c
builtin/read-tree.c
builtin/reset.c
builtin/rev-parse.c
builtin/rm.c
builtin/shortlog.c
builtin/sparse-checkout.c
builtin/stash.c
builtin/stripspace.c
builtin/submodule--helper.c
builtin/update-index.c
cache.h
commit.c
common-main.c
config.c
daemon.c
diff.c
dir.c
environment.c
git.c
http-fetch.c
http-push.c
imap-send.c
line-log.c
mailmap.c
object-file.c
object-name.c
path.c
pathspec.c
refs.c
refs/files-backend.c
remote-curl.c
remote.c
repository.c
revision.c
scalar.c
setup.c
setup.h [new file with mode: 0644]
submodule.c
symlinks.c
t/helper/test-advise.c
t/helper/test-bitmap.c
t/helper/test-bloom.c
t/helper/test-cache-tree.c
t/helper/test-config.c
t/helper/test-dump-cache-tree.c
t/helper/test-dump-fsmonitor.c
t/helper/test-dump-split-index.c
t/helper/test-dump-untracked-cache.c
t/helper/test-fast-rebase.c
t/helper/test-fsmonitor-client.c
t/helper/test-lazy-init-name-hash.c
t/helper/test-match-trees.c
t/helper/test-oid-array.c
t/helper/test-oidmap.c
t/helper/test-oidtree.c
t/helper/test-pack-mtimes.c
t/helper/test-partial-clone.c
t/helper/test-path-utils.c
t/helper/test-proc-receive.c
t/helper/test-reach.c
t/helper/test-read-cache.c
t/helper/test-read-graph.c
t/helper/test-read-midx.c
t/helper/test-ref-store.c
t/helper/test-repository.c
t/helper/test-revision-walking.c
t/helper/test-scrap-cache-tree.c
t/helper/test-serve-v2.c
t/helper/test-submodule-config.c
t/helper/test-submodule-nested-repo-config.c
t/helper/test-submodule.c
t/helper/test-subprocess.c
t/helper/test-userdiff.c
t/helper/test-write-cache.c
trace.c
unpack-trees.c
worktree.c
wt-status.c