]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.7.7.5.txt
Merge branch 'tb/ci-run-cocci-with-18.04' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.7.5.txt
CommitLineData
66c11f02
JH
1Git v1.7.7.5 Release Notes
2==========================
3
4Fixes since v1.7.7.4
5--------------------
6
7 * After fetching from a remote that has very long refname, the reporting
8 output could have corrupted by overrunning a static buffer.
9
10 * "git checkout" and "git merge" treated in-tree .gitignore and exclude
11 file in $GIT_DIR/info/ directory inconsistently when deciding which
12 untracked files are ignored and expendable.
13
14Also contains minor fixes and documentation updates.