diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-07 02:39:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-07 02:39:51 +0000 |
commit | 21dd2e13d13650df4cf22ebc20f495fb152d5ebf (patch) | |
tree | b7d20127ec83ddc52376b05607ca07f779ee0396 /devel/scmgit | |
parent | f0144b6ce5aa2669924f435ff0b4bafd945542a1 (diff) | |
download | pkgsrc-21dd2e13d13650df4cf22ebc20f495fb152d5ebf.tar.gz |
Update scmgit{,-base,-docs} to 1.6.4.
Major changes:
* git-svn updates, including a new --authors-prog option to map author
names by invoking an external program, 'git svn reset' to unwind
'git svn fetch', support for more than one branches, documenting
of the useful --minimize-url feature, new "git svn gc" command, etc.
* We feed iconv with "UTF-8" instead of "utf8"; the former is
understood more widely. Similarly updated test scripts to use
encoding names more widely understood (e.g. use "ISO8859-1" instead
of "ISO-8859-1").
* Various portability fixes/workarounds for different vintages of
SunOS, IRIX, and Windows.
* Git-over-ssh transport on Windows supports PuTTY plink and TortoisePlink.
* Many repeated use of lstat() are optimized out in "checkout" codepath.
* git-status (and underlying git-diff-index --cached) are optimized
to take advantage of cache-tree information in the index.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version index a23ccf97614..44155fe2ab7 100644 --- a/devel/scmgit/Makefile.version +++ b/devel/scmgit/Makefile.version @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.version,v 1.9 2009/07/19 01:29:32 minskim Exp $ +# $NetBSD: Makefile.version,v 1.10 2009/08/07 02:39:51 minskim Exp $ # -GIT_VERSION= 1.6.3.3 +GIT_VERSION= 1.6.4 |