Repository: yetus Updated Branches: refs/heads/master e89c08438 -> 08637f9a0
YETUS-182. document git hash in patchnames doc. Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/08637f9a Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/08637f9a Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/08637f9a Branch: refs/heads/master Commit: 08637f9a08aa9cbe1d8807150b76011225fec762 Parents: e89c084 Author: Marco Zuehlke <[email protected]> Authored: Thu Dec 31 17:55:27 2015 +0100 Committer: Allen Wittenauer <[email protected]> Committed: Mon Jan 4 22:29:16 2016 -0800 ---------------------------------------------------------------------- .../documentation/in-progress/precommit-patchnames.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/08637f9a/asf-site-src/source/documentation/in-progress/precommit-patchnames.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/precommit-patchnames.md b/asf-site-src/source/documentation/in-progress/precommit-patchnames.md index f976b0b..ce89b92 100644 --- a/asf-site-src/source/documentation/in-progress/precommit-patchnames.md +++ b/asf-site-src/source/documentation/in-progress/precommit-patchnames.md @@ -20,7 +20,7 @@ We use Apache Yetus to process your patch. It supports the following patterns and procedures for patch file names: -JIRA: +## JIRA If JIRA support is configured, attach the patch to the given ISSUE and click 'Submit Patch'. The patch file should be named one of: @@ -29,8 +29,16 @@ click 'Submit Patch'. The patch file should be named one of: * ISSUE.###.patch * ISSUE.branch.###.patch * ISSUE-branch-###.patch - * ISSUE.##.branch.patch - * ISSUE-branch.##.patch + * ISSUE.###.branch.patch + * ISSUE-branch.###.patch + +The meaning of the subpart are the following: + + * ISSUE: JIRA key (e.g. YETUS-1) + * branch: either the name of a branch or a git hash prefixed with **git** (e.g. branch-2.8 or git8e55427b35) + * ###: revision of the patch (e.g. 00 or 01) + +## Github If Github support is also configured, a comment that contains a link to a Pull Request's patch file (e.g., https://github.com/user/repo/pull/1.patch) will pull the patch from
