]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
cache.h: add GITMODULES_FILE macro
authorBrandon Williams <bmwill@google.com>
Wed, 2 Aug 2017 19:49:16 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Aug 2017 21:26:46 +0000 (14:26 -0700)
commit4c0eeafe4755345b0f4636bf09904cf689703e11
tree3465ad439611ae2ff94563878bd8e7c6f5f518de
parentba43964d47ac29eafafd8d475c299c51c8a1ca75
cache.h: add GITMODULES_FILE macro

Add a macro to be used when specifying the '.gitmodules' file and
convert any existing hard coded '.gitmodules' file strings to use the
new macro.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
submodule.c
unpack-trees.c