| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the LAST_ARG_MUST_BE_NULL macrojk/gcc-function-attributes | Ramsay Jones | 2013-07-19 | 1 | -2/+2 |
* | use "sentinel" function attribute for variadic lists | Jeff King | 2013-07-09 | 1 | -0/+2 |
* | cherry-pick/revert: make usage say '<commit-ish>...' | Kevin Bracey | 2013-04-24 | 1 | -2/+2 |
* | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-10 | 1 | -1/+1 |
|\ |
|
| * | cherry-pick/revert: respect order of revisions to pick | Martin von Zweigbergk | 2012-08-30 | 1 | -1/+1 |
| * | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | 1 | -1/+1 |
* | | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 2012-09-07 | 1 | -19/+19 |
|\ \ |
|
| * | | i18n: revert, cherry-pick: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -18/+18 |
| |/ |
|
* | | cherry-pick: add --allow-empty-message option | Chris Webb | 2012-08-06 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'nh/empty-rebase' | Junio C Hamano | 2012-04-30 | 1 | -0/+8 |
|\ |
|
| * | git-cherry-pick: Add keep-redundant-commits option | Neil Horman | 2012-04-24 | 1 | -1/+7 |
| * | git-cherry-pick: add allow-empty option | Neil Horman | 2012-04-11 | 1 | -0/+2 |
* | | Merge branch 'cb/cherry-pick-rev-path-confusion' | Junio C Hamano | 2012-04-27 | 1 | -1/+4 |
|\ \ |
|
| * | | cherry-pick: do not expect file arguments | Clemens Buchacher | 2012-04-15 | 1 | -1/+4 |
| |/ |
|
* | | Merge branch 'cc/fix-missing-va-end-in-revert' | Junio C Hamano | 2012-04-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | revert: add missing va_end | Christian Couder | 2012-04-21 | 1 | -0/+1 |
* | | sequencer: factor code out of revert builtinrr/sequencer | Ramkumar Ramachandra | 2012-01-11 | 1 | -946/+2 |
* | | revert: prepare to move replay_action to header | Ramkumar Ramachandra | 2012-01-11 | 1 | -18/+22 |
* | | Merge branch 'rr/revert-cherry-pick' | Junio C Hamano | 2011-12-22 | 1 | -23/+25 |
|\ \ |
|
| * | | revert: simplify getting commit subject in format_todo() | Ramkumar Ramachandra | 2011-12-15 | 1 | -5/+5 |
| * | | revert: tolerate extra spaces, tabs in insn sheet | Ramkumar Ramachandra | 2011-12-15 | 1 | -6/+12 |
| * | | revert: make commit subjects in insn sheet optional | Ramkumar Ramachandra | 2011-12-15 | 1 | -21/+16 |
| * | | revert: free msg in format_todo() | Ramkumar Ramachandra | 2011-12-15 | 1 | -0/+1 |
* | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-19 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | revert: convert resolve_ref() to read_ref_full() | Nguyễn Thái Ngọc Duy | 2011-12-12 | 1 | -1/+1 |
| |/ |
|
* | | revert: stop creating and removing sequencer-old directoryjn/maint-sequencer-fixes | Jonathan Nieder | 2011-12-12 | 1 | -3/+3 |
* | | revert: do not remove state until sequence is finished | Jonathan Nieder | 2011-12-12 | 1 | -11/+1 |
* | | revert: allow single-pick in the middle of cherry-pick sequence | Jonathan Nieder | 2011-12-12 | 1 | -0/+26 |
* | | revert: pass around rev-list args in already-parsed form | Jonathan Nieder | 2011-12-12 | 1 | -24/+29 |
* | | revert: allow cherry-pick --continue to commit before resuming | Jonathan Nieder | 2011-12-12 | 1 | -3/+20 |
* | | revert: give --continue handling its own function | Jonathan Nieder | 2011-12-12 | 1 | -11/+17 |
|/ |
|
* | revert --abort: do not leave behind useless sequencer-old directory | Jonathan Nieder | 2011-11-23 | 1 | -0/+1 |
* | Fix revert --abort on Windows | Johannes Sixt | 2011-11-23 | 1 | -2/+2 |
* | revert: do not pass non-literal string as format to git_path() | Nguyễn Thái Ngọc Duy | 2011-11-23 | 1 | -1/+1 |
* | revert: remove --reset compatibility optionjn/revert-quit | Jonathan Nieder | 2011-11-22 | 1 | -3/+0 |
* | revert: introduce --abort to cancel a failed cherry-pick | Jonathan Nieder | 2011-11-22 | 1 | -3/+84 |
* | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 2011-11-22 | 1 | -3/+5 |
* | revert: improve error message for cherry-pick during cherry-pick | Jonathan Nieder | 2011-11-22 | 1 | -7/+6 |
* | revert: rearrange pick_revisions() for clarity | Jonathan Nieder | 2011-11-22 | 1 | -24/+24 |
* | revert: rename --reset option to --quit | Jonathan Nieder | 2011-11-22 | 1 | -11/+14 |
* | do not let git_path clobber errno when reporting errorsjn/git-path-errno | Jonathan Nieder | 2011-11-17 | 1 | -4/+5 |
* | revert: prettify fatal messages | Ramkumar Ramachandra | 2011-11-15 | 1 | -5/+5 |
* | Merge branch 'js/no-cherry-pick-head-after-punted' | Junio C Hamano | 2011-10-19 | 1 | -7/+16 |
|\ |
|
| * | Merge branch 'js/maint-no-cherry-pick-head-after-punted' into js/no-cherry-pi... | Junio C Hamano | 2011-10-06 | 1 | -7/+16 |
| |\ |
|
| | * | cherry-pick: do not give irrelevant advice when cherry-pick puntedjs/maint-no-cherry-pick-head-after-punted | Jay Soffian | 2011-10-06 | 1 | -5/+7 |
| | * | revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so | Jay Soffian | 2011-10-06 | 1 | -2/+9 |
* | | | Merge branch 'jc/parse-options-boolean' | Junio C Hamano | 2011-10-12 | 1 | -3/+1 |
|\ \ \ |
|
| * | | | revert: use OPT_NOOP_NOARG | René Scharfe | 2011-09-28 | 1 | -3/+1 |
* | | | | Fix some "variable might be used uninitialized" warnings | Ramsay Jones | 2011-10-09 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'rr/revert-cherry-pick-continue' | Junio C Hamano | 2011-10-05 | 1 | -154/+583 |
|\ \ \
| |/ /
|/| | |
|