Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-30 01:12:19 +0300
committerJunio C Hamano <gitster@pobox.com>2020-05-30 01:12:19 +0300
commit24109910fe9912078f851419731ad046d851dcfc (patch)
treeb71f9d30980d60509fa69e7e20ab436cec8f8385 /ci
parent2d5e9f31ac46017895ce6a183467037d29ceb9d3 (diff)
parent71800d31b5e887d38319c7a3cce834a067d961f5 (diff)
Merge branch 'jk/ci-only-on-selected-branches'
Dev support. * jk/ci-only-on-selected-branches: ci/config: correct instruction for CI preferences
Diffstat (limited to 'ci')
-rwxr-xr-xci/config/allow-ref.sample (renamed from ci/config/allow-refs.sample)5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/config/allow-refs.sample b/ci/config/allow-ref.sample
index f157f1945a..af0e076f8a 100755
--- a/ci/config/allow-refs.sample
+++ b/ci/config/allow-ref.sample
@@ -7,8 +7,9 @@
# your repository:
#
# git checkout -b ci-config
-# cp allow-refs.sample allow-refs
-# $EDITOR allow-refs
+# cp allow-ref.sample allow-ref
+# $EDITOR allow-ref
+# git add allow-ref
# git commit -am "implement my ci preferences"
# git push
#