Skip to content

Commit e629a7d

Browse files
committed
Sync with 2.13.2
Signed-off-by: Junio C Hamano <[email protected]>
2 parents a2ba37c + 8c8e978 commit e629a7d

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

Documentation/RelNotes/2.13.2.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,21 @@ Fixes since v2.13.1
3434
* "git pull --rebase --autostash" didn't auto-stash when the local history
3535
fast-forwards to the upstream.
3636

37+
* "git describe --contains" penalized light-weight tags so much that
38+
they were almost never considered. Instead, give them about the
39+
same chance to be considered as an annotated tag that is the same
40+
age as the underlying commit would.
41+
42+
* The result from "git diff" that compares two blobs, e.g. "git diff
43+
$commit1:$path $commit2:$path", used to be shown with the full
44+
object name as given on the command line, but it is more natural to
45+
use the $path in the output and use it to look up .gitattributes.
46+
47+
* A flaky test has been corrected.
48+
49+
* Help contributors that visit us at GitHub.
50+
51+
* "git stash push <pathspec>" did not work from a subdirectory at all.
52+
Bugfix for a topic in v2.13
53+
3754
Also contains various documentation updates and code clean-ups.

Documentation/RelNotes/2.14.0.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ notes for details).
296296
they were almost never considered. Instead, give them about the
297297
same chance to be considered as an annotated tag that is the same
298298
age as the underlying commit would.
299-
(merge ef1e74065c jc/name-rev-lw-tag later to maint).
300299

301300
* The "run-command" API implementation has been made more robust
302301
against dead-locking in a threaded environment.
@@ -322,7 +321,6 @@ notes for details).
322321
$commit1:$path $commit2:$path", used to be shown with the full
323322
object name as given on the command line, but it is more natural to
324323
use the $path in the output and use it to look up .gitattributes.
325-
(merge 30d005c020 jk/diff-blob later to maint).
326324

327325
* The "collision detecting" SHA-1 implementation shipped with 2.13
328326
was quite broken on some big-endian platforms and/or platforms that
@@ -343,7 +341,6 @@ notes for details).
343341
fast-forwards to the upstream.
344342

345343
* A flaky test has been corrected.
346-
(merge 7c2115aa07 jk/pack-idx-corruption-safety later to maint).
347344

348345
* "git $cmd -h" for builtin commands calls the implementation of the
349346
command (i.e. cmd_$cmd() function) without doing any repository
@@ -352,11 +349,9 @@ notes for details).
352349
(merge d691551192 jk/consistent-h later to maint).
353350

354351
* Help contributors that visit us at GitHub.
355-
(merge 0b1bb0c032 ls/github later to maint).
356352

357353
* "git stash push <pathspec>" did not work from a subdirectory at all.
358354
Bugfix for a topic in v2.13
359-
(merge 22fc703ec9 ps/stash-push-pathspec-fix later to maint).
360355

361356
* As there is no portable way to pass timezone information to
362357
strftime, some output format from "git log" and friends are
@@ -391,11 +386,4 @@ notes for details).
391386
(merge dc8441fdb4 bw/config-h later to maint).
392387

393388
* Other minor doc, test and build updates and code cleanups.
394-
(merge 8ba74bfd7c jc/diff-tree-stale-comment later to maint).
395-
(merge 68602c01fd sb/submodule-rm-absorb later to maint).
396389
(merge 68241cb9dd sb/t4005-modernize later to maint).
397-
(merge ae52d57f0b km/test-mailinfo-b-failure later to maint).
398-
(merge 8b1d9136e1 sg/revision-parser-skip-prefix later to maint).
399-
(merge bb8efa1772 sd/t3200-branch-m-test later to maint).
400-
(merge 8abc09c0e3 sg/doc-pretty-formats later to maint).
401-
(merge 680b469e83 sn/reset-doc-typofix later to maint).

0 commit comments

Comments
 (0)