404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.147.73.112: ~ $
Git v2.10.1 Release Notes
=========================

Fixes since v2.10
-----------------

 * Clarify various ways to specify the "revision ranges" in the
   documentation.

 * "diff-highlight" script (in contrib/) learned to work better with
   "git log -p --graph" output.

 * The test framework left the number of tests and success/failure
   count in the t/test-results directory, keyed by the name of the
   test script plus the process ID.  The latter however turned out not
   to serve any useful purpose.  The process ID part of the filename
   has been removed.

 * Having a submodule whose ".git" repository is somehow corrupt
   caused a few commands that recurse into submodules loop forever.

 * "git symbolic-ref -d HEAD" happily removes the symbolic ref, but
   the resulting repository becomes an invalid one.  Teach the command
   to forbid removal of HEAD.

 * A test spawned a short-lived background process, which sometimes
   prevented the test directory from getting removed at the end of the
   script on some platforms.

 * Update a few tests that used to use GIT_CURL_VERBOSE to use the
   newer GIT_TRACE_CURL.

 * Update Japanese translation for "git-gui".

 * "git fetch http::/site/path" did not die correctly and segfaulted
   instead.

 * "git commit-tree" stopped reading commit.gpgsign configuration
   variable that was meant for Porcelain "git commit" in Git 2.9; we
   forgot to update "git gui" to look at the configuration to match
   this change.

 * "git log --cherry-pick" used to include merge commits as candidates
   to be matched up with other commits, resulting a lot of wasted time.
   The patch-id generation logic has been updated to ignore merges to
   avoid the wastage.

 * The http transport (with curl-multi option, which is the default
   these days) failed to remove curl-easy handle from a curlm session,
   which led to unnecessary API failures.

 * "git diff -W" output needs to extend the context backward to
   include the header line of the current function and also forward to
   include the body of the entire current function up to the header
   line of the next one.  This process may have to merge to adjacent
   hunks, but the code forgot to do so in some cases.

 * Performance tests done via "t/perf" did not use the same set of
   build configuration if the user relied on autoconf generated
   configuration.

 * "git format-patch --base=..." feature that was recently added
   showed the base commit information after "-- " e-mail signature
   line, which turned out to be inconvenient.  The base information
   has been moved above the signature line.

 * Even when "git pull --rebase=preserve" (and the underlying "git
   rebase --preserve") can complete without creating any new commit
   (i.e. fast-forwards), it still insisted on having a usable ident
   information (read: user.email is set correctly), which was less
   than nice.  As the underlying commands used inside "git rebase"
   would fail with a more meaningful error message and advice text
   when the bogus ident matters, this extra check was removed.

 * "git gc --aggressive" used to limit the delta-chain length to 250,
   which is way too deep for gaining additional space savings and is
   detrimental for runtime performance.  The limit has been reduced to
   50.

 * Documentation for individual configuration variables to control use
   of color (like `color.grep`) said that their default value is
   'false', instead of saying their default is taken from `color.ui`.
   When we updated the default value for color.ui from 'false' to
   'auto' quite a while ago, all of them broke.  This has been
   corrected.

 * A shell script example in check-ref-format documentation has been
   fixed.

 * "git checkout <word>" does not follow the usual disambiguation
   rules when the <word> can be both a rev and a path, to allow
   checking out a branch 'foo' in a project that happens to have a
   file 'foo' in the working tree without having to disambiguate.
   This was poorly documented and the check was incorrect when the
   command was run from a subdirectory.

 * Some codepaths in "git diff" used regexec(3) on a buffer that was
   mmap(2)ed, which may not have a terminating NUL, leading to a read
   beyond the end of the mapped region.  This was fixed by introducing
   a regexec_buf() helper that takes a <ptr,len> pair with REG_STARTEND
   extension.

 * The procedure to build Git on Mac OS X for Travis CI hardcoded the
   internal directory structure we assumed HomeBrew uses, which was a
   no-no.  The procedure has been updated to ask HomeBrew things we
   need to know to fix this.

 * When "git rebase -i" is given a broken instruction, it told the
   user to fix it with "--edit-todo", but didn't say what the step
   after that was (i.e. "--continue").

 * "git add --chmod=+x" added recently lacked documentation, which has
   been corrected.

 * "git add --chmod=+x <pathspec>" added recently only toggled the
   executable bit for paths that are either new or modified. This has
   been corrected to flip the executable bit for all paths that match
   the given pathspec.

 * "git pack-objects --include-tag" was taught that when we know that
   we are sending an object C, we want a tag B that directly points at
   C but also a tag A that points at the tag B.  We used to miss the
   intermediate tag B in some cases.

 * Documentation around tools to import from CVS was fairly outdated.

 * In the codepath that comes up with the hostname to be used in an
   e-mail when the user didn't tell us, we looked at ai_canonname
   field in struct addrinfo without making sure it is not NULL first.

Also contains minor documentation updates and 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