Update to git-1.5.4.

From Daniel Dickman. Thanks!
This commit is contained in:
bernd 2008-02-08 17:56:00 +00:00
parent d11f853ac6
commit 7e3934804a
10 changed files with 163 additions and 100 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2008/01/28 18:49:06 bernd Exp $
# $OpenBSD: Makefile,v 1.18 2008/02/08 17:56:00 bernd Exp $
COMMENT-main= GIT - Tree History Storage Tool
COMMENT-svn= GIT - subversion interoperability tools
V= 1.5.3.8
V= 1.5.4
DISTNAME= git-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-svn= git-svn-${V}

View File

@ -1,15 +1,15 @@
MD5 (git-1.5.3.8.tar.gz) = laebiJz9tuMziAWPmhiOZg==
MD5 (git-htmldocs-1.5.3.8.tar.gz) = k5wHRbPBg7/5xNrRv7hgsw==
MD5 (git-manpages-1.5.3.8.tar.gz) = GWq2hoBkQQlLy/gRBfLU2w==
RMD160 (git-1.5.3.8.tar.gz) = 9mHLw635819sIdH74tvIibWFz2k=
RMD160 (git-htmldocs-1.5.3.8.tar.gz) = pSJAPhxz1X8cVD8SS0zefDHCiyE=
RMD160 (git-manpages-1.5.3.8.tar.gz) = O4rUq3HWxIJNgp1xGb3Y7cRqMkQ=
SHA1 (git-1.5.3.8.tar.gz) = BybTvVJdxh7TUAhVKNfKugGRY/M=
SHA1 (git-htmldocs-1.5.3.8.tar.gz) = HotUl1ue7PoJvMfpGI5wB3sgRWs=
SHA1 (git-manpages-1.5.3.8.tar.gz) = VScxi+ogw3pdCI2NbJA2h3QEiXM=
SHA256 (git-1.5.3.8.tar.gz) = zevduc18ujF/Msk7IY2AIkERJ3PN51l1zotRIXoD+gg=
SHA256 (git-htmldocs-1.5.3.8.tar.gz) = cTvYGH+7rROeNvpg14rk3b4TIsxhSmCWCUBrM4yzXXE=
SHA256 (git-manpages-1.5.3.8.tar.gz) = TM2Qc0k74IzkMkGA+xe+d4yWCg8ICLTAvUyIUDA2FfA=
SIZE (git-1.5.3.8.tar.gz) = 1614689
SIZE (git-htmldocs-1.5.3.8.tar.gz) = 796444
SIZE (git-manpages-1.5.3.8.tar.gz) = 224457
MD5 (git-1.5.4.tar.gz) = InJdAL8gBryUZIc7euheKA==
MD5 (git-htmldocs-1.5.4.tar.gz) = HjlDQrEUX4HjpRikbi90AQ==
MD5 (git-manpages-1.5.4.tar.gz) = EZxNJSP30Yq8EEsNhh9IyA==
RMD160 (git-1.5.4.tar.gz) = chHofIK1b8mpS6qD3yMrJ/vOEfo=
RMD160 (git-htmldocs-1.5.4.tar.gz) = YG8hIwujRgy3ywSYcNkdwLz+nro=
RMD160 (git-manpages-1.5.4.tar.gz) = IgTrFuEEAen0oySf3RybTU10L7M=
SHA1 (git-1.5.4.tar.gz) = 5BFNBiMaA45wvT8/8Kvt0MlMPn8=
SHA1 (git-htmldocs-1.5.4.tar.gz) = TxUybd/zgpcTfLIVuNn1K/Rt7is=
SHA1 (git-manpages-1.5.4.tar.gz) = JSCux+wGXkP0VyuPI8SiBrAt5Ww=
SHA256 (git-1.5.4.tar.gz) = BEbu6UkguOzs3Iu1phUmyy9MzZqzeVvYDV0odyh5L6g=
SHA256 (git-htmldocs-1.5.4.tar.gz) = sIOljeAeSFYI7IcGcnoFzO4JJxVa7+bHunE6DCn/Q50=
SHA256 (git-manpages-1.5.4.tar.gz) = f1V4tCi8DPbJWQnuGfHzKLO7lPviLmYyr7YGj3bFMR0=
SIZE (git-1.5.4.tar.gz) = 1894329
SIZE (git-htmldocs-1.5.4.tar.gz) = 875512
SIZE (git-manpages-1.5.4.tar.gz) = 241427

