]> git.ipfire.org Git - thirdparty/git.git/commit - dir.h
Merge branch 'cw/strbuf-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Jul 2023 18:54:46 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Jul 2023 18:54:46 +0000 (11:54 -0700)
commit67e7305e64fea8d15879e9dc3831fc8e31cfe619
treed8ed9ee0a2b54f3df4619af5757d938bb5247986
parentda269af9207e38e820daad8aa993caa7d2fad76c
parent787cb8a48ae24ff07fa7c763909bb204bfdc84a7
Merge branch 'cw/strbuf-cleanup'

Move functions that are not about pure string manipulation out of
strbuf.[ch]

* cw/strbuf-cleanup:
  strbuf: remove global variable
  path: move related function to path
  object-name: move related functions to object-name
  credential-store: move related functions to credential-store file
  abspath: move related functions to abspath
  strbuf: clarify dependency
  strbuf: clarify API boundary
19 files changed:
add-patch.c
builtin/am.c
builtin/branch.c
builtin/commit.c
builtin/credential-store.c
builtin/merge.c
builtin/notes.c
builtin/rebase.c
builtin/stripspace.c
builtin/tag.c
dir.h
fmt-merge-msg.c
object-name.c
path.c
pretty.c
sequencer.c
strbuf.c
strbuf.h
wt-status.c