summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.8.1.txt
blob: 0e8bd9f5eeba1be4971e6d81df943c9d9a5f74f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.