Skip to content

Commit

Permalink
Update draft release notes for 1.7.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 14, 2011
1 parent 2e8722f commit 7b6c583
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Documentation/RelNotes/1.7.8.1.txt
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 7b6c583

Please sign in to comment.