]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.8.1.2.txt
l10n: fr v2.23.0 round 2
[thirdparty/git.git] / Documentation / RelNotes / 1.8.1.2.txt
CommitLineData
74f3267b
JH
1Git 1.8.1.2 Release Notes
2=========================
3
4Fixes since v1.8.1.1
5--------------------
6
53cdd4e1
JH
7 * An element on GIT_CEILING_DIRECTORIES list that does not name the
8 real path to a directory (i.e. a symbolic link) could have caused
9 the GIT_DIR discovery logic to escape the ceiling.
10
11 * Command line completion for "tcsh" emitted an unwanted space
12 after completing a single directory name.
13
14 * Command line completion leaked an unnecessary error message while
15 looking for possible matches with paths in <tree-ish>.
16
74f3267b
JH
17 * "git archive" did not record uncompressed size in the header when
18 streaming a zip archive, which confused some implementations of unzip.
19
20 * When users spelled "cc:" in lowercase in the fake "header" in the
21 trailer part, "git send-email" failed to pick up the addresses from
22 there. As e-mail headers field names are case insensitive, this
23 script should follow suit and treat "cc:" and "Cc:" the same way.
53cdd4e1
JH
24
25Also contains various documentation fixes.