Skip to content

Commit c524ceb

Browse files
committed
Git 1.7.8.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fba4f12 commit c524ceb

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Documentation/RelNotes/1.7.8.5.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Git v1.7.8.5 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.8.4
5+
--------------------
6+
7+
* Dependency on our thread-utils.h header file was missing for
8+
objects that depend on it in the Makefile.
9+
10+
* "git am" when fed an empty file did not correctly finish reading it
11+
when it attempts to guess the input format.
12+
13+
* "git grep -P" (when PCRE is enabled in the build) did not match the
14+
beginning and the end of the line correctly with ^ and $.
15+
16+
* "git rebase -m" tried to run "git notes copy" needlessly when
17+
nothing was rewritten.
18+
19+
Also contains minor fixes and documentation updates.

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

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.8.4.txt
1+
Documentation/RelNotes/1.7.8.5.txt

0 commit comments

Comments
 (0)