aboutsummaryrefslogtreecommitdiff
path: root/builtin/am.c
Commit message (Expand)AuthorAge
...
| * | | | write_file_v(): do not leave incomplete line at the endJunio C Hamano2015-08-25
| * | | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
| * | | | builtin/am: make sure state files are textJunio C Hamano2015-08-24
| * | | | builtin/am: introduce write_state_*() helper functionsJunio C Hamano2015-08-24
| |/ / /
* | | | Merge branch 'pt/am-builtin'Junio C Hamano2015-08-26
|\ \ \ \ | | |/ / | |/| |
| * | | i18n: am: fix typo in description of -b optionJiang Xin2015-08-26
| | |/ | |/|
* | | Merge branch 'pt/am-builtin-abort-fix'Junio C Hamano2015-08-26
|\ \ \
| * | | am --skip/--abort: merge HEAD/ORIG_HEAD tree into indexPaul Tan2015-08-19
| |/ /
* | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-25
| |/ |/|
* | am: let --signoff override --no-signoffPaul Tan2015-08-12
* | am: let command-line options override saved optionsPaul Tan2015-08-12
|/
* git-am: add am.threeWay config variableRemi Lespinet2015-08-04
* builtin-am: remove redirection to git-am.shPaul Tan2015-08-04
* builtin-am: check for valid committer identPaul Tan2015-08-04
* builtin-am: implement legacy -b/--binary optionPaul Tan2015-08-04
* builtin-am: implement -i/--interactivePaul Tan2015-08-04
* builtin-am: support and auto-detect mercurial patchesPaul Tan2015-08-04
* builtin-am: support and auto-detect StGit series filesPaul Tan2015-08-04
* builtin-am: support and auto-detect StGit patchesPaul Tan2015-08-04
* builtin-am: rerere supportPaul Tan2015-08-04
* builtin-am: invoke post-applypatch hookPaul Tan2015-08-04
* builtin-am: invoke pre-applypatch hookPaul Tan2015-08-04
* builtin-am: invoke applypatch-msg hookPaul Tan2015-08-04
* builtin-am: support automatic notes copyingPaul Tan2015-08-04
* builtin-am: invoke post-rewrite hookPaul Tan2015-08-04
* builtin-am: implement -S/--gpg-sign, commit.gpgsignPaul Tan2015-08-04
* builtin-am: implement --committer-date-is-author-datePaul Tan2015-08-04
* builtin-am: implement --ignore-datePaul Tan2015-08-04
* builtin-am: pass git-apply's options to git-applyPaul Tan2015-08-04
* builtin-am: implement --[no-]scissorsPaul Tan2015-08-04
* builtin-am: support --keep-cr, am.keepcrPaul Tan2015-08-04
* builtin-am: implement --[no-]message-id, am.messageidPaul Tan2015-08-04
* builtin-am: implement -k/--keep, --keep-non-patchPaul Tan2015-08-04
* builtin-am: implement -u/--utf8Paul Tan2015-08-04
* builtin-am: handle stray state directoryPaul Tan2015-08-04
* builtin-am: bypass git-mailinfo when --rebasingPaul Tan2015-08-04
* builtin-am: implement --rebasing modePaul Tan2015-08-04
* builtin-am: implement --3wayPaul Tan2015-08-04
* builtin-am: implement -s/--signoffPaul Tan2015-08-04
* builtin-am: exit with user friendly message on failurePaul Tan2015-08-04
* builtin-am: implement -q/--quietPaul Tan2015-08-04
* builtin-am: reject patches when there's a session in progressPaul Tan2015-08-04
* builtin-am: implement --abortPaul Tan2015-08-04
* builtin-am: implement --skipPaul Tan2015-08-04
* builtin-am: don't parse mail when resumingPaul Tan2015-08-04
* builtin-am: implement --resolved/--continuePaul Tan2015-08-04
* builtin-am: refuse to apply patches if index is dirtyPaul Tan2015-08-04
* builtin-am: implement committing applied patchPaul Tan2015-08-04
* builtin-am: apply patch with git-applyPaul Tan2015-08-04
* builtin-am: extract patch and commit info with git-mailinfoPaul Tan2015-08-04