2006-02-28 11:11:22

by Tejun Heo

[permalink] [raw]
Subject: [ANNOUNCE] quilt2git v0.2

Hello, v0.2 of quilt2git available. New in v0.2.

* handles new git HEAD file format properly (regular file storing ref: ...)

* makes use of mail format header from quilt patch description. From:
becomes the author, Subject: the subject of the patch. All commit
information should be maintained through git2quilt -> quilt2git now.

* --signoff option added. This option is simply passed to git-commit.

* little fixes

http://home-tj.org/wiki/index.php/Misc
http://home-tj.org/files/misc/quilt2git-0.2
http://home-tj.org/files/misc/git2quilt-0.1

Thanks.

--
tejun


2006-02-28 20:55:18

by Sam Vilain

[permalink] [raw]
Subject: Re: [ANNOUNCE] quilt2git v0.2

Tejun Heo wrote:
> Hello, v0.2 of quilt2git available. New in v0.2.
>
> * handles new git HEAD file format properly (regular file storing ref: ...)
>
> * makes use of mail format header from quilt patch description. From:
> becomes the author, Subject: the subject of the patch. All commit
> information should be maintained through git2quilt -> quilt2git now.
>
> * --signoff option added. This option is simply passed to git-commit.
>
> * little fixes
>
> http://home-tj.org/wiki/index.php/Misc
> http://home-tj.org/files/misc/quilt2git-0.2
> http://home-tj.org/files/misc/git2quilt-0.1
>
> Thanks.
>

FWIW, I have a similar script to import a quilt export as an stgit patch
series, it's really simple but quite useful:

http://vserver.ustl.gen.nz/scripts/import-quilt

Sam.