author | Eric W. Biederman <ebiederm@xmission.com> | |
Wed, 17 May 2006 18:44:40 +0000 (12:44 -0600) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 19 May 2006 05:55:57 +0000 (22:55 -0700) | ||
commit | d3d8f361a8c6beb5647e0d963a1460a505324494 | |
tree | 918d3f53e99e71db5f426a139f6a61170a446d8e | tree | snapshot |
parent | ff62b7f37899de2faa88cbb5be1f3bcfa246012c | commit | diff |
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>
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] | blob |
Makefile | diff | blob | history | |
git-quiltimport.sh | [new file with mode: 0755] | blob |