Skip to content

Commit b65f30b

Browse files
committed
Merge branch 'maint'
2 parents 1ec6f48 + 9376c86 commit b65f30b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Documentation/RelNotes/1.7.12.3.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Git 1.7.12.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.12.2
5+
---------------------
6+
7+
* "git fetch" over http had an old workaround for an unlikely server
8+
misconfiguration; it turns out that this hurts debuggability of the
9+
configuration in general, and has been reverted.
10+
11+
* "git fetch" over http advertised that it supports "deflate", which
12+
is much less common, and did not advertise the more common "gzip" on
13+
its Accept-Encoding header.
14+
15+
* "git status" honored the ignore=dirty settings in .gitmodules but
16+
"git commit" didn't.
17+
18+
Also contains a handful of documentation updates.

po/sv.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: git 1.7.12\n"
99
"Report-Msgid-Bugs-To: Git Mailing List <[email protected]>\n"
1010
"POT-Creation-Date: 2012-09-15 10:21+0800\n"
11-
"PO-Revision-Date: 2012-09-21 08:06+0100\n"
11+
"PO-Revision-Date: 2012-10-02 08:15+0100\n"
1212
"Last-Translator: Peter Krefting <[email protected]>\n"
1313
"Language-Team: Swedish <[email protected]>\n"
1414
"Language: sv\n"

0 commit comments

Comments
 (0)