aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06sequencer: extract helper to update active_cache_treeJohannes Schindelin1-9/+18
2018-05-02sequencer: use the_hash_algo for empty tree object IDbrian m. carlson1-1/+1
2018-05-02sequencer: convert one use of EMPTY_TREE_SHA1_HEXbrian m. carlson1-1/+1
2018-05-02rebase --skip: clean up commit message after a failed fixup/squashJohannes Schindelin1-13/+100
2018-05-02sequencer: always commit without editing when asked forJohannes Schindelin1-0/+2
2018-05-02rebase -i: Handle "combination of <n> commits" with GETTEXT_POISONJohannes Schindelin1-34/+44
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin1-0/+4
2018-04-26rebase --rebase-merges: avoid "empty merges"Johannes Schindelin1-0/+7
2018-04-26sequencer: handle post-rewrite for merge commandsJohannes Schindelin1-1/+4
2018-04-26sequencer: introduce new commands to reset the revisionJohannes Schindelin1-7/+206
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesJohannes Schindelin1-1/+345
2018-04-26sequencer: fast-forward `merge` commands, if possibleJohannes Schindelin1-1/+32
2018-04-26sequencer: offer helpful advice when a command was rescheduledJohannes Schindelin1-0/+16
2018-04-26sequencer: introduce the `merge` commandJohannes Schindelin1-0/+200
2018-04-26sequencer: refactor how original todo list lines are accessedJohannes Schindelin1-24/+36
2018-04-26sequencer: make rearrange_squash() a bit more obviousJohannes Schindelin1-1/+1
2018-04-26sequencer: avoid using errno clobbered by rollback_lock_file()Johannes Schindelin1-4/+6
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+2
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano1-1/+1
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano1-1/+7
2018-04-25Merge branch 'pw/rebase-keep-empty-fixes'Junio C Hamano1-2/+6
2018-04-19sequencer: reset the committer date before commitsJohannes Sixt1-0/+2
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-6/+6
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-6/+6
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano1-1/+1
2018-04-10Merge branch 'bc/object-id'Junio C Hamano1-4/+5
2018-03-29rebase: extend --signoff supportPhillip Wood1-1/+7
2018-03-29Merge branch 'pw/rebase-keep-empty-fixes' into pw/rebase-signoffJunio C Hamano1-2/+6
2018-03-29rebase -i --keep-empty: don't prune empty commitsPhillip Wood1-2/+6
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano1-6/+5
2018-03-14Merge branch 'ma/roll-back-lockfiles'Junio C Hamano1-18/+14
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+2
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson1-1/+1
2018-03-14cache-tree: convert write_*_as_tree to object_idbrian m. carlson1-2/+2
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-1/+1
2018-03-06Merge branch 'rs/strbuf-read-file-or-whine'Junio C Hamano1-46/+28
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano1-0/+4
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren1-6/+5
2018-02-28sequencer: do not roll back lockfile unnecessarilyMartin Ågren1-12/+6
2018-02-27sequencer: always roll back lock in `do_recursive_merge()`Martin Ågren1-1/+3
2018-02-27sequencer: make lockfiles non-staticMartin Ågren1-5/+5
2018-02-22sequencer: factor out strbuf_read_file_or_whine()René Scharfe1-46/+28
2018-02-15Merge branch 'po/object-id'Junio C Hamano1-2/+2
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano1-8/+530
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy1-0/+4
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood1-13/+56
2017-12-27sequencer: do not invent whitespace when transforming OIDsJohannes Schindelin1-1/+4
2017-12-27sequencer: report when noop has an argumentJohannes Schindelin1-4/+9