Skip to content

Commit 7b6c583

Browse files
committed
Update draft release notes for 1.7.8.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2e8722f commit 7b6c583

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Documentation/RelNotes/1.7.8.1.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Git v1.7.8.1 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.8.1
5+
--------------------
6+
7+
* In some codepaths (notably, checkout and merge), the ignore patterns
8+
recorded in $GIT_DIR/info/exclude were not honored. They now are.
9+
10+
* After fetching from a remote that has very long refname, the reporting
11+
output could have corrupted by overrunning a static buffer.
12+
13+
* "git checkout" and "git merge" treated in-tree .gitignore and exclude
14+
file in $GIT_DIR/info/ directory inconsistently when deciding which
15+
untracked files are ignored and expendable.
16+
17+
Also contains minor fixes and documentation updates.

RelNotes

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

0 commit comments

Comments
 (0)