diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/git/git-no-owner-check.patch (renamed from patches/git-no-owner-check.patch) | 2 | ||||
l--------- | patches/git_host | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/patches/git-no-owner-check.patch b/patches/git/git-no-owner-check.patch index cc9d0141..a4cf34db 100644 --- a/patches/git-no-owner-check.patch +++ b/patches/git/git-no-owner-check.patch @@ -5,7 +5,7 @@ diff -ru git-2.35.5.orig/setup.c git-2.35.5/setup.c static int ensure_valid_ownership(const char *gitfile, const char *worktree, const char *gitdir) { -+#ifdef __midipix__ ++#if 1 + (void)gitfile; + (void)worktree; + (void)gitdir; diff --git a/patches/git_host b/patches/git_host new file mode 120000 index 00000000..0899c299 --- /dev/null +++ b/patches/git_host @@ -0,0 +1 @@ +git
\ No newline at end of file |