diff options
author | Vincent Ambo <mail@tazj.in> | 2023-09-17T14·52+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-09-19T21·24+0000 |
commit | 237c0eb415c632ec3480d890084c3d815298ac1f (patch) | |
tree | fbabda001cae41fcd2d6478f5819177d34862c42 /third_party/cgit/cgit.h | |
parent | b87af6ccaa3b1f3e96ae75a7bc45e727bfd81af0 (diff) |
chore(3p/sources): bump channels and overlays (2023-09-17) r/6620
* 3p/cgit: import fixes for git v2.42.0 Upstream patch: https://git.zx2c4.com/cgit/patch/?id=2f50b47c72cbc4270bbd12ae7f520486d5f42736 Change-Id: I7549f909b145becaccb983936dc5c3e17941122b Reviewed-on: https://cl.tvl.fyi/c/depot/+/9353 Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/cgit/cgit.h')
-rw-r--r-- | third_party/cgit/cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cgit/cgit.h b/third_party/cgit/cgit.h index a284af9aedec..f201f82b855f 100644 --- a/third_party/cgit/cgit.h +++ b/third_party/cgit/cgit.h @@ -6,7 +6,6 @@ #include <git-compat-util.h> #include <archive.h> -#include <cache.h> #include <commit.h> #include <diffcore.h> #include <diff.h> @@ -19,6 +18,7 @@ #include <object.h> #include <object-name.h> #include <object-store.h> +#include <path.h> #include <refs.h> #include <revision.h> #include <setup.h> |