Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | git-am: interactive should fail gracefully. | Junio C Hamano | 2005-10-12 | 1 | -2/+2 | |
| | | | | | | | | When feeding patches from standard input, and --interactive is specified, quit, so that the user can re-run the command, instead of infinitely looping. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
* | Add git-am, applymbox replacement. | Junio C Hamano | 2005-10-07 | 1 | -0/+337 | |
It reorganizes the code and also has saner command line options syntax. Unlike git-applymbox, it can take more than one mailbox file from the command line, as well as reading from the standard input when '-' is specified. Signed-off-by: Junio C Hamano <junkio@cox.net> |