aboutsummaryrefslogtreecommitdiff
path: root/sequencer.c
Commit message (Expand)AuthorAge
* sequencer: do not invent whitespace when transforming OIDsJohannes Schindelin2017-12-27
* sequencer: report when noop has an argumentJohannes Schindelin2017-12-27
* sequencer: remove superfluous conditionalJohannes Schindelin2017-12-27
* sequencer: strip bogus LF at end of error messagesJohannes Schindelin2017-12-27
* Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano2017-12-27
|\
| * sequencer.c: drop 'const' from function return typeJunio C Hamano2017-12-27
| * rebase -i: learn to abbreviate command namesLiam Beguin2017-12-05
| * rebase -i -x: add exec commands via the rebase--helperLiam Beguin2017-12-05
| * rebase -i: update functions to use a flags parameterLiam Beguin2017-12-05
| * rebase -i: refactor transform_todo_idsLiam Beguin2017-12-05
| * rebase -i: set commit to null in exec commandsLiam Beguin2017-12-04
* | Merge branch 'en/rename-progress'Junio C Hamano2017-12-19
|\ \
| * | sequencer: show rename progress during cherry picksElijah Newren2017-11-15
| * | sequencer: warn when internal merge may be suboptimal due to renameLimitElijah Newren2017-11-14
* | | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-13
|\ \ \ | |_|/ |/| |
| * | Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-13
| |/
* | Merge branch 'pw/sequencer-recover-from-unlockable-index'Junio C Hamano2017-11-27
|\ \
| * | sequencer: reschedule pick if index can't be lockedPhillip Wood2017-11-16
| * | Merge branch 'jk/rebase-i-exec-gitdir-fix' into maintJunio C Hamano2017-11-15
| |\ \
* | \ \ Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-15
|\ \ \ \
| * | | | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-06
| * | | | Merge branch 'bc/object-id' into baseMichael Haggerty2017-10-28
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'rs/sequencer-rewrite-file-cleanup'Junio C Hamano2017-11-15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sequencer.c: check return value of close() in rewrite_file()Simon Ruderich2017-11-02
| * | | | sequencer: use O_TRUNC to truncate filesRené Scharfe2017-11-01
| * | | | sequencer: factor out rewrite_file()René Scharfe2017-11-01
| |/ / /
* | | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\ \ \ \
| * | | | diff: convert flags to be stored in bitfieldsBrandon Williams2017-11-01
| |/ / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ \ | | |/ / | |/| |
| * | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
| * | | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
| * | | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
| * | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-16
* | | | Merge branch 'jk/rebase-i-exec-gitdir-fix'Junio C Hamano2017-11-06
|\ \ \ \ | | |_|/ | |/| |
| * | | sequencer: pass absolute GIT_DIR to exec commandsJacob Keller2017-11-02
* | | | Merge branch 'ma/lockfile-fixes'Junio C Hamano2017-11-06
|\ \ \ \ | |_|_|/ |/| | |
| * | | read-cache: leave lock in right state in `write_locked_index()`Martin Ågren2017-10-07
* | | | Merge branch 'js/rebase-i-final'Junio C Hamano2017-10-18
|\ \ \ \
| * | | | sequencer.c: unify an error messageRalf Thielow2017-10-18
* | | | | Merge branch 'js/rebase-i-final'Junio C Hamano2017-10-17
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | sequencer.c: fix and unify error messages in rearrange_squash()Ralf Thielow2017-10-16
* | | | Merge branch 'js/rebase-i-final'Junio C Hamano2017-10-09
|\ \ \ \ | |/ / /
| * | | i18n: add a missing space in messageJean-Noel Avila2017-10-09
* | | | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-05
|\ \ \ \
| * | | | use strbuf_addstr() for adding strings to strbufsRené Scharfe2017-10-02
| | |/ / | |/| |
* | | | Merge branch 'js/rebase-i-final'Junio C Hamano2017-10-03
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin2017-07-27
| * | rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin2017-07-27
| * | rebase -i: check for missing commits in the rebase--helperJohannes Schindelin2017-07-27
| * | rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin2017-07-27