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] Quilt for git; similar to Mercurial queues


now when we have git in the distro, I'd like to propose companion to
it: Guilt. The program is not yet in stable:

    http://packages.debian.org/guilt    > testing, unstable

So I guess needs votes.

Jari

sdesc: "Quilt for git; similar to Mercurial queues"
ldesc: "Application (Git Quilt) includes series of bash scripts which add a
Mercurial queues-like functionality and interface to git. The one
distinguishing feature from other quilt-like porcelains, is the format
of the patches directory. _All_ the information is stored as plain
text - a series file and the patches (one per file). This easily lends
itself to versioning the patches using any number of of SCMs."
category: Devel
requires: cygwin diffutils git

a) manual

  wget        \
    http://cygwin.cante.net/guilt/guilt-0.27-1.tar.bz2 \
    http://cygwin.cante.net/guilt/guilt-0.27-1-src.tar.bz2 \
    http://cygwin.cante.net/guilt/setup.hint

b) automated: get.sh displays further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir guilt ; cd guilt
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/guilt/get.sh \
          http://cygwin.cante.net/guilt/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]