Update draft release notes for 1.7.8.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
2e8722fc9e
commit
7b6c5836cf
17
Documentation/RelNotes/1.7.8.1.txt
Normal file
17
Documentation/RelNotes/1.7.8.1.txt
Normal file
@ -0,0 +1,17 @@
|
||||
Git v1.7.8.1 Release Notes
|
||||
==========================
|
||||
|
||||
Fixes since v1.7.8.1
|
||||
--------------------
|
||||
|
||||
* In some codepaths (notably, checkout and merge), the ignore patterns
|
||||
recorded in $GIT_DIR/info/exclude were not honored. They now are.
|
||||
|
||||
* After fetching from a remote that has very long refname, the reporting
|
||||
output could have corrupted by overrunning a static buffer.
|
||||
|
||||
* "git checkout" and "git merge" treated in-tree .gitignore and exclude
|
||||
file in $GIT_DIR/info/ directory inconsistently when deciding which
|
||||
untracked files are ignored and expendable.
|
||||
|
||||
Also contains minor fixes and documentation updates.
|
Loading…
Reference in New Issue
Block a user