Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-08-04 | builtin-am: implement --abort | Paul Tan | 1 | -3/+100 |
2015-08-04 | builtin-am: implement --skip | Paul Tan | 1 | -2/+121 |
2015-08-04 | builtin-am: don't parse mail when resuming | Paul Tan | 1 | -9/+25 |
2015-08-04 | builtin-am: implement --resolved/--continue | Paul Tan | 1 | -1/+71 |
2015-08-04 | builtin-am: refuse to apply patches if index is dirty | Paul Tan | 1 | -0/+45 |
2015-08-04 | builtin-am: implement committing applied patch | Paul Tan | 1 | -4/+51 |
2015-08-04 | builtin-am: apply patch with git-apply | Paul Tan | 1 | -1/+71 |
2015-08-04 | builtin-am: extract patch and commit info with git-mailinfo | Paul Tan | 1 | -0/+317 |
2015-08-04 | builtin-am: auto-detect mbox patches | Paul Tan | 1 | -0/+109 |
2015-08-04 | builtin-am: split out mbox/maildir patches with git-mailsplit | Paul Tan | 1 | -3/+104 |
2015-08-04 | builtin-am: implement patch queue mechanism | Paul Tan | 1 | -0/+177 |
2015-08-04 | builtin-am: implement skeletal builtin am | Paul Tan | 1 | -0/+29 |