diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-03 22:03:54 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-03 22:03:54 +0000 |
commit | a22982e021bde4f5f734aa038f4fe54f7a0507a3 (patch) | |
tree | e9d2ef709e42afc4182a50050721289b535a3d1a /misc/git/files | |
parent | Activate ijb, the Internet Junkbuster. (diff) |
Upgrade to git-4.3.17
Change MAINTAINER from ports->me
Notes
Notes:
svn path=/head/; revision=10826
Diffstat (limited to 'misc/git/files')
-rw-r--r-- | misc/git/files/patch-ab | 14 | ||||
-rw-r--r-- | misc/git/files/patch-ac | 11 |
2 files changed, 18 insertions, 7 deletions
diff --git a/misc/git/files/patch-ab b/misc/git/files/patch-ab index c912d1dfffa0..2756203389ac 100644 --- a/misc/git/files/patch-ab +++ b/misc/git/files/patch-ab @@ -1,11 +1,11 @@ ---- term/Makefile.in.orig Tue Dec 3 01:06:49 1996 -+++ term/Makefile.in Tue Oct 7 10:24:36 1997 -@@ -43,7 +43,7 @@ +--- term/Makefile.in.orig Sat Mar 14 16:31:20 1998 ++++ term/Makefile.in Sun May 3 13:01:42 1998 +@@ -46,7 +46,7 @@ GIT_TERMS = .gitrc.thix .gitrc.linux .gitrc.vt100 .gitrc.vt102\ .gitrc.xterm .gitrc.hpterm .gitrc.ansi .gitrc.generic\ - .gitrc.common .gitrc.minix .gitrc.aixterm .gitrc.hft\ -- .gitrc.mach .gitrc.xterm-color -+ .gitrc.mach .gitrc.xterm-color .gitrc.cons25 + .gitrc.minix .gitrc.aixterm .gitrc.hft .gitrc.mach\ +- .gitrc.xterm-color ++ .gitrc.xterm-color .gitrc.cons25 - GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.pc3 + GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.eterm .gitrc.pc3 diff --git a/misc/git/files/patch-ac b/misc/git/files/patch-ac new file mode 100644 index 000000000000..5363a376f6b0 --- /dev/null +++ b/misc/git/files/patch-ac @@ -0,0 +1,11 @@ +--- term/.gitrc.cons25.orig Sat Jun 15 17:00:30 1996 ++++ term/.gitrc.cons25 Sat Jun 15 17:05:28 1996 +@@ -24,7 +24,7 @@ + [Setup] + TempDirectory = /tmp + AnsiColors = ON # empty means OFF +-UseLastScreenChar = OFF # use the last character on the screen ++UseLastScreenChar = ON # use the last character on the screen + StartupScrollStep = # empty means half the number of lines + + |