Commit ccce00a
committed
ORC-2139: Improve
### What changes were proposed in this pull request?
Add `-n`/`--no-commit` option to `dev/create_orc_jira.py` to skip the commit step after branch creation.
### Why are the changes needed?
When there are no changes to commit, `git commit -a` fails. This option allows users to create a JIRA issue and branch without forcing a commit.
### How was this patch tested?
Manual testing with `--help` to verify the new option is displayed, and with `-n` flag to confirm the commit step is skipped.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.6)
Closes #2590 from dongjoon-hyun/ORC-2139.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>create_orc_jira.py to provide no-commit feature1 parent ef96e73 commit ccce00a
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
0 commit comments