summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood
2017-12-27sequencer: do not invent whitespace when transforming OIDsJohannes Schindelin
2017-12-27sequencer: report when noop has an argumentJohannes Schindelin
2017-12-27sequencer: remove superfluous conditionalJohannes Schindelin
2017-12-27sequencer: strip bogus LF at end of error messagesJohannes Schindelin
2017-12-27Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano
2017-12-27sequencer.c: drop 'const' from function return typeJunio C Hamano
2017-12-22sequencer: assign only free()able strings to gpg_signJohannes Schindelin
2017-12-19Merge branch 'en/rename-progress'Junio C Hamano
2017-12-13Merge branch 'bc/hash-algo'Junio C Hamano
2017-12-13sequencer: improve config handlingPhillip Wood
2017-12-05rebase -i: learn to abbreviate command namesLiam Beguin
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin
2017-12-05rebase -i: update functions to use a flags parameterLiam Beguin
2017-12-05rebase -i: refactor transform_todo_idsLiam Beguin
2017-12-04rebase -i: set commit to null in exec commandsLiam Beguin
2017-11-27Merge branch 'pw/sequencer-recover-from-unlockable-index'Junio C Hamano
2017-11-24sequencer: try to commit without forking 'git commit'Phillip Wood
2017-11-24sequencer: load commit related configPhillip Wood
2017-11-24sequencer: simplify adding Signed-off-by: trailerPhillip Wood
2017-11-24commit: move print_commit_summary() to libgitPhillip Wood
2017-11-18commit: move post-rewrite code to libgitPhillip Wood
2017-11-18Add a function to update HEAD after creating a commitPhillip Wood
2017-11-16sequencer: reschedule pick if index can't be lockedPhillip Wood
2017-11-15sequencer: show rename progress during cherry picksElijah Newren
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano
2017-11-15Merge branch 'rs/sequencer-rewrite-file-cleanup'Junio C Hamano
2017-11-15Merge branch 'jk/rebase-i-exec-gitdir-fix' into maintJunio C Hamano
2017-11-14sequencer: warn when internal merge may be suboptimal due to renameLimitElijah Newren
2017-11-13Switch empty tree and blob lookups to use hash abstractionbrian m. carlson
2017-11-10commit: move empty message checks to libgitPhillip Wood
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'jk/rebase-i-exec-gitdir-fix'Junio C Hamano
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty
2017-11-02sequencer.c: check return value of close() in rewrite_file()Simon Ruderich
2017-11-02sequencer: pass absolute GIT_DIR to exec commandsJacob Keller
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams
2017-11-01sequencer: use O_TRUNC to truncate filesRené Scharfe
2017-11-01sequencer: factor out rewrite_file()René Scharfe
2017-10-28Merge branch 'bc/object-id' into baseMichael Haggerty
2017-10-18Merge branch 'js/rebase-i-final'Junio C Hamano
2017-10-17sequencer.c: unify an error messageRalf Thielow
2017-10-17Merge branch 'js/rebase-i-final'Junio C Hamano
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson