]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
path: create path.h
authorBrandon Williams <bmwill@google.com>
Thu, 22 Jun 2017 18:43:35 +0000 (11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Jun 2017 01:24:34 +0000 (18:24 -0700)
commite7d72d07535012b73c6bed67a5a09b1f58082203
tree4b788665c2ef991407e71cd9624778d9486766a2
parentb4158732827af925592fc074ea5d0fe7b485e547
path: create path.h

Move all path related declarations from cache.h to a new path.h header
file.  This makes cache.h smaller and makes it easier to add new path
related functions.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
path.c
path.h [new file with mode: 0644]