pkgsrc/devel/git-base/PLIST
adam 65f67004ec Changes 2.4.1:
* The usual "git diff" when seeing a file turning into a directory
  showed a patchset to remove the file and create all files in the
  directory, but "git diff --no-index" simply refused to work.  Also,
  when asked to compare a file and a directory, imitate POSIX "diff"
  and compare the file with the file with the same name in the
  directory, instead of refusing to run.

* The default $HOME/.gitconfig file created upon "git config --global"
  that edits it had incorrectly spelled user.name and user.email
  entries in it.

* "git commit --date=now" or anything that relies on approxidate lost
  the daylight-saving-time offset.

* "git cat-file bl $blob" failed to barf even though there is no
  object type that is "bl".

* Teach the codepaths that read .gitignore and .gitattributes files
  that these files encoded in UTF-8 may have UTF-8 BOM marker at the
  beginning; this makes it in line with what we do for configuration
  files already.

* Access to objects in repositories that borrow from another one on a
  slow NFS server unnecessarily got more expensive due to recent code
  becoming more cautious in a naive way not to lose objects to pruning.

* We avoid setting core.worktree when the repository location is the
  ".git" directory directly at the top level of the working tree, but
  the code misdetected the case in which the working tree is at the
  root level of the filesystem (which arguably is a silly thing to
  do, but still valid).

Also contains typofixes, documentation updates and trivial code
clean-ups.
2015-05-18 12:51:37 +00:00

