summaryrefslogtreecommitdiffstats
path: root/sequencer.c
AgeCommit message (Expand)AuthorLines
2017-12-06Merge branch 'pw/sequencer-recover-from-unlockable-index' into maintJunio C Hamano-1/+2
2017-11-21Merge branch 'rs/sequencer-rewrite-file-cleanup' into maintJunio C Hamano-29/+16
2017-11-16sequencer: reschedule pick if index can't be lockedPhillip Wood-1/+2
2017-11-15Merge branch 'jk/rebase-i-exec-gitdir-fix' into maintJunio C Hamano-1/+6
2017-11-02sequencer.c: check return value of close() in rewrite_file()Simon Ruderich-1/+2
2017-11-02sequencer: pass absolute GIT_DIR to exec commandsJacob Keller-1/+6
2017-11-01sequencer: use O_TRUNC to truncate filesRené Scharfe-3/+1
2017-11-01sequencer: factor out rewrite_file()René Scharfe-29/+17
2017-10-18Merge branch 'js/rebase-i-final'Junio C Hamano-1/+1
2017-10-18sequencer.c: unify an error messageRalf Thielow-1/+1
2017-10-17Merge branch 'js/rebase-i-final'Junio C Hamano-2/+2
2017-10-16sequencer.c: fix and unify error messages in rearrange_squash()Ralf Thielow-2/+2
2017-10-09Merge branch 'js/rebase-i-final'Junio C Hamano-1/+1
2017-10-09i18n: add a missing space in messageJean-Noel Avila-1/+1
2017-10-05Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano-1/+1
2017-10-03Merge branch 'js/rebase-i-final'Junio C Hamano-0/+531
2017-10-02use strbuf_addstr() for adding strings to strbufsRené Scharfe-1/+1
2017-09-07sequencer: release strbuf after use in save_head()Rene Scharfe-1/+4
2017-08-22Merge branch 'pw/sequence-rerere-autoupdate'Junio C Hamano-1/+19
2017-08-02cherry-pick/revert: remember --rerere-autoupdatePhillip Wood-1/+9
2017-08-02rebase -i: honor --rerere-autoupdatePhillip Wood-0/+10
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin-0/+196
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin-0/+107
2017-07-27rebase -i: check for missing commits in the rebase--helperJohannes Schindelin-0/+122
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin-0/+57
2017-07-27rebase -i: generate the script via rebase--helperJohannes Schindelin-0/+49
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson-3/+3
2017-07-17sequencer: convert to struct object_idbrian m. carlson-29/+30
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