404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.147.59.237: ~ $
Git v2.6.3 Release Notes
========================

Fixes since v2.6.2
------------------

 * The error message from "git blame --contents --reverse" incorrectly
   talked about "--contents --children".

 * "git merge-file" tried to signal how many conflicts it found, which
   obviously would not work well when there are too many of them.

 * The name-hash subsystem that is used to cope with case insensitive
   filesystems keeps track of directories and their on-filesystem
   cases for all the paths in the index by holding a pointer to a
   randomly chosen cache entry that is inside the directory (for its
   ce->ce_name component).  This pointer was not updated even when the
   cache entry was removed from the index, leading to use after free.
   This was fixed by recording the path for each directory instead of
   borrowing cache entries and restructuring the API somewhat.

 * When the "git am" command was reimplemented in C, "git am -3" had a
   small regression where it is aborted in its error handling codepath
   when underlying merge-recursive failed in some ways.

 * The synopsis text and the usage string of subcommands that read
   list of things from the standard input are often shown as if they
   only take input from a file on a filesystem, which was misleading.

 * A couple of commands still showed "[options]" in their usage string
   to note where options should come on their command line, but we
   spell that "[<options>]" in most places these days.

 * The submodule code has been taught to work better with separate
   work trees created via "git worktree add".

 * When "git gc --auto" is backgrounded, its diagnosis message is
   lost.  It now is saved to a file in $GIT_DIR and is shown next time
   the "gc --auto" is run.

 * Work around "git p4" failing when the P4 depot records the contents
   in UTF-16 without UTF-16 BOM.

 * Recent update to "rebase -i" that tries to sanity check the edited
   insn sheet before it uses it has become too picky on Windows where
   CRLF left by the editor is turned into a trailing CR on the line
   read via the "read" built-in command.

 * "git clone --dissociate" runs a big "git repack" process at the
   end, and it helps to close file descriptors that are open on the
   packs and their idx files before doing so on filesystems that
   cannot remove a file that is still open.

 * Correct "git p4 --detect-labels" so that it does not fail to create
   a tag that points at a commit that is also being imported.

 * The internal stripspace() function has been moved to where it
   logically belongs to, i.e. strbuf API, and the command line parser
   of "git stripspace" has been updated to use the parse_options API.

 * Prepare for Git on-disk repository representation to undergo
   backward incompatible changes by introducing a new repository
   format version "1", with an extension mechanism.

 * "git gc" used to barf when a symbolic ref has gone dangling
   (e.g. the branch that used to be your upstream's default when you
   cloned from it is now gone, and you did "fetch --prune").

 * The normalize_ceiling_entry() function does not muck with the end
   of the path it accepts, and the real world callers do rely on that,
   but a test insisted that the function drops a trailing slash.

 * "git gc" is safe to run anytime only because it has the built-in
   grace period to protect young objects.  In order to run with no
   grace period, the user must make sure that the repository is
   quiescent.

 * A recent "filter-branch --msg-filter" broke skipping of the commit
   object header, which is fixed.

 * "git --literal-pathspecs add -u/-A" without any command line
   argument misbehaved ever since Git 2.0.

 * Merging a branch that removes a path and another that changes the
   mode bits on the same path should have conflicted at the path, but
   it didn't and silently favoured the removal.

 * "git imap-send" did not compile well with older version of cURL library.

 * The linkage order of libraries was wrong in places around libcurl.

 * It was not possible to use a repository-lookalike created by "git
   worktree add" as a local source of "git clone".

 * When "git send-email" wanted to talk over Net::SMTP::SSL,
   Net::Cmd::datasend() did not like to be fed too many bytes at the
   same time and failed to send messages.  Send the payload one line
   at a time to work around the problem.

 * We peek objects from submodule's object store by linking it to the
   list of alternate object databases, but the code to do so forgot to
   correctly initialize the list.

 * "git status --branch --short" accessed beyond the constant string
   "HEAD", which has been corrected.

 * "git daemon" uses "run_command()" without "finish_command()", so it
   needs to release resources itself, which it forgot to do.

Also contains typofixes, documentation updates and trivial code
clean-ups.

Filemanager