216 lines
6.9 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2015/05/18 12:51:37 adam Exp $
bin/git
bin/git-cvsserver
bin/git-receive-pack
bin/git-shell
bin/git-upload-archive
bin/git-upload-pack
libexec/git-core/git
libexec/git-core/git-add
libexec/git-core/git-add--interactive
libexec/git-core/git-am
libexec/git-core/git-annotate
libexec/git-core/git-apply
libexec/git-core/git-archimport
libexec/git-core/git-archive
libexec/git-core/git-bisect
libexec/git-core/git-bisect--helper
libexec/git-core/git-blame
libexec/git-core/git-branch
libexec/git-core/git-bundle
libexec/git-core/git-cat-file
libexec/git-core/git-check-attr
libexec/git-core/git-check-ignore
libexec/git-core/git-check-mailmap
libexec/git-core/git-check-ref-format
libexec/git-core/git-checkout
libexec/git-core/git-checkout-index
libexec/git-core/git-cherry
libexec/git-core/git-cherry-pick
libexec/git-core/git-clean
libexec/git-core/git-clone
libexec/git-core/git-column
libexec/git-core/git-commit
libexec/git-core/git-commit-tree
libexec/git-core/git-config
libexec/git-core/git-count-objects
libexec/git-core/git-credential
libexec/git-core/git-credential-cache
libexec/git-core/git-credential-cache--daemon
libexec/git-core/git-credential-store
libexec/git-core/git-cvsexportcommit
libexec/git-core/git-cvsimport
libexec/git-core/git-cvsserver
libexec/git-core/git-daemon
libexec/git-core/git-describe
libexec/git-core/git-diff
libexec/git-core/git-diff-files
libexec/git-core/git-diff-index
libexec/git-core/git-diff-tree
libexec/git-core/git-difftool
libexec/git-core/git-difftool--helper
libexec/git-core/git-fast-export
libexec/git-core/git-fast-import
libexec/git-core/git-fetch
libexec/git-core/git-fetch-pack
libexec/git-core/git-filter-branch
libexec/git-core/git-fmt-merge-msg
libexec/git-core/git-for-each-ref
libexec/git-core/git-format-patch
libexec/git-core/git-fsck
libexec/git-core/git-fsck-objects
libexec/git-core/git-gc
libexec/git-core/git-get-tar-commit-id
libexec/git-core/git-grep
libexec/git-core/git-hash-object
libexec/git-core/git-help
libexec/git-core/git-http-backend
libexec/git-core/git-http-fetch
libexec/git-core/git-http-push
libexec/git-core/git-imap-send
libexec/git-core/git-index-pack
libexec/git-core/git-init
libexec/git-core/git-init-db
libexec/git-core/git-instaweb
libexec/git-core/git-interpret-trailers
libexec/git-core/git-log
libexec/git-core/git-ls-files
libexec/git-core/git-ls-remote
libexec/git-core/git-ls-tree
libexec/git-core/git-mailinfo
libexec/git-core/git-mailsplit
libexec/git-core/git-merge
libexec/git-core/git-merge-base
libexec/git-core/git-merge-file
libexec/git-core/git-merge-index
libexec/git-core/git-merge-octopus
libexec/git-core/git-merge-one-file
libexec/git-core/git-merge-ours
libexec/git-core/git-merge-recursive
libexec/git-core/git-merge-resolve
libexec/git-core/git-merge-subtree
libexec/git-core/git-merge-tree
libexec/git-core/git-mergetool
libexec/git-core/git-mergetool--lib
libexec/git-core/git-mktag
libexec/git-core/git-mktree
libexec/git-core/git-mv
libexec/git-core/git-name-rev
libexec/git-core/git-notes
libexec/git-core/git-p4
libexec/git-core/git-pack-objects
libexec/git-core/git-pack-redundant
libexec/git-core/git-pack-refs
libexec/git-core/git-parse-remote
libexec/git-core/git-patch-id
libexec/git-core/git-prune
libexec/git-core/git-prune-packed
libexec/git-core/git-pull
libexec/git-core/git-push
libexec/git-core/git-quiltimport
libexec/git-core/git-read-tree
libexec/git-core/git-rebase
libexec/git-core/git-rebase--am
libexec/git-core/git-rebase--interactive
libexec/git-core/git-rebase--merge
libexec/git-core/git-receive-pack
libexec/git-core/git-reflog
libexec/git-core/git-relink
libexec/git-core/git-remote
libexec/git-core/git-remote-ext
libexec/git-core/git-remote-fd
libexec/git-core/git-remote-ftp
libexec/git-core/git-remote-ftps
libexec/git-core/git-remote-http
libexec/git-core/git-remote-https
libexec/git-core/git-remote-testsvn
libexec/git-core/git-repack
libexec/git-core/git-replace
libexec/git-core/git-request-pull
libexec/git-core/git-rerere
libexec/git-core/git-reset
libexec/git-core/git-rev-list
libexec/git-core/git-rev-parse
libexec/git-core/git-revert
libexec/git-core/git-rm
libexec/git-core/git-send-email
libexec/git-core/git-send-pack
libexec/git-core/git-sh-i18n
libexec/git-core/git-sh-i18n--envsubst
libexec/git-core/git-sh-setup
libexec/git-core/git-shell
libexec/git-core/git-shortlog
libexec/git-core/git-show
libexec/git-core/git-show-branch
libexec/git-core/git-show-index
libexec/git-core/git-show-ref
libexec/git-core/git-stage
libexec/git-core/git-stash
libexec/git-core/git-status
libexec/git-core/git-stripspace
libexec/git-core/git-submodule
libexec/git-core/git-svn
libexec/git-core/git-symbolic-ref
libexec/git-core/git-tag
libexec/git-core/git-unpack-file
libexec/git-core/git-unpack-objects
libexec/git-core/git-update-index
libexec/git-core/git-update-ref
libexec/git-core/git-update-server-info
libexec/git-core/git-upload-archive
libexec/git-core/git-upload-pack
libexec/git-core/git-var
libexec/git-core/git-verify-commit
libexec/git-core/git-verify-pack
libexec/git-core/git-verify-tag
libexec/git-core/git-web--browse
libexec/git-core/git-whatchanged
libexec/git-core/git-write-tree
libexec/git-core/mergetools/araxis
libexec/git-core/mergetools/bc
libexec/git-core/mergetools/bc3
libexec/git-core/mergetools/codecompare
libexec/git-core/mergetools/deltawalker
libexec/git-core/mergetools/diffmerge
libexec/git-core/mergetools/diffuse
libexec/git-core/mergetools/ecmerge
libexec/git-core/mergetools/emerge
libexec/git-core/mergetools/gvimdiff
libexec/git-core/mergetools/gvimdiff2
libexec/git-core/mergetools/gvimdiff3
libexec/git-core/mergetools/kdiff3
libexec/git-core/mergetools/kompare
libexec/git-core/mergetools/meld
libexec/git-core/mergetools/opendiff
libexec/git-core/mergetools/p4merge
libexec/git-core/mergetools/tkdiff
libexec/git-core/mergetools/tortoisemerge
libexec/git-core/mergetools/vimdiff
libexec/git-core/mergetools/vimdiff2
libexec/git-core/mergetools/vimdiff3
libexec/git-core/mergetools/xxdiff
share/examples/git/git-completion.bash
share/examples/git/git-prompt.sh
share/examples/git/templates/description
share/examples/git/templates/hooks/applypatch-msg.sample
share/examples/git/templates/hooks/commit-msg.sample
share/examples/git/templates/hooks/post-update.sample
share/examples/git/templates/hooks/pre-applypatch.sample
share/examples/git/templates/hooks/pre-commit.sample
share/examples/git/templates/hooks/pre-push.sample
share/examples/git/templates/hooks/pre-rebase.sample
share/examples/git/templates/hooks/prepare-commit-msg.sample
share/examples/git/templates/hooks/update.sample
share/examples/git/templates/info/exclude
share/locale/bg/LC_MESSAGES/git.mo
share/locale/ca/LC_MESSAGES/git.mo
share/locale/de/LC_MESSAGES/git.mo
share/locale/fr/LC_MESSAGES/git.mo
share/locale/is/LC_MESSAGES/git.mo
share/locale/it/LC_MESSAGES/git.mo
share/locale/pt_PT/LC_MESSAGES/git.mo
share/locale/ru/LC_MESSAGES/git.mo
share/locale/sv/LC_MESSAGES/git.mo
share/locale/vi/LC_MESSAGES/git.mo
share/locale/zh_CN/LC_MESSAGES/git.mo
@pkgdir share/examples/git/templates/branches