From 808edcd96bb4b901495f2a2c1e3820612ab5cd87 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 24 Jul 2020 20:44:56 +0200 Subject: [PATCH] Add links to pathspec documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b2c4b9..5d77e95 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Add the following step at the end of your job, after other steps that might add commit_options: '--no-verify --signoff' # Optional glob pattern of files which should be added to the commit + # See the `pathspec`-documentation for git + # - https://git-scm.com/docs/git-add#Documentation/git-add.txt-ltpathspecgt82308203 + # - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec file_pattern: src/*.js tests/*.js # Optional local file path to the repository