| 1 | Git v2.5.3 Release Notes |
| 2 | ======================== |
| 3 | |
| 4 | Fixes since v2.5.2 |
| 5 | ------------------ |
| 6 | |
| 7 | * The experimental untracked-cache feature were buggy when paths with |
| 8 | a few levels of subdirectories are involved. |
| 9 | |
| 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 |
| 14 | and older. |
| 15 | |
| 16 | Also contains typofixes, documentation updates and trivial code |
| 17 | clean-ups. |