diff options
author | adam <adam@pkgsrc.org> | 2014-10-01 12:08:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-10-01 12:08:24 +0000 |
commit | 1e03dd778503b47503f637774a848ec1776e5173 (patch) | |
tree | 0ff0acb5ab46e2832cc9869d1a69a4c36b6ef70c /devel/git | |
parent | 9dfc1d39bb9359742825e89a28cde4e52d405208 (diff) | |
download | pkgsrc-1e03dd778503b47503f637774a848ec1776e5173.tar.gz |
Changes 2.1.2:
* "git push" over HTTP transport had an artificial limit on number of
refs that can be pushed imposed by the command line length.
* When receiving an invalid pack stream that records the same object
twice, multiple threads got confused due to a race.
* An attempt to remove the entire tree in the "git fast-import" input
stream caused it to misbehave.
* Reachability check (used in "git prune" and friends) did not add a
detached HEAD as a starting point to traverse objects still in use.
* "git config --add section.var val" used to lose existing
section.var whose value was an empty string.
* "git fsck" failed to report that it found corrupt objects via its
exit status in some cases.
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version index 2b295cef354..c079ff7ae7f 100644 --- a/devel/git/Makefile.version +++ b/devel/git/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.13 2014/08/25 07:49:08 adam Exp $ +# $NetBSD: Makefile.version,v 1.14 2014/10/01 12:08:24 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-svn/Makefile -GIT_VERSION= 2.1.0 +GIT_VERSION= 2.1.2 |