diff options
Diffstat (limited to 'devel/git/pkg-plist')
-rw-r--r-- | devel/git/pkg-plist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index 2d0c7d50732b..0197bc81e345 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -140,6 +140,7 @@ libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd libexec/git-core/git-remote-testgit +libexec/git-core/git-remote-testsvn %%CURL%%libexec/git-core/git-remote-http %%CURL%%libexec/git-core/git-remote-https %%CURL%%libexec/git-core/git-remote-ftp @@ -528,6 +529,8 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/git-grep.txt %%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.txt %%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.txt +%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.html %%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.txt %%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.html %%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.txt @@ -976,6 +979,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.1.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css @@ -997,6 +1001,8 @@ share/git-core/templates/info/exclude %%CONTRIB%%share/git-core/contrib/ciabot/ciabot.py %%CONTRIB%%share/git-core/contrib/ciabot/ciabot.sh %%CONTRIB%%share/git-core/contrib/completion/git-completion.bash +%%CONTRIB%%share/git-core/contrib/completion/git-completion.tcsh +%%CONTRIB%%share/git-core/contrib/completion/git-completion.zsh %%CONTRIB%%share/git-core/contrib/completion/git-prompt.sh %%CONTRIB%%share/git-core/contrib/continuous/cidaemon %%CONTRIB%%share/git-core/contrib/continuous/post-receive-cinotify @@ -1091,6 +1097,11 @@ share/git-core/templates/info/exclude %%CONTRIB%%share/git-core/contrib/persistent-https/main.go %%CONTRIB%%share/git-core/contrib/persistent-https/proxy.go %%CONTRIB%%share/git-core/contrib/persistent-https/socket.go +%%CONTRIB%%share/git-core/contrib/remote-helpers/Makefile +%%CONTRIB%%share/git-core/contrib/remote-helpers/git-remote-hg +%%CONTRIB%%share/git-core/contrib/remote-helpers/test-hg.sh +%%CONTRIB%%share/git-core/contrib/remote-helpers/test-hg-bidi.sh +%%CONTRIB%%share/git-core/contrib/remote-helpers/test-hg-hg-git.sh %%CONTRIB%%share/git-core/contrib/subtree/t/Makefile %%CONTRIB%%share/git-core/contrib/subtree/t/t7900-subtree.sh %%CONTRIB%%share/git-core/contrib/subtree/COPYING @@ -1104,6 +1115,7 @@ share/git-core/templates/info/exclude %%CONTRIB%%share/git-core/contrib/stats/git-common-hash %%CONTRIB%%share/git-core/contrib/stats/mailmap.pl %%CONTRIB%%share/git-core/contrib/stats/packinfo.pl +%%CONTRIB%%share/git-core/contrib/svn-fe/svnrdump_sim.py %%CONTRIB%%share/git-core/contrib/svn-fe/svn-fe.c %%CONTRIB%%share/git-core/contrib/svn-fe/svn-fe.txt %%CONTRIB%%share/git-core/contrib/svn-fe/.gitignore @@ -1166,6 +1178,7 @@ share/git-core/templates/info/exclude %%CONTRIB%%@dirrm share/git-core/contrib/p4import %%CONTRIB%%@dirrm share/git-core/contrib/patches %%CONTRIB%%@dirrm share/git-core/contrib/persistent-https +%%CONTRIB%%@dirrm share/git-core/contrib/remote-helpers %%CONTRIB%%@dirrm share/git-core/contrib/subtree/t %%CONTRIB%%@dirrm share/git-core/contrib/subtree %%CONTRIB%%@dirrm share/git-core/contrib/stats |