Changes 2.4.6:
* "git fetch --depth=<depth>" and "git clone --depth=<depth>" issued a shallow transfer request even to an upload-pack that does not support the capability. * "git fsck" used to ignore missing or invalid objects recorded in reflog. * The tcsh completion writes a bash scriptlet but that would have failed for users with noclobber set. * Recent Mac OS X updates breaks the logic to detect that the machine is on the AC power in the sample pre-auto-gc script. * "git format-patch --ignore-if-upstream A..B" did not like to be fed tags as boundary commits.
This commit is contained in:
parent
95cffd0c26
commit
9a45688a7b
3 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
$NetBSD: distinfo,v 1.30 2015/07/04 05:56:29 ryoon Exp $
|
$NetBSD: distinfo,v 1.31 2015/07/17 11:24:27 adam Exp $
|
||||||
|
|
||||||
SHA1 (git-2.4.5.tar.xz) = 7692de65cd48fe66acc19ef5a898b6408e16b67b
|
SHA1 (git-2.4.6.tar.xz) = 72681005c096d4dbb7b1f6ea4dabfc887522fb00
|
||||||
RMD160 (git-2.4.5.tar.xz) = 14c09816e614e93688ebeaf12e3d1cf001857db0
|
RMD160 (git-2.4.6.tar.xz) = 9389d648c7f875b98d2b5aad946dc4b9df89bfaa
|
||||||
Size (git-2.4.5.tar.xz) = 3689940 bytes
|
Size (git-2.4.6.tar.xz) = 3690432 bytes
|
||||||
SHA1 (patch-aa) = 8c1096065d26b93a6e10bc6926d3fc3686f711f2
|
SHA1 (patch-aa) = 8c1096065d26b93a6e10bc6926d3fc3686f711f2
|
||||||
SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
|
SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
|
||||||
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
|
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2015/07/10 17:51:02 khorben Exp $
|
# $NetBSD: Makefile,v 1.3 2015/07/17 11:24:27 adam Exp $
|
||||||
|
|
||||||
.include "../../devel/git/Makefile.common"
|
.include "../../devel/git/Makefile.common"
|
||||||
|
|
||||||
PKGNAME= git-contrib-${GIT_VERSION}
|
PKGNAME= git-contrib-${GIT_VERSION}
|
||||||
PKGREVISION=1
|
|
||||||
COMMENT= GIT Tree History Storage Tool (contrib)
|
COMMENT= GIT Tree History Storage Tool (contrib)
|
||||||
|
|
||||||
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile.version,v 1.26 2015/07/04 05:56:29 ryoon Exp $
|
# $NetBSD: Makefile.version,v 1.27 2015/07/17 11:24:27 adam Exp $
|
||||||
#
|
#
|
||||||
# used by devel/git/Makefile.common
|
# used by devel/git/Makefile.common
|
||||||
# used by devel/git-svn/Makefile
|
# used by devel/git-svn/Makefile
|
||||||
|
|
||||||
GIT_VERSION= 2.4.5
|
GIT_VERSION= 2.4.6
|
||||||
|
|
Loading…
Reference in a new issue