]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.7.7.6.txt
Merge branch 'cb/fsmonitor-intfix' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.7.6.txt
CommitLineData
804e97fc
JH
1Git v1.7.7.6 Release Notes
2==========================
3
4Fixes since v1.7.7.5
5--------------------
6
7 * The code to look up attributes for paths reused entries from a wrong
8 directory when two paths in question are in adjacent directories and
9 the name of the one directory is a prefix of the other.
10
00653435
JH
11 * A wildcard that matches deeper hierarchy given to the "diff-index" command,
12 e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
13 matching files even when there is no change.
14
8f83acf7
JH
15 * When producing a "thin pack" (primarily used in bundles and smart
16 HTTP transfers) out of a fully packed repository, we unnecessarily
17 avoided sending recent objects as a delta against objects we know
18 the other side has.
19
804e97fc 20Also contains minor fixes and documentation updates.