summaryrefslogtreecommitdiff
path: root/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
* cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy2018-08-131-2/+2
* Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano2018-08-021-0/+2
|\
| * sequencer: pass absolute GIT_WORK_TREE to exec commandsbrian m. carlson2018-07-161-0/+2
* | Merge branch 'js/rebase-merge-octopus'Junio C Hamano2018-08-021-43/+125
|\ \
| * | rebase --rebase-merges: add support for octopus mergesJohannes Schindelin2018-07-111-43/+125
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-7/+7
|\ \ \
| * | | commit: add repository argument to lookup_commitStefan Beller2018-06-291-2/+2
| * | | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-3/+3
| * | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+1
| * | | tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-25/+27
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'as/sequencer-customizable-comment-char'Junio C Hamano2018-07-241-1/+1
|\ \ \ \
| * | | | sequencer: use configured comment characterAaron Schrab2018-07-161-1/+1
| |/ / /
* | | | Merge branch 'jk/empty-pick-fix'Junio C Hamano2018-07-241-4/+8
|\ \ \ \
| * | | | sequencer: don't say BUG on bogus inputJeff King2018-07-111-2/+4
| * | | | sequencer: handle empty-set cases consistentlyJeff King2018-07-111-2/+4
| | |_|/ | |/| |
* | | | Merge branch 'bb/pedantic'Junio C Hamano2018-07-241-2/+2
|\ \ \ \
| * | | | sequencer.c: avoid empty statements at top levelBeat Bolli2018-07-091-2/+2
* | | | | Merge branch 'en/rebase-i-microfixes'Junio C Hamano2018-07-181-1/+6
|\ \ \ \ \
| * | | | | Fix use of strategy options with interactive rebasesElijah Newren2018-06-271-1/+6
* | | | | | Merge branch 'pw/rebase-i-keep-reword-after-conflict'Junio C Hamano2018-07-181-3/+20
|\ \ \ \ \ \
| * | | | | | sequencer: do not squash 'reword' commits when we hit conflictsPhillip Wood2018-06-191-3/+20
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-25/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-18/+19
| * | | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | | Merge branch 'sb/plug-misc-leaks'Junio C Hamano2018-06-251-1/+3
|\ \ \ \ \
| * | | | | sequencer.c: plug mem leak in git_sequencer_configStefan Beller2018-06-251-0/+1
| * | | | | sequencer.c: plug leaks in do_pick_commitStefan Beller2018-06-041-1/+2
* | | | | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-6/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | sequencer.c: use commit-slab to associate todo items to commitsNguyễn Thái Ngọc Duy2018-05-211-3/+9
| * | | | | sequencer.c: use commit-slab to mark seen commitsNguyễn Thái Ngọc Duy2018-05-211-3/+9
* | | | | | Merge branch 'js/rebase-i-root-fix'Junio C Hamano2018-06-181-1/+1
|\ \ \ \ \ \
| * | | | | | rebase --root: fix amending root commit messagesJohannes Schindelin2018-06-181-1/+1
* | | | | | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-06-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | sequencer: ensure labels that are object IDs are rewrittenbrian m. carlson2018-05-301-1/+1
* | | | | | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | sequencer: use the_hash_algo for empty tree object IDbrian m. carlson2018-05-021-1/+1
| * | | | | | | | sequencer: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson2018-05-021-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'js/sequencer-and-root-commits'Junio C Hamano2018-05-301-25/+181
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase --rebase-merges: root commits can be cousins, tooJohannes Schindelin2018-05-061-1/+2
| * | | | | | | | rebase --rebase-merges: a "merge" into a new root is a fast-forwardJohannes Schindelin2018-05-061-0/+12
| * | | | | | | | sequencer: allow introducing new root commitsJohannes Schindelin2018-05-061-12/+28
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | sequencer: learn about the special "fake root commit" handlingJohannes Schindelin2018-05-061-3/+121
| * | | | | | | sequencer: extract helper to update active_cache_treeJohannes Schindelin2018-05-061-9/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-05-231-37/+855
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin2018-04-261-0/+4
| * | | | | | rebase --rebase-merges: avoid "empty merges"Johannes Schindelin2018-04-261-0/+7
| * | | | | | sequencer: handle post-rewrite for merge commandsJohannes Schindelin2018-04-261-1/+4