133 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
Phillip Wood 28d6daed4f sequencer: improve config handling 7 years ago
Phillip Wood b36c590813 sequencer: load commit related config 7 years ago
Phillip Wood f826fb799e cherry-pick/revert: reject --rerere-autoupdate when continuing 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King b16a991c1b cherry-pick: detect bogus arguments to --mainline 8 years ago
Johannes Schindelin 2863584f5c sequencer: get rid of the subcommand field 8 years ago
Johannes Schindelin 03a4e260e2 sequencer: plug memory leaks for the option values 8 years ago
Johannes Schindelin ee624c0d3f sequencer: use static initializers for replay_opts 8 years ago
Jeff King 023ff39b29 parse_options: allocate a new array when concatenating 9 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Junio C Hamano e703d7118c parse-options: multi-word argh should use dash to separate words 11 years ago
Nicolas Vigier 3253553e12 cherry-pick, revert: add the --gpg-sign option 11 years ago
Jeff King d644c5502f cherry-pick: handle "-" after parsing options 11 years ago
Hiroshige Umino 182d7dc46b cherry-pick: allow "-" as abbreviation of '@{-1}' 12 years ago
Stefan Beller 84d83f642a revert: use the OPT_CMDMODE for parsing, reducing code 12 years ago
Ramsay Jones 9fe3edc47f Add the LAST_ARG_MUST_BE_NULL macro 12 years ago
Jeff King eccb614924 use "sentinel" function attribute for variadic lists 12 years ago
Kevin Bracey 2130bf3ca9 cherry-pick/revert: make usage say '<commit-ish>...' 12 years ago
Martin von Zweigbergk a73e22e963 cherry-pick/revert: respect order of revisions to pick 13 years ago
Martin von Zweigbergk ca92e59e30 teach log --no-walk=unsorted, which avoids sorting 13 years ago
Nguyễn Thái Ngọc Duy a3b26dc78d i18n: revert, cherry-pick: mark parseopt strings for translation 13 years ago
Chris Webb 4bee958479 cherry-pick: add --allow-empty-message option 13 years ago
Neil Horman b27cfb0d8d git-cherry-pick: Add keep-redundant-commits option 13 years ago
Christian Couder 5ba9b5e7e3 revert: add missing va_end 13 years ago
Clemens Buchacher 6d5b93f29f cherry-pick: do not expect file arguments 13 years ago
Neil Horman df478b744c git-cherry-pick: add allow-empty option 13 years ago
Ramkumar Ramachandra 043a4492b3 sequencer: factor code out of revert builtin 13 years ago
Ramkumar Ramachandra 644a36908d revert: prepare to move replay_action to header 13 years ago
Junio C Hamano 23cb5bf3b3 i18n of multi-line advice messages 13 years ago
Ramkumar Ramachandra 9e1313648d revert: simplify getting commit subject in format_todo() 13 years ago
Ramkumar Ramachandra 0db76962d1 revert: tolerate extra spaces, tabs in insn sheet 13 years ago
Ramkumar Ramachandra 6bc1a235b1 revert: make commit subjects in insn sheet optional 13 years ago
Ramkumar Ramachandra bf3de2b373 revert: free msg in format_todo() 13 years ago
Jonathan Nieder d596118d7a revert: stop creating and removing sequencer-old directory 13 years ago
Jonathan Nieder 218b65fbf9 revert: do not remove state until sequence is finished 13 years ago
Jonathan Nieder 7acaaac275 revert: allow single-pick in the middle of cherry-pick sequence 13 years ago
Jonathan Nieder 7f13334e07 revert: pass around rev-list args in already-parsed form 13 years ago
Jonathan Nieder 093a309136 revert: allow cherry-pick --continue to commit before resuming 13 years ago
Jonathan Nieder 1df9bf46d6 revert: give --continue handling its own function 13 years ago
Nguyễn Thái Ngọc Duy e4776bd936 revert: convert resolve_ref() to read_ref_full() 13 years ago
Jonathan Nieder b15aa973b2 revert --abort: do not leave behind useless sequencer-old directory 13 years ago
Johannes Sixt 2a4037d0a7 Fix revert --abort on Windows 13 years ago
Nguyễn Thái Ngọc Duy b4524d343b revert: do not pass non-literal string as format to git_path() 13 years ago
Jonathan Nieder c427b211b3 revert: remove --reset compatibility option 13 years ago
Jonathan Nieder 539047c19e revert: introduce --abort to cancel a failed cherry-pick 13 years ago
Jonathan Nieder 82433cdf4d revert: write REVERT_HEAD pseudoref during conflicted revert 13 years ago
Jonathan Nieder b8c74690b2 revert: improve error message for cherry-pick during cherry-pick 13 years ago
Jonathan Nieder dffc860028 revert: rearrange pick_revisions() for clarity 13 years ago
Jonathan Nieder f80a87262a revert: rename --reset option to --quit 13 years ago
Jonathan Nieder 418c9b176c do not let git_path clobber errno when reporting errors 13 years ago