Subject: CVS commit: pkgsrc/devel/cogito
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/10/2007 19:09:33
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Mar 10 19:09:33 UTC 2007

Modified Files:
	pkgsrc/devel/cogito: Makefile distinfo
	pkgsrc/devel/cogito/patches: patch-ab
Removed Files:
	pkgsrc/devel/cogito/patches: patch-aa

Log Message:
Update to 0.18.2:

From the release announce mails:

   I've released cogito-0.18.2, bringing a couple of bugfixes and a trivial new
 feature to cogito-0.18.1. Still nothing too groundshattering.

 * cg-log does not follow history across renames anymore; it never really
   actually worked and was instead causing problems and random error
   messages. There needs to be git-core support for this funcionality,
   hacking it with a perl filter is bad design, so I'm not going to fix
   the filter (but I'd take patches if someone else did ;).

 * Fix cg-init not letting you edit the initial commit message by default
 * Fix cg-clone -l which would not setup alternates properly in some cases
 * Fix cg-merge not picking the right base when following volatile branches
 * Fix cg-log -d sometimes showing "% @" in diff output
 * Some other minor fixes

 * New cg-object-id -b to print the current branch name

 * Documentation improvements (better documented ignoring mechanism,
   ~/.gitconfig mentioned, GIT_COMMITTER_* bogus information fixed, ...)
 * Some testsuite fixes

---

    I've released cogito-0.18.1, bringing few minor new features and
  random bugfixes to the cogito-0.18 version. Nothing groundshattering.

  * cg-switch -c as a shortcut for cg-switch -r HEAD - use it to create a new
    branch with less typing
  * cg-patch -e to edit log message before autocommitting (useful esp. as
    cg-patch -m -e)
  * Support for cg-version --lib-dir, --share-dir
  * cg-admin-rewritehist now defines a map() function for filters' use,
    translating from old to new commit ids
  * cg-commit -e now runs editor on /dev/tty even if input is not a tty
  * Trivial documentation improvements
  * Random details fixed


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/cogito/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/cogito/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/devel/cogito/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/cogito/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.