This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] stgit 0.13 -- Quilt functionality on top of git


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]