File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ Matthias Kestenholz <matthias@spinlock.ch> <mk@spinlock.ch>
151151Matthias Urlichs <matthias@urlichs.de> <smurf@kiste.(none)>
152152Matthias Urlichs <matthias@urlichs.de> <smurf@smurf.noris.de>
153153Michael Coleman <tutufan@gmail.com>
154- Michael J Gruber <git@drmicha.warpmail.net> <michaeljgruber+gmane@fastmail.fm>
154+ Michael J Gruber <git@grubix.eu> <michaeljgruber+gmane@fastmail.fm>
155+ Michael J Gruber <git@grubix.eu> <git@drmicha.warpmail.net>
155156Michael S. Tsirkin <mst@kernel.org> <mst@redhat.com>
156157Michael S. Tsirkin <mst@kernel.org> <mst@mellanox.co.il>
157158Michael S. Tsirkin <mst@kernel.org> <mst@dev.mellanox.co.il>
Original file line number Diff line number Diff line change @@ -58,4 +58,26 @@ Fixes since v2.12.1
5858 ignore anything after '>' when picking addresses, to allow non-address
5959 cruft like " # stable 4.4" after the address.
6060
61+ * "git push" had a handful of codepaths that could lead to a deadlock
62+ when unexpected error happened, which has been fixed.
63+
64+ * Code to read submodule.<name>.ignore config did not state the
65+ variable name correctly when giving an error message diagnosing
66+ misconfiguration.
67+
68+ * "git ls-remote" and "git archive --remote" are designed to work
69+ without being in a directory under Git's control. However, recent
70+ updates revealed that we randomly look into a directory called
71+ .git/ without actually doing necessary set-up when working in a
72+ repository. Stop doing so.
73+
74+ * The code to parse the command line "git grep <patterns>... <rev>
75+ [[--] <pathspec>...]" has been cleaned up, and a handful of bugs
76+ have been fixed (e.g. we used to check "--" if it is a rev).
77+
78+ * The code to parse "git -c VAR=VAL cmd" and set configuration
79+ variable for the duration of cmd had two small bugs, which have
80+ been fixed.
81+ This supersedes jc/config-case-cmdline topic that has been discarded.
82+
6183Also contains various documentation updates and code clean-ups.
Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ unreleased) version of Git, that is available from the 'master'
4444branch of the `git.git` repository.
4545Documentation for older releases are available here:
4646
47- * link:v2.12.1 /git.html[documentation for release 2.12.1 ]
47+ * link:v2.12.2 /git.html[documentation for release 2.12.2 ]
4848
4949* release notes for
50+ link:RelNotes/2.12.2.txt[2.12.2].
5051 link:RelNotes/2.12.1.txt[2.12.1].
5152 link:RelNotes/2.12.0.txt[2.12].
5253
You can’t perform that action at this time.
0 commit comments