1
0
mirror of https://github.com/git/git.git synced 2024-10-06 20:22:24 +02:00
Commit Graph

51 Commits

Author SHA1 Message Date
Junio C Hamano
d1c5f2a42d Add git-am, applymbox replacement.
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>
2005-10-07 03:44:18 -07:00