summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2018-08-02Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano
2018-08-02Merge branch 'js/rebase-merge-octopus'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-07-24Merge branch 'as/sequencer-customizable-comment-char'Junio C Hamano
2018-07-24Merge branch 'jk/empty-pick-fix'Junio C Hamano
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano
2018-07-18Merge branch 'en/rebase-i-microfixes'Junio C Hamano
2018-07-18Merge branch 'pw/rebase-i-keep-reword-after-conflict'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-16sequencer: pass absolute GIT_WORK_TREE to exec commandsbrian m. carlson
2018-07-16sequencer: use configured comment characterAaron Schrab
2018-07-11rebase --rebase-merges: add support for octopus mergesJohannes Schindelin
2018-07-11sequencer: don't say BUG on bogus inputJeff King
2018-07-11sequencer: handle empty-set cases consistentlyJeff King
2018-07-09sequencer.c: avoid empty statements at top levelBeat Bolli
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-27Fix use of strategy options with interactive rebasesElijah Newren
2018-06-25Merge branch 'sb/plug-misc-leaks'Junio C Hamano
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-06-25sequencer.c: plug mem leak in git_sequencer_configStefan Beller
2018-06-19sequencer: do not squash 'reword' commits when we hit conflictsPhillip Wood
2018-06-18Merge branch 'js/rebase-i-root-fix'Junio C Hamano
2018-06-18rebase --root: fix amending root commit messagesJohannes Schindelin
2018-06-04sequencer.c: plug leaks in do_pick_commitStefan Beller
2018-06-01Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-30Merge branch 'js/sequencer-and-root-commits'Junio C Hamano
2018-05-30sequencer: ensure labels that are object IDs are rewrittenbrian m. carlson
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-05-23Merge branch 'js/rebase-i-clean-msg-after-fixup-continue'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-21sequencer.c: use commit-slab to associate todo items to commitsNguyễn Thái Ngọc Duy
2018-05-21sequencer.c: use commit-slab to mark seen commitsNguyễn Thái Ngọc Duy
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'js/ident-date-fix'Junio C Hamano
2018-05-06rebase --rebase-merges: root commits can be cousins, tooJohannes Schindelin
2018-05-06sequencer: learn about the special "fake root commit" handlingJohannes Schindelin
2018-05-06rebase --rebase-merges: a "merge" into a new root is a fast-forwardJohannes Schindelin
2018-05-06sequencer: allow introducing new root commitsJohannes Schindelin
2018-05-06sequencer: extract helper to update active_cache_treeJohannes Schindelin
2018-05-02sequencer: use the_hash_algo for empty tree object IDbrian m. carlson
2018-05-02sequencer: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson