pkgsrc/devel/git-docs/PLIST
adam 64071dd0ec git: updated to 2.33.1
Git 2.33.1 Release Notes
========================

This primarily is to backport various fixes accumulated during the
development towards Git 2.34, the next feature release.


Fixes since v2.33
-----------------

 * The unicode character width table (used for output alignment) has
   been updated.

 * Input validation of "git pack-objects --stdin-packs" has been
   corrected.

 * Bugfix for common ancestor negotiation recently introduced in "git
   push" codepath.

 * "git pull" had various corner cases that were not well thought out
   around its --rebase backend, e.g. "git pull --ff-only" did not stop
   but went ahead and rebased when the history on other side is not a
   descendant of our history.  The series tries to fix them up.

 * "git apply" miscounted the bytes and failed to read to the end of
   binary hunks.

 * "git range-diff" code clean-up.

 * "git commit --fixup" now works with "--edit" again, after it was
   broken in v2.32.

 * Use upload-artifacts v1 (instead of v2) for 32-bit linux, as the
   new version has a blocker bug for that architecture.

 * Checking out all the paths from HEAD during the last conflicted
   step in "git rebase" and continuing would cause the step to be
   skipped (which is expected), but leaves MERGE_MSG file behind in
   $GIT_DIR and confuses the next "git commit", which has been
   corrected.

 * Various bugs in "git rebase -r" have been fixed.

 * mmap() imitation used to call xmalloc() that dies upon malloc()
   failure, which has been corrected to just return an error to the
   caller to be handled.

 * "git diff --relative" segfaulted and/or produced incorrect result
   when there are unmerged paths.

 * The delayed checkout code path in "git checkout" etc. were chatty
   even when --quiet and/or --no-progress options were given.

 * "git branch -D <branch>" used to refuse to remove a broken branch
   ref that points at a missing commit, which has been corrected.

 * Build update for Apple clang.

 * The parser for the "--nl" option of "git column" has been
   corrected.

 * "git upload-pack" which runs on the other side of "git fetch"
   forgot to take the ref namespaces into account when handling
   want-ref requests.

 * The sparse-index support can corrupt the index structure by storing
   a stale and/or uninitialized data, which has been corrected.

 * Buggy tests could damage repositories outside the throw-away test
   area we created.  We now by default export GIT_CEILING_DIRECTORIES
   to limit the damage from such a stray test.

 * Even when running "git send-email" without its own threaded
   discussion support, a threading related header in one message is
   carried over to the subsequent message to result in an unwanted
   threading, which has been corrected.

 * The output from "git fast-export", when its anonymization feature
   is in use, showed an annotated tag incorrectly.

 * Recent "diff -m" changes broke "gitk", which has been corrected.

 * "git maintenance" scheduler fix for macOS.

 * A pathname in an advice message has been made cut-and-paste ready.

 * The "git apply -3" code path learned not to bother the lower level
   merge machinery when the three-way merge can be trivially resolved
   without the content level merge.

 * The code that optionally creates the *.rev reverse index file has
   been optimized to avoid needless computation when it is not writing
   the file out.

 * "git range-diff -I... <range> <range>" segfaulted, which has been
   corrected.

 * The order in which various files that make up a single (conceptual)
   packfile has been reevaluated and straightened up.  This matters in
   correctness, as an incomplete set of files must not be shown to a
   running Git.

 * The "mode" word is useless in a call to open(2) that does not
   create a new file.  Such a call in the files backend of the ref
   subsystem has been cleaned up.

 * "git update-ref --stdin" failed to flush its output as needed,
   which potentially led the conversation to a deadlock.

 * When "git am --abort" fails to abort correctly, it still exited
   with exit status of 0, which has been corrected.

 * Correct nr and alloc members of strvec struct to be of type size_t.

 * "git stash", where the tentative change involves changing a
   directory to a file (or vice versa), was confused, which has been
   corrected.

 * "git clone" from a repository whose HEAD is unborn into a bare
   repository didn't follow the branch name the other side used, which
   is corrected.

 * "git cvsserver" had a long-standing bug in its authentication code,
   which has finally been corrected (it is unclear and is a separate
   question if anybody is seriously using it, though).

 * "git difftool --dir-diff" mishandled symbolic links.

 * Sensitive data in the HTTP trace were supposed to be redacted, but
   we failed to do so in HTTP/2 requests.

 * "make clean" has been updated to remove leftover .depend/
   directories, even when it is not told to use them to compute header
   dependencies.

 * Protocol v0 clients can get stuck parsing a malformed feature line.

Also contains various documentation updates and code clean-ups.
2021-10-13 06:56:09 +00:00

182 lines
4.4 KiB
Text

@comment $NetBSD: PLIST,v 1.19 2021/10/13 06:56:09 adam 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-bugreport.1
man/man1/git-bundle.1
man/man1/git-cat-file.1
man/man1/git-check-attr.1
man/man1/git-check-ignore.1
man/man1/git-check-mailmap.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-column.1
man/man1/git-commit-graph.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-credential-cache--daemon.1
man/man1/git-credential-cache.1
man/man1/git-credential-store.1
man/man1/git-credential.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-difftool.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-for-each-repo.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-backend.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-interpret-trailers.1
man/man1/git-log.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-maintenance.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--lib.1
man/man1/git-mergetool.1
man/man1/git-mktag.1
man/man1/git-mktree.1
man/man1/git-multi-pack-index.1
man/man1/git-mv.1
man/man1/git-name-rev.1
man/man1/git-notes.1
man/man1/git-p4.1
man/man1/git-pack-objects.1
man/man1/git-pack-redundant.1
man/man1/git-pack-refs.1
man/man1/git-patch-id.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-range-diff.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-remote-ext.1
man/man1/git-remote-fd.1
man/man1/git-remote.1
man/man1/git-repack.1
man/man1/git-replace.1
man/man1/git-request-pull.1
man/man1/git-rerere.1
man/man1/git-reset.1
man/man1/git-restore.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-i18n--envsubst.1
man/man1/git-sh-i18n.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-sparse-checkout.1
man/man1/git-stage.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-switch.1
man/man1/git-symbolic-ref.1
man/man1/git-tag.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-commit.1
man/man1/git-verify-pack.1
man/man1/git-verify-tag.1
man/man1/git-version.1
man/man1/git-web--browse.1
man/man1/git-whatchanged.1
man/man1/git-worktree.1
man/man1/git-write-tree.1
man/man1/git.1
man/man1/gitk.1
man/man1/gitweb.1
man/man3/Git.3pm
man/man5/gitattributes.5
man/man5/githooks.5
man/man5/gitignore.5
man/man5/gitmailmap.5
man/man5/gitmodules.5
man/man5/gitrepository-layout.5
man/man5/gitweb.conf.5
man/man7/gitcli.7
man/man7/gitcore-tutorial.7
man/man7/gitcredentials.7
man/man7/gitcvs-migration.7
man/man7/gitdiffcore.7
man/man7/giteveryday.7
man/man7/gitfaq.7
man/man7/gitglossary.7
man/man7/gitnamespaces.7
man/man7/gitremote-helpers.7
man/man7/gitrevisions.7
man/man7/gitsubmodules.7
man/man7/gittutorial-2.7
man/man7/gittutorial.7
man/man7/gitworkflows.7