head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2007.11.19.06.31.56; author bjs; state dead; branches; next 1.2; 1.2 date 2007.09.11.09.23.55; author bjs; state Exp; branches; next 1.1; 1.1 date 2007.01.22.14.33.31; author rillig; state Exp; branches; next ; desc @@ 1.3 log @ Update to v1.5.3.6, a maintenance release. Remove patch-ac (handled properly upstream). Fixes since v1.5.3.5 ==================== * git-cvsexportcommit handles root commits better. * git-svn dcommit used to clobber when sending a series of patches. * git-svn dcommit failed after attempting to rebase when started with a dirty index; now it stops upfront. * git-grep sometimes refused to work when your index was unmerged. * "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21". * git-hash-object did not honor configuration variables, such as core.compression. * git-index-pack choked on a huge pack on 32-bit machines, even when large file offsets are supported. * atom feeds from git-web said "10" for the month of November. * a memory leak in commit walker was plugged. * When git-send-email inserted the original author's From: address in body, it did not mark the message with Content-type: as needed. * git-revert and git-cherry-pick incorrectly refused to start when the work tree was dirty. * git-clean did not honor core.excludesfile configuration. * git-add mishandled ".gitignore" files when applying them to subdirectories. * While importing a too branchy history, git-fastimport did not honor delta depth limit properly. * Support for zlib implementations that lack ZLIB_VERNUM and definition of deflateBound() has been added. * Quite a lot of documentation clarifications. @ text @$NetBSD: patch-ac,v 1.2 2007/09/11 09:23:55 bjs Exp $ --- cache.h.orig 2007-09-02 01:57:44.000000000 -0400 +++ cache.h @@@@ -6,7 +6,7 @@@@ #include SHA1_HEADER #include -#if ZLIB_VERNUM < 0x1200 +#if ZLIB_VERNUM < 0x1200 || !defined(deflateBound) #define deflateBound(c,s) ((s) + (((s) + 7) >> 3) + (((s) + 63) >> 6) + 11) #endif @ 1.2 log @ Update to scmgit-1.5.3.1. Changes are too numerous to list here; please see Documentation/RelNotes-1.5.3.1.txt (in ${WRKSRC} or the GIT tree). @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2007/01/22 14:33:31 rillig Exp $ @ 1.1 log @Some more patches to make the package work on Solaris. The CFLAGS, LDFLAGS and LIBS are taken from pkgsrc, so PKGREVISION++. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- cache.h.orig 2006-11-23 03:38:07.000000000 +0100 +++ cache.h 2007-01-20 03:01:16.958825320 +0100 @