More git goodies. Includedin Debian stable (etch): http://packages.debian.org/stgit
Jari sdesc: "Quilt functionality on top of git" ldesc: "Offer similar functionality to quilt i.e. pushing/popping patches to/from a stack) on top of git. These operations are performed using git commands and the patches are stored as git commit objects, allowing easy merging of the stgit patches into other repositories using standard git functionality." category: Devel requires: cygwin git python a) manual download wget \ http://cygwin.cante.net/stgit/stgit-0.13-1-src.tar.bz2 \ http://cygwin.cante.net/stgit/stgit-0.13-1.tar.bz2 \ http://cygwin.cante.net/stgit/setup.hint a) automated for review: get.sh displays further instructions gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8 mkdir stgit ; cd stgit rm -f get.sh get.sh.sig wget http://cygwin.cante.net/stgit/get.sh \ http://cygwin.cante.net/stgit/get.sh.sig && gpg --verify get.sh.sig get.sh && sh get.sh -- Welcome to FOSS revolution: we fix and modify until it shines