head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.36 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.34 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.32 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.30 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.28 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.26 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.24 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.22 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.20 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.18 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.16 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.14 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.12 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.10 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.8 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.6 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.4 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.2 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.4.0.26 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.24 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.22 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.20 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.18 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.16 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.14 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.4 netbsd-1-3-PATCH002:1.3 Makefile:1.1.1.1 FreeBSD-current-1997-09-25:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.5 date 2006.01.26.17.58.18; author reed; state dead; branches; next 1.4; 1.4 date 98.08.07.11.10.20; author agc; state Exp; branches; next 1.3; 1.3 date 98.05.07.15.41.19; author agc; state Exp; branches; next 1.2; 1.2 date 98.03.16.08.52.12; author hubertf; state Exp; branches; next 1.1; 1.1 date 97.10.11.21.54.20; author hubertf; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.10.11.21.54.20; author hubertf; state Exp; branches; next ; desc @@ 1.5 log @Update git to git-4.3.20. Remove BUILD_TARGET. Change pre-install target to post-extract and don't patch manually, just uses patches/ framework. This adds gitwhich command and removes gitregrep and gitrfgrep. Moves terminal files from lib/git/term/ to share/git. Update patch-ac -- for location of html document. (Now only installs one.) Update patch-ab -- to add .gitrc.cons25 Add patch-ad for the .gitrc.cons25 (this was in files, but recreated patch). (Note I only slightly tested git. I updated this because I saw old Makefile.in didn't honor the @@mandir@@ and @@infodir@@ as provided by configure. I patched this, but then saw this was an old version and new version already had this fixed.) Changes here: * Version 4.3.20 ================ ** Moving across filesystems now preserves file ownership. ** Copying no longer preserves file ownership. ** F7 (`make-directory') creates all the intermediate directories. ** Fixed a long standing bug in the xid code for long user names (I could finally reproduce it myself). ** Fixed a crash in the incremental search code. * Version 4.3.19 ================ ** Fixed 2 compilation problems on non-ANSI C compilers. ** Minor fixes in gitaction. * Version 4.3.18 ================ ** The build/installation procedure is now based on automake. ** `make prefix=some_path' no longer recompiles git. According to the new GNU coding standards this is the correct behaviour. ** The key sequence typed so far is displayed in the status bar, if not completed in one second. ** `select-extension'/`unselect-extension': new builtin commands, bound on `Alt-+'/`Alt--' (or `ESC +'/`ESC -'). These commands select/unselect all the files in the current directory that have the same extension as the current file. That is, if the current file is "git.c", `select-extension' will select all the "*.c" files in the current directory. If the current file does not have an extension (including the case where its name starts with a dot), no selections/unselections are made. ** The insertion of file/directory names in the command line (Alt-Enter) is a little bit smarter. Quotes are added only when necessary and when before the current possition there is a /, no space is added before the name, to allow for path building. ** The incremental forward/backwards search mechanism can recall the last searched string if the user types ^S/^R while the string is empty. This is similar to what Emacs does. ** F2 works on *.pgp files (will ask for a passphrase). ** `ESC m f' mounts the first floppy in /mnt/floppy. `ESC r f' unmounts it. ** A simple scroll-bar thumb (#) has been added on the right side of the panel's frame. ** The shell command currently being executed is displayed on the title of the xterm window. ** GIT_BROWSER: new environment variable. If set, git will use this to view html documents. If GIT_BROWSER is not set, lynx will be used instead. ** A more Unix like key sequence structure in gitps and gitview. You can scroll up and down with `Space' and `Backspace' and quit with `q'. ** Binary file split on `^C /' and (in background) on `^C b /'. ** The inconsistency between the keys and the signal names in gitps have been fixed. Signal selection is done with upper case letters only. ** Other bug fixes. @ text @$NetBSD: patch-aa,v 1.4 1998/08/07 11:10:20 agc Exp $ --- src/Makefile.in.orig Mon Mar 16 09:14:52 1998 +++ src/Makefile.in Mon Mar 16 09:15:03 1998 @@@@ -132,7 +132,7 @@@@ for i in $(GIT_SCRIPTS);\ do\ rm -f $(bindir)/$$i;\ - $(INSTALL_PROGRAM) $(srcdir)/$$i $(bindir)/$$i;\ + $(BSD_INSTALL_SCRIPT) $(srcdir)/$$i $(bindir)/$$i;\ done for i in $(GIT_RGREPS);\ do\ @ 1.4 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Remove leading binary junk from the patches. @ text @d1 2 @ 1.2 log @Update to V3.4.17 @ text @d1 1 a1 1 ]2;feyrer@@yui:/usr/pkgsrc/misc/git/work/git-4.3.17 ]1;yui--- src/Makefile.in.orig Mon Mar 16 09:14:52 1998 @ 1.1 log @Initial revision @ text @d1 3 a3 3 --- src/Makefile.in.orig Sat Jun 15 16:30:57 1996 +++ src/Makefile.in Sat Jun 15 16:36:16 1996 @@@@ -100,7 +100,7 @@@@ d8 1 a8 1 + $(INSTALL) $(srcdir)/$$i $(bindir)/$$i;\ @ 1.1.1.1 log @Import as of 09/25/97 @ text @@