aboutsummaryrefslogtreecommitdiff
path: root/builtin/revert.c
Commit message (Expand)AuthorAge
* cherry-pick/revert: reject --rerere-autoupdate when continuingPhillip Wood2017-08-02
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano2017-03-17
|\
| * cherry-pick: detect bogus arguments to --mainlineJeff King2017-03-15
* | sequencer: get rid of the subcommand fieldJohannes Schindelin2016-10-21
* | sequencer: plug memory leaks for the option valuesJohannes Schindelin2016-10-21
* | sequencer: use static initializers for replay_optsJohannes Schindelin2016-10-17
|/
* parse_options: allocate a new array when concatenatingJeff King2016-07-06
* standardize usage info string formatAlex Henrie2015-01-14
* parse-options: multi-word argh should use dash to separate wordsJunio C Hamano2014-03-24
* cherry-pick, revert: add the --gpg-sign optionNicolas Vigier2014-01-27
* Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano2013-10-23
|\
| * cherry-pick: handle "-" after parsing optionsJeff King2013-10-10
* | Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano2013-09-20
|\ \ | |/
| * cherry-pick: allow "-" as abbreviation of '@{-1}'Hiroshige Umino2013-09-09
* | revert: use the OPT_CMDMODE for parsing, reducing codeStefan Beller2013-08-07
* | Add the LAST_ARG_MUST_BE_NULL macroRamsay Jones2013-07-19
* | use "sentinel" function attribute for variadic listsJeff King2013-07-09
|/
* cherry-pick/revert: make usage say '<commit-ish>...'Kevin Bracey2013-04-24
* Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano2012-09-10
|\
| * cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk2012-08-30
| * teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-30
* | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\ \
| * | i18n: revert, cherry-pick: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
| |/
* | cherry-pick: add --allow-empty-message optionChris Webb2012-08-06
|/
* Merge branch 'nh/empty-rebase'Junio C Hamano2012-04-30
|\
| * git-cherry-pick: Add keep-redundant-commits optionNeil Horman2012-04-24
| * git-cherry-pick: add allow-empty optionNeil Horman2012-04-11
* | Merge branch 'cb/cherry-pick-rev-path-confusion'Junio C Hamano2012-04-27
|\ \
| * | cherry-pick: do not expect file argumentsClemens Buchacher2012-04-15
| |/
* | Merge branch 'cc/fix-missing-va-end-in-revert'Junio C Hamano2012-04-24
|\ \ | |/ |/|
| * revert: add missing va_endChristian Couder2012-04-21
* | sequencer: factor code out of revert builtinRamkumar Ramachandra2012-01-11
* | revert: prepare to move replay_action to headerRamkumar Ramachandra2012-01-11
* | Merge branch 'rr/revert-cherry-pick'Junio C Hamano2011-12-22
|\ \
| * | revert: simplify getting commit subject in format_todo()Ramkumar Ramachandra2011-12-15
| * | revert: tolerate extra spaces, tabs in insn sheetRamkumar Ramachandra2011-12-15
| * | revert: make commit subjects in insn sheet optionalRamkumar Ramachandra2011-12-15
| * | revert: free msg in format_todo()Ramkumar Ramachandra2011-12-15
* | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-19
|\ \ \ | |/ / |/| |
| * | revert: convert resolve_ref() to read_ref_full()Nguyễn Thái Ngọc Duy2011-12-12
| |/
* | revert: stop creating and removing sequencer-old directoryJonathan Nieder2011-12-12
* | revert: do not remove state until sequence is finishedJonathan Nieder2011-12-12
* | revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder2011-12-12
* | revert: pass around rev-list args in already-parsed formJonathan Nieder2011-12-12
* | revert: allow cherry-pick --continue to commit before resumingJonathan Nieder2011-12-12
* | revert: give --continue handling its own functionJonathan Nieder2011-12-12
|/
* revert --abort: do not leave behind useless sequencer-old directoryJonathan Nieder2011-11-23
* Fix revert --abort on WindowsJohannes Sixt2011-11-23
* revert: do not pass non-literal string as format to git_path()Nguyễn Thái Ngọc Duy2011-11-23