diff options
author | wiz <wiz> | 2007-03-10 19:09:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-10 19:09:33 +0000 |
commit | 34901d29c59fa83bcefdcd43241c2d3df30631d7 (patch) | |
tree | 0353274eef75bfb3dd87d1babebdba35a44dbc13 /devel/cogito/Makefile | |
parent | 7dde26bd3ffdcdebc0deed8240082c4bc7104a76 (diff) | |
download | pkgsrc-34901d29c59fa83bcefdcd43241c2d3df30631d7.tar.gz |
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
Diffstat (limited to 'devel/cogito/Makefile')
-rw-r--r-- | devel/cogito/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile index 0c4c9a2a97f..90996394301 100644 --- a/devel/cogito/Makefile +++ b/devel/cogito/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/12/03 22:15:48 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2007/03/10 19:09:33 wiz Exp $ # -DISTNAME= cogito-0.18 -PKGREVISION= 2 +DISTNAME= cogito-0.18.2 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/ EXTRACT_SUFX= .tar.bz2 |