Skip to content

Commit 53cdd4e

Browse files
committed
Git 1.8.1.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a77133e commit 53cdd4e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/1.8.1.2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,22 @@ Git 1.8.1.2 Release Notes
44
Fixes since v1.8.1.1
55
--------------------
66

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+
717
* "git archive" did not record uncompressed size in the header when
818
streaming a zip archive, which confused some implementations of unzip.
919

1020
* When users spelled "cc:" in lowercase in the fake "header" in the
1121
trailer part, "git send-email" failed to pick up the addresses from
1222
there. As e-mail headers field names are case insensitive, this
1323
script should follow suit and treat "cc:" and "Cc:" the same way.
24+
25+
Also contains various documentation fixes.

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.8.1.1
4+
DEF_VER=v1.8.1.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)