This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
COPYING | Wed May 20 16:13:44 -0700 2009 | |
| |
README | Wed May 20 16:13:44 -0700 2009 | |
| |
git-jira-attacher.py | Thu May 14 12:51:39 -0700 2009 |
README
git-jira-attacher: A script to upload patches from Git to JIRA git-jira-attacher exports patches from Git using git format-patch, then attaches them to a JIRA issue using the SOAP API. Run without arguments for usage. GIT_RANGE is a commit range, like master..HEAD. git-jira-attacher expects commit messages to begin with (e.g.) "PROJECT-123. " (no quotes) in order to identify the relevant issue. If all of the commits apply to a single issue, only one needs to have the tag. Otherwise, every commit needs a tag. Thrift developers, don't forget to set "patch available" to true. This software is distributed under the MIT license. See COPYING for details.







