Age | Commit message (Expand) | Author | Files | Lines |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
2015-10-29 | Merge branch 'jc/am-mailinfo-direct' | Junio C Hamano | 1 | -19/+23 |
2015-10-26 | Merge branch 'tk/stripspace' | Junio C Hamano | 1 | -1/+1 |
2015-10-26 | Merge branch 'rt/placeholder-in-usage' | Junio C Hamano | 1 | -2/+2 |
2015-10-26 | Merge branch 'jc/am-3-fallback-regression-fix' | Junio C Hamano | 1 | -16/+33 |
2015-10-21 | am: make direct call to mailinfo | Junio C Hamano | 1 | -19/+23 |
2015-10-16 | am, credential-cache: add angle brackets to usage string | Ralf Thielow | 1 | -2/+2 |
2015-10-16 | strbuf: make stripspace() part of strbuf | Tobias Klauser | 1 | -1/+1 |
2015-10-15 | Merge branch 'pt/am-builtin' | Junio C Hamano | 1 | -1/+12 |
2015-10-09 | am -3: do not let failed merge from completing the error codepath | Junio C Hamano | 1 | -16/+33 |
2015-09-30 | am: configure gpg at startup | Renee Margaret McConahy | 1 | -1/+12 |
2015-09-08 | Merge branch 'jc/builtin-am-signoff-regression-fix' | Junio C Hamano | 1 | -2/+29 |
2015-09-06 | am: match --signoff to the original scripted version | Junio C Hamano | 1 | -2/+29 |
2015-09-01 | rerere: release lockfile in non-writing functions | Jeff King | 1 | -5/+0 |
2015-08-31 | Merge branch 'jc/am-state-fix' | Junio C Hamano | 1 | -27/+41 |
2015-08-26 | Merge branch 'pt/am-builtin' | Junio C Hamano | 1 | -1/+1 |
2015-08-26 | Merge branch 'pt/am-builtin-abort-fix' | Junio C Hamano | 1 | -13/+36 |
2015-08-26 | i18n: am: fix typo in description of -b option | Jiang Xin | 1 | -1/+1 |
2015-08-25 | Merge branch 'mh/tempfile' | Junio C Hamano | 1 | -0/+1 |
2015-08-25 | write_file_v(): do not leave incomplete line at the end | Junio C Hamano | 1 | -8/+2 |
2015-08-24 | write_file(): drop "fatal" parameter | Junio C Hamano | 1 | -2/+2 |
2015-08-24 | builtin/am: make sure state files are text | Junio C Hamano | 1 | -2/+8 |
2015-08-24 | builtin/am: introduce write_state_*() helper functions | Junio C Hamano | 1 | -27/+41 |
2015-08-19 | am --skip/--abort: merge HEAD/ORIG_HEAD tree into index | Paul Tan | 1 | -13/+36 |
2015-08-12 | am: let --signoff override --no-signoff | Paul Tan | 1 | -3/+25 |
2015-08-12 | am: let command-line options override saved options | Paul Tan | 1 | -4/+12 |
2015-08-04 | git-am: add am.threeWay config variable | Remi Lespinet | 1 | -0/+2 |
2015-08-04 | builtin-am: remove redirection to git-am.sh | Paul Tan | 1 | -15/+0 |
2015-08-04 | builtin-am: check for valid committer ident | Paul Tan | 1 | -0/+3 |
2015-08-04 | builtin-am: implement legacy -b/--binary option | Paul Tan | 1 | -0/+7 |
2015-08-04 | builtin-am: implement -i/--interactive | Paul Tan | 1 | -1/+104 |
2015-08-04 | builtin-am: support and auto-detect mercurial patches | Paul Tan | 1 | -1/+73 |
2015-08-04 | builtin-am: support and auto-detect StGit series files | Paul Tan | 1 | -1/+58 |
2015-08-04 | builtin-am: support and auto-detect StGit patches | Paul Tan | 1 | -1/+131 |
2015-08-04 | builtin-am: rerere support | Paul Tan | 1 | -0/+25 |
2015-08-04 | builtin-am: invoke post-applypatch hook | Paul Tan | 1 | -0/+2 |
2015-08-04 | builtin-am: invoke pre-applypatch hook | Paul Tan | 1 | -0/+3 |
2015-08-04 | builtin-am: invoke applypatch-msg hook | Paul Tan | 1 | -0/+24 |
2015-08-04 | builtin-am: support automatic notes copying | Paul Tan | 1 | -0/+60 |
2015-08-04 | builtin-am: invoke post-rewrite hook | Paul Tan | 1 | -0/+55 |
2015-08-04 | builtin-am: implement -S/--gpg-sign, commit.gpgsign | Paul Tan | 1 | -1/+10 |
2015-08-04 | builtin-am: implement --committer-date-is-author-date | Paul Tan | 1 | -0/+8 |
2015-08-04 | builtin-am: implement --ignore-date | Paul Tan | 1 | -1/+5 |
2015-08-04 | builtin-am: pass git-apply's options to git-apply | Paul Tan | 1 | -0/+45 |
2015-08-04 | builtin-am: implement --[no-]scissors | Paul Tan | 1 | -0/+48 |
2015-08-04 | builtin-am: support --keep-cr, am.keepcr | Paul Tan | 1 | -6/+23 |
2015-08-04 | builtin-am: implement --[no-]message-id, am.messageid | Paul Tan | 1 | -0/+13 |
2015-08-04 | builtin-am: implement -k/--keep, --keep-non-patch | Paul Tan | 1 | -0/+50 |
2015-08-04 | builtin-am: implement -u/--utf8 | Paul Tan | 1 | -0/+11 |
2015-08-04 | builtin-am: handle stray state directory | Paul Tan | 1 | -0/+17 |