Skip to content

Commit e6363a4

Browse files
committed
Git 1.8.1.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8b1bd02 commit e6363a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Documentation/RelNotes/1.8.1.5.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Fixes since v1.8.1.4
88
the command line where an option is expected, the option parser
99
used just one byte of the unknown letter when reporting an error.
1010

11+
* In v1.8.1, the attribute parser was tightened too restrictive to
12+
error out upon seeing an entry that begins with an ! (exclamation),
13+
which may confuse users to expect a "negative match", which does
14+
not exist. This has been demoted to a warning; such an entry is
15+
still ignored.
16+
1117
* "git apply --summary" has been taught to make sure the similarity
1218
value shown in its output is sensible, even when the input had a
1319
bogus value.

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.8.1.4/git.html[documentation for release 1.8.1.4]
46+
* link:v1.8.1.5/git.html[documentation for release 1.8.1.5]
4747

4848
* release notes for
49+
link:RelNotes/1.8.1.5.txt[1.8.1.5],
4950
link:RelNotes/1.8.1.4.txt[1.8.1.4],
5051
link:RelNotes/1.8.1.3.txt[1.8.1.3],
5152
link:RelNotes/1.8.1.2.txt[1.8.1.2],

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

66
LF='
77
'

0 commit comments

Comments
 (0)