]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Add git-am, applymbox replacement.
authorJunio C Hamano <junkio@cox.net>
Fri, 7 Oct 2005 10:44:18 +0000 (03:44 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Oct 2005 10:44:18 +0000 (03:44 -0700)
commitd1c5f2a42d7b5c0e3d3862212dea1f09809c4963
treeff961ebadc438c108ebad6c57242e21294edfe2e
parentd4dbf36df0eb2efe78822704d9779d662ed4dd8a
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>
Makefile
git-am.sh [new file with mode: 0755]