summaryrefslogtreecommitdiffstats
path: root/sequencer.c
AgeCommit message (Expand)AuthorLines
2017-08-02cherry-pick/revert: remember --rerere-autoupdatePhillip Wood-1/+9
2017-08-02rebase -i: honor --rerere-autoupdatePhillip Wood-0/+10
2017-06-30Merge branch 'pw/rebase-i-regression-fix-tests'Junio C Hamano-5/+6
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano-2/+2
2017-06-19sequencer: print autostash messages to stderrJohannes Schindelin-5/+6
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano-4/+4
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams-2/+2
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano-1/+2
2017-05-31C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason-1/+2
2017-05-29Merge branch 'pw/rebase-i-regression-fix'Junio C Hamano-1/+4
2017-05-29Merge branch 'bc/object-id'Junio C Hamano-29/+30
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy-4/+4
2017-05-20rebase -i: add missing newline to end of messagePhillip Wood-1/+1
2017-05-20rebase -i: silence stash applyPhillip Wood-0/+2
2017-05-20rebase -i: fix reflog messagePhillip Wood-0/+1
2017-05-16Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano-7/+4
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson-1/+1
2017-05-08sequencer: convert do_recursive_merge to struct object_idbrian m. carlson-3/+3
2017-05-08merge: convert checkout_fast_forward to struct object_idbrian m. carlson-1/+1
2017-05-08sequencer: convert fast_forward_to to struct object_idbrian m. carlson-11/+11
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-4/+4
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson-10/+10
2017-05-08sequencer: convert some functions to struct object_idbrian m. carlson-6/+6
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson-1/+2
2017-05-01Merge branch 'sh/rebase-i-reread-todo-after-exec'Junio C Hamano-0/+22
2017-04-27rebase -i: reread the todo list if `exec` touched itStephen Hicks-0/+22
2017-04-26sequencer: add newline before adding footersJonathan Tan-7/+4
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano-6/+6
2017-04-20use git_path_* helper functionsJeff King-6/+6
2017-03-30Merge branch 'js/rebase-i-reword-to-run-hooks'Junio C Hamano-23/+31
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Johannes Schindelin-2/+6
2017-03-27sequencer: make commit options more extensibleJohannes Schindelin-22/+26
2017-03-23sequencer: fix missing newlineBrandon Williams-1/+1
2017-03-17sequencer: drop "warning:" when stopping for editJeff King-1/+2
2017-01-17sequencer (rebase -i): write out the final messageJohannes Schindelin-0/+3
2017-01-17sequencer (rebase -i): write the progress into filesJohannes Schindelin-3/+27
2017-01-17sequencer (rebase -i): show the progressJohannes Schindelin-0/+32
2017-01-17sequencer (rebase -i): suggest --edit-todo upon unknown commandJohannes Schindelin-1/+5
2017-01-17sequencer (rebase -i): show only failed cherry-picks' outputJohannes Schindelin-0/+4
2017-01-17sequencer (rebase -i): show only failed `git commit`'s outputJohannes Schindelin-0/+18
2017-01-17sequencer: use run_command() directlyJohannes Schindelin-20/+16
2017-01-17sequencer: update reading author-scriptJohannes Schindelin-22/+12
2017-01-09sequencer (rebase -i): differentiate between comments and 'noop'Johannes Schindelin-6/+9
2017-01-09sequencer (rebase -i): implement the 'drop' commandJohannes Schindelin-3/+5
2017-01-09sequencer (rebase -i): allow rescheduling commandsJohannes Schindelin-0/+6