summaryrefslogtreecommitdiff
path: root/builtin/revert.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Libravatar Bradley M. Kuhn1-1/+1
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Libravatar Junio C Hamano1-0/+5
2019-07-09Merge branch 'nd/switch-and-restore'Libravatar Junio C Hamano1-1/+1
2019-07-02cherry-pick/revert: add --skip optionLibravatar Rohit Ashiwal1-0/+5
2019-04-19cherry-pick/revert: add scissors line on merge conflictLibravatar Denton Liu1-0/+7
2019-04-02checkout: inform the user when removing branch stateLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-01-04Merge branch 'nd/the-index'Libravatar Junio C Hamano1-4/+4
2018-11-12branch.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12sequencer.c: remove implicit dependency on the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12sequencer.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12parse-options: replace opterror() with optname()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Libravatar Junio C Hamano1-2/+7
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADLibravatar Nguyễn Thái Ngọc Duy1-2/+7
2017-12-13sequencer: improve config handlingLibravatar Phillip Wood1-13/+2
2017-11-24sequencer: load commit related configLibravatar Phillip Wood1-2/+13
2017-08-02cherry-pick/revert: reject --rerere-autoupdate when continuingLibravatar Phillip Wood1-0/+2
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-03-17Merge branch 'jk/cherry-pick-0-mainline'Libravatar Junio C Hamano1-1/+20
2017-03-15cherry-pick: detect bogus arguments to --mainlineLibravatar Jeff King1-1/+20
2016-10-21sequencer: get rid of the subcommand fieldLibravatar Johannes Schindelin1-20/+16
2016-10-21sequencer: plug memory leaks for the option valuesLibravatar Johannes Schindelin1-0/+4
2016-10-17sequencer: use static initializers for replay_optsLibravatar Johannes Schindelin1-4/+2
2016-07-06parse_options: allocate a new array when concatenatingLibravatar Jeff King1-9/+4
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2014-03-24parse-options: multi-word argh should use dash to separate wordsLibravatar Junio C Hamano1-1/+1
2014-01-27cherry-pick, revert: add the --gpg-sign optionLibravatar Nicolas Vigier1-0/+2
2013-10-23Merge branch 'hu/cherry-pick-previous-branch'Libravatar Junio C Hamano1-2/+2
2013-10-10cherry-pick: handle "-" after parsing optionsLibravatar Jeff King1-2/+2
2013-09-20Merge branch 'hu/cherry-pick-previous-branch'Libravatar Junio C Hamano1-0/+2
2013-09-09cherry-pick: allow "-" as abbreviation of '@{-1}'Libravatar Hiroshige Umino1-0/+2
2013-08-07revert: use the OPT_CMDMODE for parsing, reducing codeLibravatar Stefan Beller1-47/+15
2013-07-19Add the LAST_ARG_MUST_BE_NULL macroLibravatar Ramsay Jones1-2/+2
2013-07-09use "sentinel" function attribute for variadic listsLibravatar Jeff King1-0/+2
2013-04-24cherry-pick/revert: make usage say '<commit-ish>...'Libravatar Kevin Bracey1-2/+2
2012-09-10Merge branch 'mz/cherry-pick-cmdline-order'Libravatar Junio C Hamano1-1/+1
2012-09-07Merge branch 'nd/i18n-parseopt-help'Libravatar Junio C Hamano1-19/+19
2012-08-30cherry-pick/revert: respect order of revisions to pickLibravatar Martin von Zweigbergk1-1/+1
2012-08-30teach log --no-walk=unsorted, which avoids sortingLibravatar Martin von Zweigbergk1-1/+1
2012-08-20i18n: revert, cherry-pick: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-18/+18
2012-08-06cherry-pick: add --allow-empty-message optionLibravatar Chris Webb1-0/+2
2012-04-30Merge branch 'nh/empty-rebase'Libravatar Junio C Hamano1-0/+8
2012-04-27Merge branch 'cb/cherry-pick-rev-path-confusion'Libravatar Junio C Hamano1-1/+4
2012-04-24git-cherry-pick: Add keep-redundant-commits optionLibravatar Neil Horman1-1/+7
2012-04-24Merge branch 'cc/fix-missing-va-end-in-revert'Libravatar Junio C Hamano1-0/+1
2012-04-21revert: add missing va_endLibravatar Christian Couder1-0/+1
2012-04-15cherry-pick: do not expect file argumentsLibravatar Clemens Buchacher1-1/+4
2012-04-11git-cherry-pick: add allow-empty optionLibravatar Neil Horman1-0/+2
2012-01-11sequencer: factor code out of revert builtinLibravatar Ramkumar Ramachandra1-946/+2
2012-01-11revert: prepare to move replay_action to headerLibravatar Ramkumar Ramachandra1-18/+22