aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-06sequencer: write CHERRY_PICK_HEAD for reword and editPhillip Wood1-1/+3
2019-12-05Merge branch 'pw/sequencer-compare-with-right-parent-to-check-empty-commits'Junio C Hamano1-5/+21
2019-12-05Merge branch 'dd/rebase-merge-reserves-onto-label'Junio C Hamano1-0/+5
2019-12-05Merge branch 'js/rebase-r-safer-label'Junio C Hamano1-27/+45
2019-12-01Merge branch 'dd/sequencer-utf8'Junio C Hamano1-7/+14
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano1-3/+3
2019-11-30sequencer: fix a memory leak in sequencer_continue()Alban Gruin1-2/+4
2019-11-25sequencer: directly call pick_commits() from complete_action()Alban Gruin1-4/+10
2019-11-25sequencer: move the code writing total_nr on the disk to a new functionAlban Gruin1-5/+11
2019-11-25sequencer: update `done_nr' when skipping commands in a todo listAlban Gruin1-0/+1
2019-11-25sequencer: update `total_nr' when adding an item to a todo listAlban Gruin1-0/+1
2019-11-24sequencer: don't re-read todo for revert and cherry-pickSZEDER Gábor1-1/+1
2019-11-23sequencer: fix empty commit check when amendingPhillip Wood1-5/+21
2019-11-20sequencer: handle rebase-merges for "onto" messageDoan Tran Cong Danh1-0/+5
2019-11-18rebase -r: let `label` generate safer labelsMatthew Rogers1-1/+19
2019-11-18rebase-merges: move labels' whitespace mangling into `label_oid()`Johannes Schindelin1-28/+28
2019-11-11sequencer: reencode commit message for am/rebase --show-current-patchDoan Tran Cong Danh1-1/+2
2019-11-11sequencer: reencode old merge-commit messageDoan Tran Cong Danh1-1/+2
2019-11-11sequencer: reencode squashing commit's messageDoan Tran Cong Danh1-3/+5
2019-11-11sequencer: reencode revert/cherry-pick's todo listDoan Tran Cong Danh1-1/+4
2019-11-11sequencer: reencode to utf-8 before arrange rebase's todo listDoan Tran Cong Danh1-1/+1
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano1-13/+11
2019-11-10Fix spelling errors in code commentsElijah Newren1-3/+3
2019-11-02rebase -i: support --ignore-dateRohit Ashiwal1-3/+57
2019-11-02sequencer: rename amend_author to author_to_renameRohit Ashiwal1-3/+3
2019-11-02rebase -i: support --committer-date-is-author-dateRohit Ashiwal1-2/+63
2019-11-02sequencer: allow callers of read_author_script() to ignore fieldsRohit Ashiwal1-3/+13
2019-10-16sequencer: run post-commit hookPhillip Wood1-0/+1
2019-10-16move run_commit_hook() to libgit and use it therePhillip Wood1-13/+10
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-15/+29
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano1-3/+2
2019-10-11Merge branch 'pw/rebase-i-show-HEAD-to-reword'Junio C Hamano1-91/+39
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano1-3/+3
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-2/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-7/+17
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-2/+5
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-2/+3
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano1-3/+15
2019-08-19sequencer: simplify root commit creationPhillip Wood1-71/+4
2019-08-19rebase -i: check for updated todo after squash and rewordPhillip Wood1-15/+27
2019-08-19rebase -i: always update HEAD before rewordingPhillip Wood1-8/+11
2019-08-19sequencer: convert to use the_hash_algobrian m. carlson1-3/+3
2019-08-19merge-recursive: don't force external callers to do our loggingElijah Newren1-1/+0
2019-08-19merge-recursive: remove useless parameter in merge_trees()Elijah Newren1-2/+2
2019-07-31rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`Johannes Schindelin1-1/+3
2019-07-31rebase -r: support merge strategies other than `recursive`Johannes Schindelin1-2/+12
2019-07-31sequencer: the `am` and `rebase--interactive` scripts are goneJohannes Schindelin1-1/+1
2019-07-29Merge branch 'pw/rebase-abort-clean-rewritten' into maintJunio C Hamano1-4/+7