aboutsummaryrefslogtreecommitdiff
path: root/devel/got/files/patch-lib_repository.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/files/patch-lib_repository.c')
-rw-r--r--devel/got/files/patch-lib_repository.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/got/files/patch-lib_repository.c b/devel/got/files/patch-lib_repository.c
deleted file mode 100644
index 68b194262533..000000000000
--- a/devel/got/files/patch-lib_repository.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/repository.c.orig 2023-09-29 20:30:16 UTC
-+++ lib/repository.c
-@@ -947,6 +947,8 @@ got_repo_remote_repo_dup(struct got_remote_repo **newp
-
- new->mirror_references = repo->mirror_references;
-
-+ new->fetch_all_branches = repo->fetch_all_branches;
-+
- new->nfetch_branches = repo->nfetch_branches;
- if (repo->fetch_branches) {
- new->fetch_branches = calloc(repo->nfetch_branches,