From 21d2a24daf7162e9c911e67aa3cf307c0e46c59d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 10 Nov 2023 12:01:57 +0100 Subject: [PATCH] include placeholder git fsck skipList config files `git fetch` will fail if the skipList items are configured, but the files are not present. So add these placeholders that give a quick HOWTO. fdroidserver#1084 fdroid-bootstrap-buildserver!29 --- config/fetch.fsck.skipList | 2 ++ config/fsck.skipList | 2 ++ config/receive.fsck.skipList | 2 ++ config/transfer.fsck.skipList | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 config/fetch.fsck.skipList create mode 100644 config/fsck.skipList create mode 100644 config/receive.fsck.skipList create mode 100644 config/transfer.fsck.skipList diff --git a/config/fetch.fsck.skipList b/config/fetch.fsck.skipList new file mode 100644 index 0000000000..06a8487b19 --- /dev/null +++ b/config/fetch.fsck.skipList @@ -0,0 +1,2 @@ +# One SHA-1 git commit ID per line + diff --git a/config/fsck.skipList b/config/fsck.skipList new file mode 100644 index 0000000000..06a8487b19 --- /dev/null +++ b/config/fsck.skipList @@ -0,0 +1,2 @@ +# One SHA-1 git commit ID per line + diff --git a/config/receive.fsck.skipList b/config/receive.fsck.skipList new file mode 100644 index 0000000000..06a8487b19 --- /dev/null +++ b/config/receive.fsck.skipList @@ -0,0 +1,2 @@ +# One SHA-1 git commit ID per line + diff --git a/config/transfer.fsck.skipList b/config/transfer.fsck.skipList new file mode 100644 index 0000000000..06a8487b19 --- /dev/null +++ b/config/transfer.fsck.skipList @@ -0,0 +1,2 @@ +# One SHA-1 git commit ID per line +