Age | Commit message (Expand) | Author | Files | Lines |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
2014-01-27 | cherry-pick, revert: add the --gpg-sign option | Nicolas Vigier | 1 | -0/+2 |
2013-10-23 | Merge branch 'hu/cherry-pick-previous-branch' | Junio C Hamano | 1 | -2/+2 |
2013-10-10 | cherry-pick: handle "-" after parsing options | Jeff King | 1 | -2/+2 |
2013-09-20 | Merge branch 'hu/cherry-pick-previous-branch' | Junio C Hamano | 1 | -0/+2 |
2013-09-09 | cherry-pick: allow "-" as abbreviation of '@{-1}' | Hiroshige Umino | 1 | -0/+2 |
2013-08-07 | revert: use the OPT_CMDMODE for parsing, reducing code | Stefan Beller | 1 | -47/+15 |
2013-07-19 | Add the LAST_ARG_MUST_BE_NULL macro | Ramsay Jones | 1 | -2/+2 |
2013-07-09 | use "sentinel" function attribute for variadic lists | Jeff King | 1 | -0/+2 |
2013-04-24 | cherry-pick/revert: make usage say '<commit-ish>...' | Kevin Bracey | 1 | -2/+2 |
2012-09-10 | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 1 | -1/+1 |
2012-09-07 | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 1 | -19/+19 |
2012-08-30 | cherry-pick/revert: respect order of revisions to pick | Martin von Zweigbergk | 1 | -1/+1 |
2012-08-30 | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 1 | -1/+1 |
2012-08-20 | i18n: revert, cherry-pick: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -18/+18 |
2012-08-06 | cherry-pick: add --allow-empty-message option | Chris Webb | 1 | -0/+2 |
2012-04-30 | Merge branch 'nh/empty-rebase' | Junio C Hamano | 1 | -0/+8 |
2012-04-27 | Merge branch 'cb/cherry-pick-rev-path-confusion' | Junio C Hamano | 1 | -1/+4 |
2012-04-24 | git-cherry-pick: Add keep-redundant-commits option | Neil Horman | 1 | -1/+7 |
2012-04-24 | Merge branch 'cc/fix-missing-va-end-in-revert' | Junio C Hamano | 1 | -0/+1 |
2012-04-21 | revert: add missing va_end | Christian Couder | 1 | -0/+1 |
2012-04-15 | cherry-pick: do not expect file arguments | Clemens Buchacher | 1 | -1/+4 |
2012-04-11 | git-cherry-pick: add allow-empty option | Neil Horman | 1 | -0/+2 |
2012-01-11 | sequencer: factor code out of revert builtin | Ramkumar Ramachandra | 1 | -946/+2 |
2012-01-11 | revert: prepare to move replay_action to header | Ramkumar Ramachandra | 1 | -18/+22 |
2011-12-22 | Merge branch 'rr/revert-cherry-pick' | Junio C Hamano | 1 | -23/+25 |
2011-12-19 | Merge branch 'nd/resolve-ref' | Junio C Hamano | 1 | -1/+1 |
2011-12-15 | revert: simplify getting commit subject in format_todo() | Ramkumar Ramachandra | 1 | -5/+5 |
2011-12-15 | revert: tolerate extra spaces, tabs in insn sheet | Ramkumar Ramachandra | 1 | -6/+12 |
2011-12-15 | revert: make commit subjects in insn sheet optional | Ramkumar Ramachandra | 1 | -21/+16 |
2011-12-15 | revert: free msg in format_todo() | Ramkumar Ramachandra | 1 | -0/+1 |
2011-12-12 | revert: stop creating and removing sequencer-old directory | Jonathan Nieder | 1 | -3/+3 |
2011-12-12 | revert: do not remove state until sequence is finished | Jonathan Nieder | 1 | -11/+1 |
2011-12-12 | revert: allow single-pick in the middle of cherry-pick sequence | Jonathan Nieder | 1 | -0/+26 |
2011-12-12 | revert: pass around rev-list args in already-parsed form | Jonathan Nieder | 1 | -24/+29 |
2011-12-12 | revert: allow cherry-pick --continue to commit before resuming | Jonathan Nieder | 1 | -3/+20 |
2011-12-12 | revert: give --continue handling its own function | Jonathan Nieder | 1 | -11/+17 |
2011-12-12 | revert: convert resolve_ref() to read_ref_full() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-11-23 | revert --abort: do not leave behind useless sequencer-old directory | Jonathan Nieder | 1 | -0/+1 |
2011-11-23 | Fix revert --abort on Windows | Johannes Sixt | 1 | -2/+2 |
2011-11-23 | revert: do not pass non-literal string as format to git_path() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-11-22 | revert: remove --reset compatibility option | Jonathan Nieder | 1 | -3/+0 |
2011-11-22 | revert: introduce --abort to cancel a failed cherry-pick | Jonathan Nieder | 1 | -3/+84 |
2011-11-22 | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 1 | -3/+5 |
2011-11-22 | revert: improve error message for cherry-pick during cherry-pick | Jonathan Nieder | 1 | -7/+6 |
2011-11-22 | revert: rearrange pick_revisions() for clarity | Jonathan Nieder | 1 | -24/+24 |
2011-11-22 | revert: rename --reset option to --quit | Jonathan Nieder | 1 | -11/+14 |
2011-11-17 | do not let git_path clobber errno when reporting errors | Jonathan Nieder | 1 | -4/+5 |
2011-11-15 | revert: prettify fatal messages | Ramkumar Ramachandra | 1 | -5/+5 |