1 Git v2.5.3 Release Notes
2 ========================
7 * The experimental untracked-cache feature were buggy when paths with
8 a few levels of subdirectories are involved.
10 * Recent versions of scripted "git am" has a performance regression
11 in "git am --skip" codepath, which no longer exists in the
12 built-in version on the 'master' front. Fix the regression in
13 the last scripted version that appear in 2.5.x maintenance track
16 Also contains typofixes, documentation updates and trivial code