15e8625bcd
GIT v1.5.6 Release Notes ======================== Updates since v1.5.5 -------------------- (subsystems) * Comes with updated gitk and git-gui. (portability) * git will build on AIX better than before now. * core.ignorecase configuration variable can be used to work better on filesystems that are not case sensitive. * "git init" now autodetects the case sensitivity of the filesystem and sets core.ignorecase accordingly. * cpio is no longer used; neither "curl" binary (libcurl is still used). (documentation) * Many freestanding documentation pages have been converted and made available to "git help" (aka "man git<something>") as section 7 of the manual pages. This means bookmarks to some HTML documentation files may need to be updated (eg "tutorial.html" became "gittutorial.html"). (performance) * "git clone" was rewritten in C. This will hopefully help cloning a repository with insane number of refs. * "git rebase --onto $there $from $branch" used to switch to the tip of $branch only to immediately reset back to $from, smudging work tree files unnecessarily. This has been optimized. * Object creation codepath in "git-svn" has been optimized by enhancing plumbing commands git-cat-file and git-hash-object. (usability, bells and whistles) * "git add -p" (and the "patch" subcommand of "git add -i") can choose to apply (or not apply) mode changes independently from contents changes. * "git bisect help" gives longer and more helpful usage information. * "git bisect" does not use a special branch "bisect" anymore; instead, it does its work on a detached HEAD. * "git branch" (and "git checkout -b") can be told to set up branch.<name>.rebase automatically, so that later you can say "git pull" and magically cause "git pull --rebase" to happen. * "git branch --merged" and "git branch --no-merged" can be used to list branches that have already been merged (or not yet merged) to the current branch. * "git cherry-pick" and "git revert" can add a sign-off. * "git commit" mentions the author identity when you are committing somebody else's changes. * "git diff/log --dirstat" output is consistent between binary and textual changes. * "git filter-branch" rewrites signed tags by demoting them to annotated. * "git format-patch --no-binary" can produce a patch that lack binary changes (i.e. cannot be used to propagate the whole changes) meant only for reviewing. * "git init --bare" is a synonym for "git --bare init" now. * "git gc --auto" honors a new pre-auto-gc hook to temporarily disable it. * "git log --pretty=tformat:<custom format>" gives a LF after each entry, instead of giving a LF between each pair of entries which is how "git log --pretty=format:<custom format>" works. * "git log" and friends learned the "--graph" option to show the ancestry graph at the left margin of the output. * "git log" and friends can be told to use date format that is different from the default via 'log.date' configuration variable. * "git send-email" now can send out messages outside a git repository. * "git send-email --compose" was made aware of rfc2047 quoting. * "git status" can optionally include output from "git submodule summary". * "git svn" learned --add-author-from option to propagate the authorship by munging the commit log message. * new object creation and looking up in "git svn" has been optimized. * "gitweb" can read from a system-wide configuration file. (internal) * "git unpack-objects" and "git receive-pack" is now more strict about detecting breakage in the objects they receive over the wire.
145 lines
3.5 KiB
Text
145 lines
3.5 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2008/06/24 08:21:04 bjs Exp $
|
|
man/man1/git-add.1
|
|
man/man1/git-am.1
|
|
man/man1/git-annotate.1
|
|
man/man1/git-apply.1
|
|
man/man1/git-archimport.1
|
|
man/man1/git-archive.1
|
|
man/man1/git-bisect.1
|
|
man/man1/git-blame.1
|
|
man/man1/git-branch.1
|
|
man/man1/git-bundle.1
|
|
man/man1/git-cat-file.1
|
|
man/man1/git-check-attr.1
|
|
man/man1/git-check-ref-format.1
|
|
man/man1/git-checkout-index.1
|
|
man/man1/git-checkout.1
|
|
man/man1/git-cherry-pick.1
|
|
man/man1/git-cherry.1
|
|
man/man1/git-citool.1
|
|
man/man1/git-clean.1
|
|
man/man1/git-clone.1
|
|
man/man1/git-commit-tree.1
|
|
man/man1/git-commit.1
|
|
man/man1/git-config.1
|
|
man/man1/git-count-objects.1
|
|
man/man1/git-cvsexportcommit.1
|
|
man/man1/git-cvsimport.1
|
|
man/man1/git-cvsserver.1
|
|
man/man1/git-daemon.1
|
|
man/man1/git-describe.1
|
|
man/man1/git-diff-files.1
|
|
man/man1/git-diff-index.1
|
|
man/man1/git-diff-tree.1
|
|
man/man1/git-diff.1
|
|
man/man1/git-fast-export.1
|
|
man/man1/git-fast-import.1
|
|
man/man1/git-fetch-pack.1
|
|
man/man1/git-fetch.1
|
|
man/man1/git-filter-branch.1
|
|
man/man1/git-fmt-merge-msg.1
|
|
man/man1/git-for-each-ref.1
|
|
man/man1/git-format-patch.1
|
|
man/man1/git-fsck-objects.1
|
|
man/man1/git-fsck.1
|
|
man/man1/git-gc.1
|
|
man/man1/git-get-tar-commit-id.1
|
|
man/man1/git-grep.1
|
|
man/man1/git-gui.1
|
|
man/man1/git-hash-object.1
|
|
man/man1/git-help.1
|
|
man/man1/git-http-fetch.1
|
|
man/man1/git-http-push.1
|
|
man/man1/git-imap-send.1
|
|
man/man1/git-index-pack.1
|
|
man/man1/git-init-db.1
|
|
man/man1/git-init.1
|
|
man/man1/git-instaweb.1
|
|
man/man1/git-log.1
|
|
man/man1/git-lost-found.1
|
|
man/man1/git-ls-files.1
|
|
man/man1/git-ls-remote.1
|
|
man/man1/git-ls-tree.1
|
|
man/man1/git-mailinfo.1
|
|
man/man1/git-mailsplit.1
|
|
man/man1/git-merge-base.1
|
|
man/man1/git-merge-file.1
|
|
man/man1/git-merge-index.1
|
|
man/man1/git-merge-one-file.1
|
|
man/man1/git-merge-tree.1
|
|
man/man1/git-merge.1
|
|
man/man1/git-mergetool.1
|
|
man/man1/git-mktag.1
|
|
man/man1/git-mktree.1
|
|
man/man1/git-mv.1
|
|
man/man1/git-name-rev.1
|
|
man/man1/git-pack-objects.1
|
|
man/man1/git-pack-redundant.1
|
|
man/man1/git-pack-refs.1
|
|
man/man1/git-parse-remote.1
|
|
man/man1/git-patch-id.1
|
|
man/man1/git-peek-remote.1
|
|
man/man1/git-prune-packed.1
|
|
man/man1/git-prune.1
|
|
man/man1/git-pull.1
|
|
man/man1/git-push.1
|
|
man/man1/git-quiltimport.1
|
|
man/man1/git-read-tree.1
|
|
man/man1/git-rebase.1
|
|
man/man1/git-receive-pack.1
|
|
man/man1/git-reflog.1
|
|
man/man1/git-relink.1
|
|
man/man1/git-remote.1
|
|
man/man1/git-repack.1
|
|
man/man1/git-repo-config.1
|
|
man/man1/git-request-pull.1
|
|
man/man1/git-rerere.1
|
|
man/man1/git-reset.1
|
|
man/man1/git-rev-list.1
|
|
man/man1/git-rev-parse.1
|
|
man/man1/git-revert.1
|
|
man/man1/git-rm.1
|
|
man/man1/git-send-email.1
|
|
man/man1/git-send-pack.1
|
|
man/man1/git-sh-setup.1
|
|
man/man1/git-shell.1
|
|
man/man1/git-shortlog.1
|
|
man/man1/git-show-branch.1
|
|
man/man1/git-show-index.1
|
|
man/man1/git-show-ref.1
|
|
man/man1/git-show.1
|
|
man/man1/git-stash.1
|
|
man/man1/git-status.1
|
|
man/man1/git-stripspace.1
|
|
man/man1/git-submodule.1
|
|
man/man1/git-svn.1
|
|
man/man1/git-symbolic-ref.1
|
|
man/man1/git-tag.1
|
|
man/man1/git-tar-tree.1
|
|
man/man1/git-unpack-file.1
|
|
man/man1/git-unpack-objects.1
|
|
man/man1/git-update-index.1
|
|
man/man1/git-update-ref.1
|
|
man/man1/git-update-server-info.1
|
|
man/man1/git-upload-archive.1
|
|
man/man1/git-upload-pack.1
|
|
man/man1/git-var.1
|
|
man/man1/git-verify-pack.1
|
|
man/man1/git-verify-tag.1
|
|
man/man1/git-web--browse.1
|
|
man/man1/git-whatchanged.1
|
|
man/man1/git-write-tree.1
|
|
man/man1/git.1
|
|
man/man1/gitk.1
|
|
man/man5/gitattributes.5
|
|
man/man5/githooks.5
|
|
man/man5/gitignore.5
|
|
man/man5/gitmodules.5
|
|
man/man5/gitrepository-layout.5
|
|
man/man7/gitcli.7
|
|
man/man7/gitcore-tutorial.7
|
|
man/man7/gitcvs-migration.7
|
|
man/man7/gitdiffcore.7
|
|
man/man7/gitglossary.7
|
|
man/man7/gittutorial-2.7
|
|
man/man7/gittutorial.7
|