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] tig 0.9.1 -- Curses based git repository browser


Included in Debian stable:

  http://packages.debian.org/tig

Jari

sdesc: "Curses based git repository browser"
ldesc: "A command line repository browser capable of displaying a summerized
revision log and showing commit log messages, diffstats and diffs. Progam
may also be used as a pager. It reads input from stdin and colorizes it."
category: Utils
requires: cygwin git libiconv2 libncurses8

a) manual

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

b) automated

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

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