Up to [cvs.netbsd.org] / pkgsrc / devel / cogito
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 10 19:09:33 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.5: +5 -6
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 3 22:15:48 2006 UTC (5 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Added the patch from PR 35147, which fixes an unportable use of the -s option to the fmt utility. Added the dependency on scmgit, which seems very sensible. PKGREVISION++
Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 9 02:19:59 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Committed the patches from PR 35020 by Anthony Mallet, which fix unportable use of some utilities' options, at least for NetBSD. PKGREVISION++
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 5 08:06:40 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Updated cogito to 0.18. Patch provided in PR 34862 by Anthony Mallet. No ChangeLog available, I've sent a mail to the developers complaining about that.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 16 00:44:15 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Fix "test ==".
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 2 20:58:22 2006 UTC (5 years, 8 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported cogito. Cogito is a version control system layered on top of the git tree history storage system. It aims at seamless user interface and ease of use, providing generally smoother user experience than the "raw" Core GIT itself and indeed many other version control systems.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 2 20:58:22 2006 UTC (5 years, 8 months ago) by rillig
Branch: MAIN
Initial revision