Name Type Size Permission Actions
1.5.0.1.txt File 1.23 KB 0644
1.5.0.2.txt File 2.25 KB 0644
1.5.0.3.txt File 1.54 KB 0644
1.5.0.4.txt File 462 B 0644
1.5.0.5.txt File 609 B 0644
1.5.0.6.txt File 484 B 0644
1.5.0.7.txt File 482 B 0644
1.5.0.txt File 18.2 KB 0644
1.5.1.1.txt File 2.11 KB 0644
1.5.1.2.txt File 1.61 KB 0644
1.5.1.3.txt File 1.53 KB 0644
1.5.1.4.txt File 843 B 0644
1.5.1.5.txt File 1.4 KB 0644
1.5.1.6.txt File 1.48 KB 0644
1.5.1.txt File 12.98 KB 0644
1.5.2.1.txt File 1.42 KB 0644
1.5.2.2.txt File 2.04 KB 0644
1.5.2.3.txt File 796 B 0644
1.5.2.4.txt File 802 B 0644
1.5.2.5.txt File 928 B 0644
1.5.2.txt File 7.18 KB 0644
1.5.3.1.txt File 326 B 0644
1.5.3.2.txt File 1.89 KB 0644
1.5.3.3.txt File 896 B 0644
1.5.3.4.txt File 1.18 KB 0644
1.5.3.5.txt File 3.3 KB 0644
1.5.3.6.txt File 1.4 KB 0644
1.5.3.7.txt File 1.55 KB 0644
1.5.3.8.txt File 783 B 0644
1.5.3.txt File 13.7 KB 0644
1.5.4.1.txt File 524 B 0644
1.5.4.2.txt File 1.49 KB 0644
1.5.4.3.txt File 997 B 0644
1.5.4.4.txt File 2.56 KB 0644
1.5.4.5.txt File 2.19 KB 0644
1.5.4.6.txt File 1.41 KB 0644
1.5.4.7.txt File 342 B 0644
1.5.4.txt File 14.09 KB 0644
1.5.5.1.txt File 1.46 KB 0644
1.5.5.2.txt File 772 B 0644
1.5.5.3.txt File 305 B 0644
1.5.5.4.txt File 140 B 0644
1.5.5.5.txt File 449 B 0644
1.5.5.6.txt File 342 B 0644
1.5.5.txt File 7.42 KB 0644
1.5.6.1.txt File 793 B 0644
1.5.6.2.txt File 1.42 KB 0644
1.5.6.3.txt File 2.06 KB 0644
1.5.6.4.txt File 1.54 KB 0644
1.5.6.5.txt File 1.02 KB 0644
1.5.6.6.txt File 342 B 0644
1.5.6.txt File 3.75 KB 0644
1.6.0.1.txt File 1.16 KB 0644
1.6.0.2.txt File 2.77 KB 0644
1.6.0.3.txt File 4.22 KB 0644
1.6.0.4.txt File 1.26 KB 0644
1.6.0.5.txt File 1.97 KB 0644
1.6.0.6.txt File 1.17 KB 0644
1.6.0.txt File 9.81 KB 0644
1.6.1.1.txt File 1.93 KB 0644
1.6.1.2.txt File 1.6 KB 0644
1.6.1.3.txt File 847 B 0644
1.6.1.4.txt File 1.56 KB 0644
1.6.1.txt File 10.08 KB 0644
1.6.2.1.txt File 597 B 0644
1.6.2.2.txt File 1.47 KB 0644
1.6.2.3.txt File 781 B 0644
1.6.2.4.txt File 1.32 KB 0644
1.6.2.5.txt File 688 B 0644
1.6.2.txt File 5.75 KB 0644
1.6.3.1.txt File 343 B 0644
1.6.3.2.txt File 2.22 KB 0644
1.6.3.3.txt File 1.35 KB 0644
1.6.3.4.txt File 1.18 KB 0644
1.6.3.txt File 6.63 KB 0644
1.6.4.1.txt File 1.86 KB 0644
1.6.4.2.txt File 1.18 KB 0644
1.6.4.3.txt File 1.12 KB 0644
1.6.4.4.txt File 1.01 KB 0644
1.6.4.5.txt File 605 B 0644
1.6.4.txt File 5.23 KB 0644
1.6.5.1.txt File 549 B 0644
1.6.5.2.txt File 581 B 0644
1.6.5.3.txt File 2.43 KB 0644
1.6.5.4.txt File 1.25 KB 0644
1.6.5.5.txt File 1.85 KB 0644
1.6.5.6.txt File 791 B 0644
1.6.5.7.txt File 771 B 0644
1.6.5.8.txt File 900 B 0644
1.6.5.9.txt File 581 B 0644
1.6.5.txt File 6.15 KB 0644
1.6.6.1.txt File 1.2 KB 0644
1.6.6.2.txt File 1.56 KB 0644
1.6.6.3.txt File 751 B 0644
1.6.6.txt File 9.24 KB 0644
1.7.0.1.txt File 1.26 KB 0644
1.7.0.2.txt File 1.44 KB 0644
1.7.0.3.txt File 1.15 KB 0644
1.7.0.4.txt File 888 B 0644
1.7.0.5.txt File 915 B 0644
1.7.0.6.txt File 365 B 0644
1.7.0.7.txt File 467 B 0644
1.7.0.8.txt File 452 B 0644
1.7.0.9.txt File 219 B 0644
1.7.0.txt File 8.56 KB 0644
1.7.1.1.txt File 3.74 KB 0644
1.7.1.2.txt File 1.04 KB 0644
1.7.1.3.txt File 452 B 0644
1.7.1.4.txt File 219 B 0644
1.7.1.txt File 2.87 KB 0644
1.7.10.1.txt File 3 KB 0644
1.7.10.2.txt File 3.36 KB 0644
1.7.10.3.txt File 1.83 KB 0644
1.7.10.4.txt File 1.03 KB 0644
1.7.10.5.txt File 397 B 0644
1.7.10.txt File 8.81 KB 0644
1.7.11.1.txt File 224 B 0644
1.7.11.2.txt File 2.24 KB 0644
1.7.11.3.txt File 2.26 KB 0644
1.7.11.4.txt File 1.14 KB 0644
1.7.11.5.txt File 1.26 KB 0644
1.7.11.6.txt File 3.36 KB 0644
1.7.11.7.txt File 1.91 KB 0644
1.7.11.txt File 5.38 KB 0644
1.7.12.1.txt File 5.66 KB 0644
1.7.12.2.txt File 1.73 KB 0644
1.7.12.3.txt File 1.3 KB 0644
1.7.12.4.txt File 712 B 0644
1.7.12.txt File 5.21 KB 0644
1.7.2.1.txt File 806 B 0644
1.7.2.2.txt File 695 B 0644
1.7.2.3.txt File 1.32 KB 0644
1.7.2.4.txt File 452 B 0644
1.7.2.5.txt File 219 B 0644
1.7.2.txt File 5.84 KB 0644
1.7.3.1.txt File 425 B 0644
1.7.3.2.txt File 149 B 0644
1.7.3.3.txt File 2.03 KB 0644
1.7.3.4.txt File 1.6 KB 0644
1.7.3.5.txt File 1.42 KB 0644
1.7.3.txt File 2.58 KB 0644
1.7.4.1.txt File 899 B 0644
1.7.4.2.txt File 2.24 KB 0644
1.7.4.3.txt File 1.22 KB 0644
1.7.4.4.txt File 1.26 KB 0644
1.7.4.5.txt File 127 B 0644
1.7.4.txt File 6.35 KB 0644
1.7.5.1.txt File 1.86 KB 0644
1.7.5.2.txt File 2.14 KB 0644
1.7.5.3.txt File 1.08 KB 0644
1.7.5.4.txt File 754 B 0644
1.7.5.txt File 5.2 KB 0644
1.7.6.1.txt File 2.2 KB 0644
1.7.6.2.txt File 245 B 0644
1.7.6.3.txt File 792 B 0644
1.7.6.4.txt File 1.23 KB 0644
1.7.6.5.txt File 969 B 0644
1.7.6.6.txt File 587 B 0644
1.7.6.txt File 5.38 KB 0644
1.7.7.1.txt File 2.38 KB 0644
1.7.7.2.txt File 1.59 KB 0644
1.7.7.3.txt File 696 B 0644
1.7.7.4.txt File 444 B 0644
1.7.7.5.txt File 481 B 0644
1.7.7.6.txt File 791 B 0644
1.7.7.7.txt File 334 B 0644
1.7.7.txt File 5.28 KB 0644
1.7.8.1.txt File 1.4 KB 0644
1.7.8.2.txt File 2.86 KB 0644
1.7.8.3.txt File 431 B 0644
1.7.8.4.txt File 921 B 0644
1.7.8.5.txt File 606 B 0644
1.7.8.6.txt File 621 B 0644
1.7.8.txt File 6.2 KB 0644
1.7.9.1.txt File 2.4 KB 0644
1.7.9.2.txt File 2.64 KB 0644
1.7.9.3.txt File 1.91 KB 0644
1.7.9.4.txt File 887 B 0644
1.7.9.5.txt File 731 B 0644
1.7.9.6.txt File 432 B 0644
1.7.9.7.txt File 371 B 0644
1.7.9.txt File 4.27 KB 0644
1.8.0.1.txt File 2.4 KB 0644
1.8.0.2.txt File 1.22 KB 0644
1.8.0.3.txt File 424 B 0644
1.8.0.txt File 10.81 KB 0644
1.8.1.1.txt File 3.49 KB 0644
1.8.1.2.txt File 991 B 0644
1.8.1.3.txt File 1.7 KB 0644
1.8.1.4.txt File 337 B 0644
1.8.1.5.txt File 1.89 KB 0644
1.8.1.6.txt File 1.53 KB 0644
1.8.1.txt File 9.4 KB 0644
1.8.2.1.txt File 4.45 KB 0644
1.8.2.2.txt File 2.38 KB 0644
1.8.2.3.txt File 672 B 0644
1.8.2.txt File 21.62 KB 0644
1.8.3.1.txt File 433 B 0644
1.8.3.2.txt File 2.35 KB 0644
1.8.3.3.txt File 1.74 KB 0644
1.8.3.4.txt File 700 B 0644
1.8.3.txt File 17.91 KB 0644
1.8.4.1.txt File 2.94 KB 0644
1.8.4.2.txt File 3.22 KB 0644
1.8.4.3.txt File 2.16 KB 0644
1.8.4.4.txt File 342 B 0644
1.8.4.5.txt File 421 B 0644
1.8.4.txt File 20.74 KB 0644
1.8.5.1.txt File 254 B 0644
1.8.5.2.txt File 656 B 0644
1.8.5.3.txt File 859 B 0644
1.8.5.4.txt File 1.87 KB 0644
1.8.5.5.txt File 1.43 KB 0644
1.8.5.6.txt File 1.65 KB 0644
1.8.5.txt File 19.87 KB 0644
1.9.0.txt File 14.84 KB 0644
1.9.1.txt File 2.35 KB 0644
1.9.2.txt File 2.74 KB 0644
1.9.3.txt File 635 B 0644
1.9.4.txt File 607 B 0644
1.9.5.txt File 1.64 KB 0644
2.0.0.txt File 15.54 KB 0644
2.0.1.txt File 5.05 KB 0644
2.0.2.txt File 1.32 KB 0644
2.0.3.txt File 592 B 0644
2.0.4.txt File 153 B 0644
2.0.5.txt File 1.64 KB 0644
2.1.0.txt File 16.93 KB 0644
2.1.1.txt File 1.76 KB 0644
2.1.2.txt File 768 B 0644
2.1.3.txt File 970 B 0644
2.1.4.txt File 1.64 KB 0644
2.10.0.txt File 29.42 KB 0644
2.10.1.txt File 5.6 KB 0644
2.10.2.txt File 5.17 KB 0644
2.10.3.txt File 2.3 KB 0644
2.10.4.txt File 124 B 0644
2.10.5.txt File 561 B 0644
2.11.0.txt File 27.34 KB 0644
2.11.1.txt File 6.65 KB 0644
2.11.2.txt File 479 B 0644
2.11.3.txt File 124 B 0644
2.11.4.txt File 561 B 0644
2.12.0.txt File 21.57 KB 0644
2.12.1.txt File 1.57 KB 0644
2.12.2.txt File 3.53 KB 0644
2.12.3.txt File 2.48 KB 0644
2.12.4.txt File 124 B 0644
2.12.5.txt File 561 B 0644
2.13.0.txt File 27.56 KB 0644
2.13.1.txt File 4.91 KB 0644
2.13.2.txt File 2.13 KB 0644
2.13.3.txt File 2.33 KB 0644
2.13.4.txt File 1.05 KB 0644
2.13.5.txt File 124 B 0644
2.13.6.txt File 561 B 0644
2.13.7.txt File 780 B 0644
2.14.0.txt File 22.2 KB 0644
2.14.1.txt File 124 B 0644
2.14.2.txt File 4.38 KB 0644
2.14.3.txt File 3.92 KB 0644
2.14.4.txt File 167 B 0644
2.15.0.txt File 21.46 KB 0644
2.15.1.txt File 3.35 KB 0644
2.15.2.txt File 1.85 KB 0644
2.16.0.txt File 20.26 KB 0644
2.16.1.txt File 305 B 0644
2.16.2.txt File 1.06 KB 0644
2.16.3.txt File 1.71 KB 0644
2.16.4.txt File 167 B 0644
2.17.0.txt File 17.46 KB 0644
2.17.1.txt File 617 B 0644
2.2.0.txt File 13.03 KB 0644
2.2.1.txt File 1.63 KB 0644
2.2.2.txt File 2.3 KB 0644
2.2.3.txt File 284 B 0644
2.3.0.txt File 12.56 KB 0644
2.3.1.txt File 1.95 KB 0644
2.3.10.txt File 711 B 0644
2.3.2.txt File 2.94 KB 0644
2.3.3.txt File 1.49 KB 0644
2.3.4.txt File 1.12 KB 0644
2.3.5.txt File 1.73 KB 0644
2.3.6.txt File 400 B 0644
2.3.7.txt File 761 B 0644
2.3.8.txt File 814 B 0644
2.3.9.txt File 284 B 0644
2.4.0.txt File 21.59 KB 0644
2.4.1.txt File 1.62 KB 0644
2.4.10.txt File 711 B 0644
2.4.11.txt File 424 B 0644
2.4.12.txt File 479 B 0644
2.4.2.txt File 1.91 KB 0644
2.4.3.txt File 3 KB 0644
2.4.4.txt File 1.2 KB 0644
2.4.5.txt File 1.04 KB 0644
2.4.6.txt File 744 B 0644
2.4.7.txt File 2.16 KB 0644
2.4.8.txt File 704 B 0644
2.4.9.txt File 284 B 0644
2.5.0.txt File 25.51 KB 0644
2.5.1.txt File 2.79 KB 0644
2.5.2.txt File 2.59 KB 0644
2.5.3.txt File 565 B 0644
2.5.4.txt File 709 B 0644
2.5.5.txt File 420 B 0644
2.5.6.txt File 475 B 0644
2.6.0.txt File 16.05 KB 0644
2.6.1.txt File 705 B 0644
2.6.2.txt File 2.62 KB 0644
2.6.3.txt File 4.79 KB 0644
2.6.4.txt File 2.11 KB 0644
2.6.5.txt File 2.48 KB 0644
2.6.6.txt File 420 B 0644
2.6.7.txt File 475 B 0644
2.7.0.txt File 17.09 KB 0644
2.7.1.txt File 3.45 KB 0644
2.7.2.txt File 1.7 KB 0644
2.7.3.txt File 2.54 KB 0644
2.7.4.txt File 420 B 0644
2.7.5.txt File 544 B 0644
2.7.6.txt File 951 B 0644
2.8.0.txt File 19.22 KB 0644
2.8.1.txt File 255 B 0644
2.8.2.txt File 2.64 KB 0644
2.8.3.txt File 4.32 KB 0644
2.8.4.txt File 2.99 KB 0644
2.8.5.txt File 475 B 0644
2.8.6.txt File 122 B 0644
2.9.0.txt File 21.32 KB 0644
2.9.1.txt File 4.81 KB 0644
2.9.2.txt File 427 B 0644
2.9.3.txt File 7.29 KB 0644
2.9.4.txt File 4.28 KB 0644
2.9.5.txt File 122 B 0644