128 Commits (e37eae0c1e13cb418947383f7c803d9463bfa3d7)

Author SHA1 Message Date
Phillip Wood a3894aad67 rebase -i: support --ignore-date 4 years ago
Phillip Wood 7573cec52c rebase -i: support --committer-date-is-author-date 4 years ago
Jonathan Tan 0fcb4f6b62 rebase --merge: optionally skip upstreamed commits 5 years ago
Elijah Newren b9cbd2958f rebase: reinstate --no-keep-empty 5 years ago
Denton Liu 804fe31557 sequencer: implement apply_autostash_oid() 5 years ago
Denton Liu 12b6e1367a sequencer: implement save_autostash() 5 years ago
Denton Liu 0816f1dff8 sequencer: extract perform_autostash() from rebase 5 years ago
Denton Liu 86ed00aff4 rebase: use apply_autostash() from sequencer.c 5 years ago
Denton Liu c20de8bec6 sequencer: make read_oneliner() extern 5 years ago
Elijah Newren e98c4269c8 rebase (interactive-backend): fix handling of commits that become empty 5 years ago
Elijah Newren d48e5e21da rebase (interactive-backend): make --keep-empty the default 5 years ago
Alban Gruin 5a5445d878 rebase-interactive: warn if commit is dropped with `rebase --edit-todo' 5 years ago
Alban Gruin 1da5874c1b sequencer: move check_todo_list_from_file() to rebase-interactive.c 5 years ago
Alban Gruin 767a9c417e rebase -i: stop checking out the tip of the branch to rebase 5 years ago
Junio C Hamano 4d924528d8 Revert "Merge branch 'ra/rebase-i-more-options'" 5 years ago
Phillip Wood 901ba7b1ef commit: encapsulate determine_whence() for sequencer 5 years ago
Rohit Ashiwal 08187b4cba rebase -i: support --ignore-date 5 years ago
Rohit Ashiwal cbd8db17ac rebase -i: support --committer-date-is-author-date 5 years ago
Phillip Wood 12bb7a540a sequencer.h fix placement of #endif 5 years ago
Johannes Schindelin e1fac531ea rebase -r: do not (re-)generate root commits with `--root` *and* `--onto` 5 years ago
Rohit Ashiwal de81ca3f36 cherry-pick/revert: add --skip option 6 years ago
Phillip Wood 7d3488eb89 rebase -i: use struct commit when parsing options 6 years ago
Phillip Wood fc4a6735ee sequencer: always discard index after checkout 6 years ago
Denton Liu 1a2b985fb3 cherry-pick/revert: add scissors line on merge conflict 6 years ago
Denton Liu f29cd8620d commit: extract cleanup_mode functions to sequencer 6 years ago
Phillip Wood d74f3e5811 sequencer: fix cleanup with --signoff and -x 6 years ago
Phillip Wood 4a72486de9 fix cherry-pick/revert status after commit 6 years ago
Phillip Wood b07d9bfd17 commit/reset: try to clean up sequencer state 6 years ago
Alban Gruin f2a04904be sequencer: refactor rearrange_squash() to work on a todo_list 6 years ago
Alban Gruin ed35d18841 rebase--interactive: move transform_todo_file() 6 years ago
Alban Gruin 683153a438 sequencer: refactor sequencer_add_exec_commands() to work on a todo_list 6 years ago
Alban Gruin a930eb03a8 rebase-interactive: rewrite edit_todo_list() to handle the initial edit 6 years ago
Alban Gruin ddb81e5072 rebase-interactive: use todo_list_write_to_file() in edit_todo_list() 6 years ago
Alban Gruin 79d7e883bb rebase--interactive: move rearrange_squash_in_todo_file() 6 years ago
Alban Gruin 1ba204de69 rebase--interactive: move sequencer_add_exec_commands() 6 years ago
Alban Gruin 94bcad7979 sequencer: change complete_action() to use the refactored functions 6 years ago
Alban Gruin d358fc286d sequencer: make sequencer_make_script() write its script to a strbuf 6 years ago
Ramsay Jones 5fe81438b5 sequencer: make sign_off_header a file local symbol 6 years ago
Alban Gruin 6ca89c6f39 sequencer: refactor check_todo_list() to work on a todo_list 6 years ago
Alban Gruin 616d7740cf sequencer: introduce todo_list_write_to_file() 6 years ago
Alban Gruin cbef27d61c sequencer: refactor transform_todos() to work on a todo_list 6 years ago
Alban Gruin 6ad656db9b sequencer: remove the 'arg' field from todo_item 6 years ago
Nguyễn Thái Ngọc Duy 1d18d7581c notes-utils.c: remove the_repository references 6 years ago
Alban Gruin 5d94d54564 sequencer: make the todo_list structure public 6 years ago
Elijah Newren 899b49c446 git-rebase, sequencer: extend --quiet option for the interactive machinery 6 years ago
Johannes Schindelin d421afa0c6 rebase: introduce --reschedule-failed-exec 6 years ago
Nguyễn Thái Ngọc Duy 005af339c9 sequencer.c: remove implicit dependency on the_repository 6 years ago
Nguyễn Thái Ngọc Duy f11c958054 sequencer.c: remove implicit dependency on the_index 6 years ago
Phillip Wood bcd33ec25f add read_author_script() to libgit 6 years ago
Alban Gruin 65850686cf rebase -i: rewrite write_basic_state() in C 6 years ago