chore(3p/sources): bump channels and overlays (2023-09-17)
* 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>
This commit is contained in:
parent
b87af6ccaa
commit
237c0eb415
3 changed files with 17 additions and 17 deletions
2
third_party/cgit/cgit.h
vendored
2
third_party/cgit/cgit.h
vendored
|
|
@ -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>
|
||||
|
|
|
|||
2
third_party/cgit/scan-tree.c
vendored
2
third_party/cgit/scan-tree.c
vendored
|
|
@ -54,7 +54,7 @@ static void scan_tree_repo_config(const char *name, const char *value)
|
|||
config_fn(repo, name, value);
|
||||
}
|
||||
|
||||
static int gitconfig_config(const char *key, const char *value, void *cb)
|
||||
static int gitconfig_config(const char *key, const char *value, const struct config_context *, void *cb)
|
||||
{
|
||||
const char *name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue