pkgsrc/devel/scmgit-base/PLIST
bjs 4bcdf3fe12 Switch GIT to use a meta-pkg hierarchy like, for example, devel/subversion.
Also, update to 1.5.3.7.


Fixes since v1.5.3.6
--------------------

 * git-send-email added 8-bit contents to the payload without
   marking it as 8-bit in a CTE header.

 * "git-bundle create a.bndl HEAD" dereferenced the symref and
   did not record the ref as 'HEAD'; this prevented a bundle
   from being used as a normal source of git-clone.

 * The code to reject nonsense command line of the form
   "git-commit -a paths..." and "git-commit --interactive
   paths..." were broken.

 * Adding a signature that is not ASCII-only to an original
   commit that is ASCII-only would make the result non-ASCII.
   "git-format-patch -s" did not mark such a message correctly
   with MIME encoding header.

 * git-add sometimes did not mark the resulting index entry
   stat-clean.  This affected only cases when adding the
   contents with the same length as the previously staged
   contents, and the previous staging made the index entry
   "racily clean".

 * git-commit did not honor GIT_INDEX_FILE the user had in the
   environment.

 * When checking out a revision, git-checkout did not report where the
   updated HEAD is if you happened to have a file called HEAD in the
   work tree.

 * "git-rev-list --objects" mishandled a tree that points at a
   submodule.

 * "git cvsimport" was not ready for packed refs that "git gc" can
   produce and gave incorrect results.

 * Many scripted Porcelains were confused when you happened to have a
   file called "HEAD" in your work tree.

 * Miscellaneous updates to the user manual and documentation.
2007-12-12 04:22:20 +00:00

192 lines
4.1 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/12 04:22:20 bjs Exp $
bin/git
bin/git-add
bin/git-add--interactive
bin/git-am
bin/git-annotate
bin/git-apply
bin/git-archimport
bin/git-archive
bin/git-bisect
bin/git-blame
bin/git-branch
bin/git-bundle
bin/git-cat-file
bin/git-check-attr
bin/git-check-ref-format
bin/git-checkout
bin/git-checkout-index
bin/git-cherry
bin/git-cherry-pick
bin/git-citool
bin/git-clean
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
bin/git-cvsserver
bin/git-daemon
bin/git-describe
bin/git-diff
bin/git-diff-files
bin/git-diff-index
bin/git-diff-tree
bin/git-fast-import
bin/git-fetch
bin/git-fetch--tool
bin/git-fetch-pack
bin/git-filter-branch
bin/git-fmt-merge-msg
bin/git-for-each-ref
bin/git-format-patch
bin/git-fsck
bin/git-fsck-objects
bin/git-gc
bin/git-get-tar-commit-id
bin/git-grep
bin/git-gui
bin/git-hash-object
bin/git-http-fetch
bin/git-http-push
bin/git-imap-send
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
bin/git-ls-remote
bin/git-ls-tree
bin/git-mailinfo
bin/git-mailsplit
bin/git-merge
bin/git-merge-base
bin/git-merge-file
bin/git-merge-index
bin/git-merge-octopus
bin/git-merge-one-file
bin/git-merge-ours
bin/git-merge-recursive
bin/git-merge-resolve
bin/git-merge-stupid
bin/git-merge-subtree
bin/git-merge-tree
bin/git-mergetool
bin/git-mktag
bin/git-mktree
bin/git-mv
bin/git-name-rev
bin/git-pack-objects
bin/git-pack-redundant
bin/git-pack-refs
bin/git-parse-remote
bin/git-patch-id
bin/git-peek-remote
bin/git-prune
bin/git-prune-packed
bin/git-pull
bin/git-push
bin/git-quiltimport
bin/git-read-tree
bin/git-rebase
bin/git-rebase--interactive
bin/git-receive-pack
bin/git-reflog
bin/git-relink
bin/git-remote
bin/git-repack
bin/git-repo-config
bin/git-request-pull
bin/git-rerere
bin/git-reset
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
bin/git-shell
bin/git-shortlog
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
bin/git-submodule
bin/git-svn
bin/git-svnimport
bin/git-symbolic-ref
bin/git-tag
bin/git-tar-tree
bin/git-unpack-file
bin/git-unpack-objects
bin/git-update-index
bin/git-update-ref
bin/git-update-server-info
bin/git-upload-archive
bin/git-upload-pack
bin/git-var
bin/git-verify-pack
bin/git-verify-tag
bin/git-whatchanged
bin/git-write-tree
bin/gitk
share/git-core/templates/description
share/git-core/templates/hooks/applypatch-msg
share/git-core/templates/hooks/commit-msg
share/git-core/templates/hooks/post-commit
share/git-core/templates/hooks/post-receive
share/git-core/templates/hooks/post-update
share/git-core/templates/hooks/pre-applypatch
share/git-core/templates/hooks/pre-commit
share/git-core/templates/hooks/pre-rebase
share/git-core/templates/hooks/update
share/git-core/templates/info/exclude
share/git-gui/lib/blame.tcl
share/git-gui/lib/branch.tcl
share/git-gui/lib/branch_checkout.tcl
share/git-gui/lib/branch_create.tcl
share/git-gui/lib/branch_delete.tcl
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_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/diff.tcl
share/git-gui/lib/encoding.tcl
share/git-gui/lib/error.tcl
share/git-gui/lib/index.tcl
share/git-gui/lib/merge.tcl
share/git-gui/lib/option.tcl
share/git-gui/lib/remote.tcl
share/git-gui/lib/remote_branch_delete.tcl
share/git-gui/lib/shortcut.tcl
share/git-gui/lib/status_bar.tcl
share/git-gui/lib/tclIndex
share/git-gui/lib/transport.tcl
@dirrm share/git-gui/lib
@dirrm share/git-gui
@dirrm share/git-core/templates/info
@dirrm share/git-core/templates/hooks
@exec ${MKDIR} %D/share/git-core/templates/branches
@dirrm share/git-core/templates/branches
@dirrm share/git-core/templates
@dirrm share/git-core