summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-03sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano
2014-06-25Merge branch 'fr/sequencer-fail-with-not-one-upon-no-ff'Junio C Hamano
2014-06-19sequencer: use argv_array_pushfJeff King
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_commit_buffer everywhereJeff King
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King
2014-06-13cache-tree: mark istate->cache_changed on cache tree updateNguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-12sequencer: use logmsg_reencode in get_messageJeff King
2014-06-09sequencer: signal failed ff as an aborted, not a conflicted mergeFabian Ruch
2014-04-29sequencer: do not update/refresh index if the lock cannot be heldNguyễn Thái Ngọc Duy
2014-04-17sequencer.c: check for lock failure and bail early in fast_forward_toRonnie Sahlberg
2014-01-27cherry-pick, revert: add the --gpg-sign optionNicolas Vigier
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-27Merge branch 'rr/cherry-pick-fast-forward-reflog-message'Junio C Hamano
2013-06-19sequencer: write useful reflog message for fast-forwardRamkumar Ramachandra
2013-06-06sequencer: avoid leaking message buffer when refusing to create an empty commitFelipe Contreras
2013-06-03sequencer: remove useless indentationFelipe Contreras
2013-05-09Merge branch 'mv/sequencer-pick-error-diag'Junio C Hamano
2013-05-09cherry-pick: picking a tag that resolves to a commit is OKJunio C Hamano
2013-04-19Merge branch 'mv/sequencer-pick-error-diag'Junio C Hamano
2013-04-12Sync with 'maint'Junio C Hamano
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2013-04-11cherry-pick: make sure all input objects are commitsMiklos Vajna
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano
2013-02-23git-commit: populate the edit buffer with 2 blank lines before s-o-bBrandon Casey
2013-02-12sequencer.c: teach append_signoff to avoid adding a duplicate newlineBrandon Casey
2013-02-12sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey
2013-02-12sequencer.c: always separate "(cherry picked from" from commit bodyBrandon Casey
2013-02-12sequencer.c: require a conforming footer to be preceded by a blank lineBrandon Casey
2013-02-12sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footerBrandon Casey
2013-02-12commit, cherry-pick -s: remove broken support for multiline rfc2822 fieldsBrandon Casey
2013-02-12sequencer.c: rework search for start of footer to improve clarityJonathan Nieder
2012-12-23learn to pick/revert into unborn branchMartin von Zweigbergk
2012-11-15Merge branch 'jc/same-encoding'Junio C Hamano
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano
2012-10-29Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy
2012-09-18Merge branch 'jc/make-static'Junio C Hamano
2012-09-16sequencer.c: mark a private file-scope symbol as staticJunio C Hamano
2012-09-14cherry-pick: don't forget -s on failureMiklos Vajna
2012-09-10Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano