summaryrefslogtreecommitdiff
path: root/builtin/am.c
AgeCommit message (Expand)Author
2015-10-29Merge branch 'jc/am-mailinfo-direct'Junio C Hamano
2015-10-26Merge branch 'tk/stripspace'Junio C Hamano
2015-10-26Merge branch 'rt/placeholder-in-usage'Junio C Hamano
2015-10-26Merge branch 'jc/am-3-fallback-regression-fix'Junio C Hamano
2015-10-21am: make direct call to mailinfoJunio C Hamano
2015-10-16am, credential-cache: add angle brackets to usage stringRalf Thielow
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser
2015-10-15Merge branch 'pt/am-builtin'Junio C Hamano
2015-10-09am -3: do not let failed merge from completing the error codepathJunio C Hamano
2015-09-30am: configure gpg at startupRenee Margaret McConahy
2015-09-08Merge branch 'jc/builtin-am-signoff-regression-fix'Junio C Hamano
2015-09-07am: match --signoff to the original scripted versionJunio C Hamano
2015-09-01rerere: release lockfile in non-writing functionsJeff King
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano
2015-08-26Merge branch 'pt/am-builtin'Junio C Hamano
2015-08-26Merge branch 'pt/am-builtin-abort-fix'Junio C Hamano
2015-08-26i18n: am: fix typo in description of -b optionJiang Xin
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano
2015-08-25write_file_v(): do not leave incomplete line at the endJunio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-24builtin/am: make sure state files are textJunio C Hamano
2015-08-24builtin/am: introduce write_state_*() helper functionsJunio C Hamano
2015-08-19am --skip/--abort: merge HEAD/ORIG_HEAD tree into indexPaul Tan
2015-08-12am: let --signoff override --no-signoffPaul Tan
2015-08-12am: let command-line options override saved optionsPaul Tan
2015-08-05git-am: add am.threeWay config variableRemi Lespinet
2015-08-05builtin-am: remove redirection to git-am.shPaul Tan
2015-08-05builtin-am: check for valid committer identPaul Tan
2015-08-05builtin-am: implement legacy -b/--binary optionPaul Tan
2015-08-05builtin-am: implement -i/--interactivePaul Tan
2015-08-05builtin-am: support and auto-detect mercurial patchesPaul Tan
2015-08-05builtin-am: support and auto-detect StGit series filesPaul Tan
2015-08-05builtin-am: support and auto-detect StGit patchesPaul Tan
2015-08-05builtin-am: rerere supportPaul Tan
2015-08-05builtin-am: invoke post-applypatch hookPaul Tan
2015-08-05builtin-am: invoke pre-applypatch hookPaul Tan
2015-08-05builtin-am: invoke applypatch-msg hookPaul Tan
2015-08-05builtin-am: support automatic notes copyingPaul Tan
2015-08-05builtin-am: invoke post-rewrite hookPaul Tan
2015-08-05builtin-am: implement -S/--gpg-sign, commit.gpgsignPaul Tan
2015-08-05builtin-am: implement --committer-date-is-author-datePaul Tan
2015-08-05builtin-am: implement --ignore-datePaul Tan
2015-08-05builtin-am: pass git-apply's options to git-applyPaul Tan
2015-08-05builtin-am: implement --[no-]scissorsPaul Tan
2015-08-05builtin-am: support --keep-cr, am.keepcrPaul Tan
2015-08-05builtin-am: implement --[no-]message-id, am.messageidPaul Tan
2015-08-05builtin-am: implement -k/--keep, --keep-non-patchPaul Tan
2015-08-05builtin-am: implement -u/--utf8Paul Tan
2015-08-05builtin-am: handle stray state directoryPaul Tan
2015-08-05builtin-am: bypass git-mailinfo when --rebasingPaul Tan