]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Implement git-quiltimport
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 17 May 2006 18:44:40 +0000 (12:44 -0600)
committerJunio C Hamano <junkio@cox.net>
Fri, 19 May 2006 05:55:57 +0000 (22:55 -0700)
commitd3d8f361a8c6beb5647e0d963a1460a505324494
tree918d3f53e99e71db5f426a139f6a61170a446d8e
parentff62b7f37899de2faa88cbb5be1f3bcfa246012c
Implement git-quiltimport

Importing a quilt patch series into git is not very difficult
but parsing the patch descriptions and all of the other
minutia take a bit of effort to get right, so this automates it.

Since git and quilt complement each other it makes sense
to make it easy to go back and forth between the two.

If a patch is encountered that it cannot derive the author
from the user is asked.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-quiltimport.txt [new file with mode: 0644]
Makefile
git-quiltimport.sh [new file with mode: 0755]