Skip to content

Commit d8cf053

Browse files
committed
Git 1.7.12.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d4018a5 commit d8cf053

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Documentation/RelNotes/1.7.12.2.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Git 1.7.12.2 Release Notes
44
Fixes since v1.7.12.1
55
---------------------
66

7+
* When "git am" is fed an input that has multiple "Content-type: ..."
8+
header, it did not grok charset= attribute correctly.
9+
710
* Even during a conflicted merge, "git blame $path" always meant to
811
blame uncommitted changes to the "working tree" version; make it
912
more useful by showing cleanly merged parts as coming from the other
@@ -24,6 +27,11 @@ Fixes since v1.7.12.1
2427
is not their language, mildly irritating others. Localization to
2528
the line has been disabled for now.
2629

30+
* "git log --all-match --grep=A --grep=B" ought to show commits that
31+
mention both A and B, but when these three options are used with
32+
--author or --committer, it showed commits that mention either A or
33+
B (or both) instead.
34+
2735
* The subcommand to remove the definition of a remote in "git remote"
2836
was named "rm" even though all other subcommands were spelled out.
2937
Introduce "git remote remove" to remove confusion, and keep "rm" as

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.7.12.1/git.html[documentation for release 1.7.12.1]
46+
* link:v1.7.12.2/git.html[documentation for release 1.7.12.2]
4747

4848
* release notes for
49+
link:RelNotes/1.7.12.2.txt[1.7.12.2],
4950
link:RelNotes/1.7.12.1.txt[1.7.12.1],
5051
link:RelNotes/1.7.12.txt[1.7.12].
5152

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.12.1
4+
DEF_VER=v1.7.12.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)