View File

@ -1,7 +1,6 @@
$OpenBSD: patch-Makefile,v 1.11 2007/12/17 20:00:05 bernd Exp $
--- Makefile.orig Sun Nov 18 23:55:49 2007
+++ Makefile Thu Nov 22 20:32:19 2007
@@ -139,13 +139,13 @@ uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo
--- Makefile.orig Fri Feb 1 23:09:01 2008
+++ Makefile Sat Feb 2 19:32:17 2008
@@ -150,13 +150,13 @@ uname_P := $(shell sh -c 'uname -p 2>/dev/null || echo
# CFLAGS and LDFLAGS are for the users to override from the command line.
@ -15,9 +14,9 @@ $OpenBSD: patch-Makefile,v 1.11 2007/12/17 20:00:05 bernd Exp $
-prefix = $(HOME)
+#prefix = $(HOME)
bindir = $(prefix)/bin
gitexecdir = $(bindir)
sharedir = $(prefix)/share
@@ -156,7 +156,7 @@ else
mandir = $(prefix)/share/man
infodir = $(prefix)/share/info
@@ -170,7 +170,7 @@ else
sysconfdir = $(prefix)/etc
endif
lib = lib
@ -26,9 +25,9 @@ $OpenBSD: patch-Makefile,v 1.11 2007/12/17 20:00:05 bernd Exp $
# DESTDIR=
# default configuration for gitweb
@@ -177,15 +177,15 @@ GITWEB_SITE_FOOTER =
@@ -192,15 +192,15 @@ GITWEB_SITE_FOOTER =
export prefix bindir gitexecdir sharedir template_dir sysconfdir
export prefix bindir gitexecdir sharedir template_dir htmldir sysconfdir
-CC = gcc
+CC ?= gcc
@ -45,11 +44,12 @@ $OpenBSD: patch-Makefile,v 1.11 2007/12/17 20:00:05 bernd Exp $
export TCL_PATH TCLTK_PATH
@@ -445,10 +445,9 @@ ifeq ($(uname_S),FreeBSD)
@@ -469,11 +469,10 @@ ifeq ($(uname_S),FreeBSD)
BASIC_LDFLAGS += -L/usr/local/lib
endif
ifeq ($(uname_S),OpenBSD)
- NO_STRCASESTR = YesPlease
NO_MEMMEM = YesPlease
NEEDS_LIBICONV = YesPlease
- BASIC_CFLAGS += -I/usr/local/include
- BASIC_LDFLAGS += -L/usr/local/lib
@ -58,7 +58,7 @@ $OpenBSD: patch-Makefile,v 1.11 2007/12/17 20:00:05 bernd Exp $
endif
ifeq ($(uname_S),NetBSD)
ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
@@ -535,7 +534,7 @@ endif
@@ -577,7 +576,7 @@ endif
EXTLIBS += -lz
ifndef NO_OPENSSL
@ -67,7 +67,7 @@ $OpenBSD: patch-Makefile,v 1.11 2007/12/17 20:00:05 bernd Exp $
ifdef OPENSSLDIR
BASIC_CFLAGS += -I$(OPENSSLDIR)/include
OPENSSL_LINK = -L$(OPENSSLDIR)/$(lib) $(CC_LD_DYNPATH)$(OPENSSLDIR)/$(lib)
@@ -967,7 +966,7 @@ all:: $(TEST_PROGRAMS)
@@ -1021,7 +1020,7 @@ all:: $(TEST_PROGRAMS)
export NO_SVN_TESTS

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-gitk,v 1.1.1.1 2006/11/12 15:59:05 matthieu Exp $
--- gitk.orig Thu Oct 19 01:32:58 2006
+++ gitk Tue Oct 31 21:54:50 2006
$OpenBSD: patch-gitk-git_gitk,v 1.1 2008/02/08 17:56:01 bernd Exp $
--- gitk-git/gitk.orig Fri Feb 1 23:09:01 2008
+++ gitk-git/gitk Sat Feb 2 19:33:24 2008
@@ -1,6 +1,6 @@
#!/bin/sh
# Tcl ignores the next line -*- tcl -*- \

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-gitweb_gitweb_perl,v 1.1 2007/12/17 20:00:05 bernd Exp $
$OpenBSD: patch-gitweb_gitweb_perl,v 1.2 2008/02/08 17:56:01 bernd Exp $
This prevents the following error: '-T and -B not implemented on filehandles'
--- gitweb/gitweb.perl.orig Sat Dec 15 00:14:50 2007
+++ gitweb/gitweb.perl Sat Dec 15 00:12:58 2007
@@ -4108,7 +4108,7 @@ sub git_blob_plain {
--- gitweb/gitweb.perl.orig Fri Feb 1 23:09:01 2008
+++ gitweb/gitweb.perl Sat Feb 2 19:33:24 2008
@@ -4245,7 +4245,7 @@ sub git_blob_plain {
}
my $type = shift;
@ -13,7 +13,7 @@ This prevents the following error: '-T and -B not implemented on filehandles'
or die_error(undef, "Couldn't cat $file_name, $hash");
$type ||= blob_mimetype($fd, $file_name);
@@ -4150,7 +4150,7 @@ sub git_blob {
@@ -4287,7 +4287,7 @@ sub git_blob {
}
my ($have_blame) = gitweb_check_feature('blame');
@ -21,4 +21,4 @@ This prevents the following error: '-T and -B not implemented on filehandles'
+ open my $fd, "-|:raw:perlio", git_cmd(), "cat-file", "blob", $hash
or die_error(undef, "Couldn't cat $file_name, $hash");
my $mimetype = blob_mimetype($fd, $file_name);
if ($mimetype !~ m!^(?:text/|image/(?:gif|png|jpeg)$)!) {
if ($mimetype !~ m!^(?:text/|image/(?:gif|png|jpeg)$)! && -B $fd) {

View File

@ -1,18 +1,16 @@
$OpenBSD: patch-perl_Makefile_PL,v 1.2 2007/12/17 20:00:05 bernd Exp $
--- perl/Makefile.PL.orig Wed Oct 3 21:44:53 2007
+++ perl/Makefile.PL Fri Oct 12 22:47:53 2007
--- perl/Makefile.PL.orig Fri Feb 1 23:09:01 2008
+++ perl/Makefile.PL Sat Feb 2 19:33:24 2008
@@ -1,4 +1,5 @@
use ExtUtils::MakeMaker;
+use Config;
sub MY::postamble {
return <<'MAKE_FRAG';
@@ -29,6 +30,7 @@ WriteMakefile(
@@ -26,5 +27,6 @@ WriteMakefile(
VERSION_FROM => 'Git.pm',
PM => \%pm,
MAKEFILE => 'perl.mak',
- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3',
- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3'
+ INSTALLARCHLIB => $Config{installsitearch},
+ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3p',
%extra
+ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3p'
);

View File

@ -0,0 +1,80 @@
$OpenBSD: patch-t_t4019-diff-wserror_sh,v 1.1 2008/02/08 17:56:01 bernd Exp $
--- t/t4019-diff-wserror.sh.orig Sat Feb 2 18:41:02 2008
+++ t/t4019-diff-wserror.sh Sat Feb 2 18:41:17 2008
@@ -21,8 +21,8 @@ blue_grep='7;34m' ;# ESC [ 7 ; 3 4 m
test_expect_success default '
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight normal >/dev/null &&
grep HT error >/dev/null &&
@@ -35,8 +35,8 @@ test_expect_success 'without -trail' '
git config core.whitespace -trail
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight normal >/dev/null &&
grep HT error >/dev/null &&
@@ -50,8 +50,8 @@ test_expect_success 'without -trail (attribute)' '
git config --unset core.whitespace
echo "F whitespace=-trail" >.gitattributes
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight normal >/dev/null &&
grep HT error >/dev/null &&
@@ -65,8 +65,8 @@ test_expect_success 'without -space' '
rm -f .gitattributes
git config core.whitespace -space
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight normal >/dev/null &&
grep HT normal >/dev/null &&
@@ -80,8 +80,8 @@ test_expect_success 'without -space (attribute)' '
git config --unset core.whitespace
echo "F whitespace=-space" >.gitattributes
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight normal >/dev/null &&
grep HT normal >/dev/null &&
@@ -95,8 +95,8 @@ test_expect_success 'with indent-non-tab only' '
rm -f .gitattributes
git config core.whitespace indent,-trailing,-space
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight error >/dev/null &&
grep HT normal >/dev/null &&
@@ -110,8 +110,8 @@ test_expect_success 'with indent-non-tab only (attribu
git config --unset core.whitespace
echo "F whitespace=indent,-trailing,-space" >.gitattributes
git diff --color >output
- grep "$blue_grep" output >error
- grep -v "$blue_grep" output >normal
+ grep -a "$blue_grep" output >error
+ grep -a -v "$blue_grep" output >normal
grep Eight error >/dev/null &&
grep HT normal >/dev/null &&

View File

@ -1,27 +0,0 @@
$OpenBSD: patch-t_t7501-commit_sh,v 1.1 2007/12/17 20:00:05 bernd Exp $
Backport git commit 41ec097aea91b4be038b1c4bbbe1bcb9d4e7aa53 to remove a
GNU sed(1) only option.
--- t/t7501-commit.sh.orig Sat Dec 1 22:21:12 2007
+++ t/t7501-commit.sh Sat Dec 15 00:53:34 2007
@@ -79,7 +79,8 @@ test_expect_success \
cat >editor <<\EOF
#!/bin/sh
-sed -i -e "s/a file/an amend commit/g" $1
+sed -e "s/a file/an amend commit/g" < $1 > $1-
+mv $1- $1
EOF
chmod 755 editor
@@ -98,7 +99,8 @@ test_expect_success \
cat >editor <<\EOF
#!/bin/sh
-sed -i -e "s/amend/older/g" $1
+sed -e "s/amend/older/g" < $1 > $1-
+mv $1- $1
EOF
chmod 755 editor

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.9 2008/01/28 18:49:06 bernd Exp $
@comment $OpenBSD: PLIST-main,v 1.10 2008/02/08 17:56:01 bernd Exp $
@pkgpath devel/git
bin/git
bin/git-add
@ -25,7 +25,6 @@ bin/git-clone
bin/git-commit
bin/git-commit-tree
bin/git-config
bin/git-convert-objects
bin/git-count-objects
bin/git-cvsexportcommit
bin/git-cvsimport
@ -36,6 +35,7 @@ bin/git-diff
bin/git-diff-files
bin/git-diff-index
bin/git-diff-tree
bin/git-fast-export
bin/git-fast-import
bin/git-fetch
bin/git-fetch--tool
@ -51,6 +51,7 @@ bin/git-get-tar-commit-id
bin/git-grep
bin/git-gui
bin/git-hash-object
bin/git-help--browse
bin/git-http-fetch
bin/git-http-push
bin/git-imap-send
@ -58,7 +59,6 @@ bin/git-index-pack
bin/git-init
bin/git-init-db
bin/git-instaweb
bin/git-local-fetch
bin/git-log
bin/git-lost-found
bin/git-ls-files
@ -110,7 +110,6 @@ bin/git-rev-list
bin/git-rev-parse
bin/git-revert
bin/git-rm
bin/git-runstatus
bin/git-send-email
bin/git-send-pack
bin/git-sh-setup
@ -120,10 +119,6 @@ bin/git-show
bin/git-show-branch
bin/git-show-index
bin/git-show-ref
bin/git-ssh-fetch
bin/git-ssh-pull
bin/git-ssh-push
bin/git-ssh-upload
bin/git-stash
bin/git-status
bin/git-stripspace
@ -170,7 +165,6 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/git-commit-tree.1
@man man/man1/git-commit.1
@man man/man1/git-config.1
@man man/man1/git-convert-objects.1
@man man/man1/git-count-objects.1
@man man/man1/git-cvsexportcommit.1
@man man/man1/git-cvsimport.1
@ -181,6 +175,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/git-diff-index.1
@man man/man1/git-diff-tree.1
@man man/man1/git-diff.1
@man man/man1/git-fast-export.1
@man man/man1/git-fast-import.1
@man man/man1/git-fetch-pack.1
@man man/man1/git-fetch.1
@ -195,6 +190,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/git-grep.1
@man man/man1/git-gui.1
@man man/man1/git-hash-object.1
@man man/man1/git-help.1
@man man/man1/git-http-fetch.1
@man man/man1/git-http-push.1
@man man/man1/git-imap-send.1
@ -202,7 +198,6 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/git-init-db.1
@man man/man1/git-init.1
@man man/man1/git-instaweb.1
@man man/man1/git-local-fetch.1
@man man/man1/git-log.1
@man man/man1/git-lost-found.1
@man man/man1/git-ls-files.1
@ -247,7 +242,6 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/git-rev-parse.1
@man man/man1/git-revert.1
@man man/man1/git-rm.1
@man man/man1/git-runstatus.1
@man man/man1/git-send-email.1
@man man/man1/git-send-pack.1
@man man/man1/git-sh-setup.1
@ -257,8 +251,6 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/git-show-index.1
@man man/man1/git-show-ref.1
@man man/man1/git-show.1
@man man/man1/git-ssh-fetch.1
@man man/man1/git-ssh-upload.1
@man man/man1/git-stash.1
@man man/man1/git-status.1
@man man/man1/git-stripspace.1
@ -282,6 +274,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
@man man/man1/gitk.1
@man man/man3p/Git.3p
@man man/man5/gitattributes.5
@man man/man5/gitcli.5
@man man/man5/gitignore.5
@man man/man5/gitmodules.5
share/doc/git/
@ -315,6 +308,7 @@ share/doc/git/RelNotes-1.5.3.6.txt
share/doc/git/RelNotes-1.5.3.7.txt
share/doc/git/RelNotes-1.5.3.8.txt
share/doc/git/RelNotes-1.5.3.txt
share/doc/git/RelNotes-1.5.4.txt
share/doc/git/blame-options.txt
share/doc/git/cmds-ancillaryinterrogators.txt
share/doc/git/cmds-ancillarymanipulators.txt
@ -331,6 +325,7 @@ share/doc/git/core-tutorial.txt
share/doc/git/cvs-migration.html
share/doc/git/cvs-migration.txt
share/doc/git/diff-format.txt
share/doc/git/diff-generate-patch.txt
share/doc/git/diff-options.txt
share/doc/git/diffcore.html
share/doc/git/diffcore.txt
@ -383,8 +378,6 @@ share/doc/git/git-commit.html
share/doc/git/git-commit.txt
share/doc/git/git-config.html
share/doc/git/git-config.txt
share/doc/git/git-convert-objects.html
share/doc/git/git-convert-objects.txt
share/doc/git/git-count-objects.html
share/doc/git/git-count-objects.txt
share/doc/git/git-cvsexportcommit.html
@ -405,6 +398,8 @@ share/doc/git/git-diff-tree.html
share/doc/git/git-diff-tree.txt
share/doc/git/git-diff.html
share/doc/git/git-diff.txt
share/doc/git/git-fast-export.html
share/doc/git/git-fast-export.txt
share/doc/git/git-fast-import.html
share/doc/git/git-fast-import.txt
share/doc/git/git-fetch-pack.html
@ -433,6 +428,8 @@ share/doc/git/git-gui.html
share/doc/git/git-gui.txt
share/doc/git/git-hash-object.html
share/doc/git/git-hash-object.txt
share/doc/git/git-help.html
share/doc/git/git-help.txt
share/doc/git/git-http-fetch.html
share/doc/git/git-http-fetch.txt
share/doc/git/git-http-push.html
@ -447,8 +444,6 @@ share/doc/git/git-init.html
share/doc/git/git-init.txt
share/doc/git/git-instaweb.html
share/doc/git/git-instaweb.txt
share/doc/git/git-local-fetch.html
share/doc/git/git-local-fetch.txt
share/doc/git/git-log.html
share/doc/git/git-log.txt
share/doc/git/git-lost-found.html
@ -537,8 +532,6 @@ share/doc/git/git-revert.html
share/doc/git/git-revert.txt
share/doc/git/git-rm.html
share/doc/git/git-rm.txt
share/doc/git/git-runstatus.html
share/doc/git/git-runstatus.txt
share/doc/git/git-send-email.html
share/doc/git/git-send-email.txt
share/doc/git/git-send-pack.html
@ -557,10 +550,6 @@ share/doc/git/git-show-ref.html
share/doc/git/git-show-ref.txt
share/doc/git/git-show.html
share/doc/git/git-show.txt
share/doc/git/git-ssh-fetch.html
share/doc/git/git-ssh-fetch.txt
share/doc/git/git-ssh-upload.html
share/doc/git/git-ssh-upload.txt
share/doc/git/git-stash.html
share/doc/git/git-stash.txt
share/doc/git/git-status.html
@ -571,8 +560,6 @@ share/doc/git/git-submodule.html
share/doc/git/git-submodule.txt
share/doc/git/git-svn.html
share/doc/git/git-svn.txt
share/doc/git/git-svnimport.html
share/doc/git/git-svnimport.txt
share/doc/git/git-symbolic-ref.html
share/doc/git/git-symbolic-ref.txt
share/doc/git/git-tag.html
@ -609,6 +596,8 @@ share/doc/git/git.html
share/doc/git/git.txt
share/doc/git/gitattributes.html
share/doc/git/gitattributes.txt
share/doc/git/gitcli.html
share/doc/git/gitcli.txt
share/doc/git/gitignore.html
share/doc/git/gitignore.txt
share/doc/git/gitk.html
@ -622,15 +611,19 @@ share/doc/git/hooks.txt
share/doc/git/howto/
share/doc/git/howto-index.html
share/doc/git/howto-index.txt
share/doc/git/howto/maintain-git.txt
share/doc/git/howto/rebase-and-edit.txt
share/doc/git/howto/rebase-from-internal-branch.txt
share/doc/git/howto/rebuild-from-update-hook.txt
share/doc/git/howto/recover-corrupted-blob-object.txt
share/doc/git/howto/revert-branch-rebase.html
share/doc/git/howto/revert-branch-rebase.txt
share/doc/git/howto/separating-topic-branches.txt
share/doc/git/howto/setup-git-server-over-http.txt
share/doc/git/howto/update-hook-example.txt
share/doc/git/howto/use-git-daemon.txt
share/doc/git/howto/using-merge-subtree.html
share/doc/git/howto/using-merge-subtree.txt
share/doc/git/i18n.txt
share/doc/git/index.html
share/doc/git/merge-options.txt
@ -640,6 +633,7 @@ share/doc/git/pretty-options.txt
share/doc/git/pull-fetch-param.txt
share/doc/git/repository-layout.html
share/doc/git/repository-layout.txt
share/doc/git/rev-list-options.txt
share/doc/git/tutorial-2.html
share/doc/git/tutorial-2.txt
share/doc/git/tutorial.html
@ -671,6 +665,7 @@ share/git-core/templates/info/
share/git-core/templates/info/exclude
share/git-gui/
share/git-gui/lib/
share/git-gui/lib/about.tcl
share/git-gui/lib/blame.tcl
share/git-gui/lib/branch.tcl
share/git-gui/lib/branch_checkout.tcl
@ -680,16 +675,29 @@ share/git-gui/lib/branch_rename.tcl
share/git-gui/lib/browser.tcl
share/git-gui/lib/checkout_op.tcl
share/git-gui/lib/choose_font.tcl
share/git-gui/lib/choose_repository.tcl
share/git-gui/lib/choose_rev.tcl
share/git-gui/lib/class.tcl
share/git-gui/lib/commit.tcl
share/git-gui/lib/console.tcl
share/git-gui/lib/database.tcl
share/git-gui/lib/date.tcl
share/git-gui/lib/diff.tcl
share/git-gui/lib/encoding.tcl
share/git-gui/lib/error.tcl
share/git-gui/lib/git-gui.ico
share/git-gui/lib/index.tcl
share/git-gui/lib/logo.tcl
share/git-gui/lib/merge.tcl
share/git-gui/lib/msgs/
share/git-gui/lib/msgs/de.msg
share/git-gui/lib/msgs/fr.msg
share/git-gui/lib/msgs/hu.msg
share/git-gui/lib/msgs/it.msg
share/git-gui/lib/msgs/ja.msg
share/git-gui/lib/msgs/ru.msg
share/git-gui/lib/msgs/sv.msg
share/git-gui/lib/msgs/zh_cn.msg
share/git-gui/lib/option.tcl
share/git-gui/lib/remote.tcl
share/git-gui/lib/remote_branch_delete.tcl
@ -697,3 +705,9 @@ share/git-gui/lib/shortcut.tcl
share/git-gui/lib/status_bar.tcl
share/git-gui/lib/tclIndex
share/git-gui/lib/transport.tcl
share/git-gui/lib/win32.tcl
share/git-gui/lib/win32_shortcut.js
share/gitk/
share/gitk/lib/
share/gitk/lib/msgs/
share/gitk/lib/msgs/de.msg

View File

@ -1,5 +1,3 @@
@comment $OpenBSD: PLIST-svn,v 1.1 2007/04/13 10:19:45 bernd Exp $
@comment $OpenBSD: PLIST-svn,v 1.2 2008/02/08 17:56:01 bernd Exp $
bin/git-svn
bin/git-svnimport
@man man/man1/git-svn.1
@man man/man1/git-svnimport.1