Documentation: explain optional arguments better
[git.git] / Documentation / RelNotes / 2.5.3.txt
blobd1436857cb543f1e2991ebbd81c134d710f21160
1 Git v2.5.3 Release Notes
2 ========================
4 Fixes since v2.5.2
5 ------------------
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
14    and older.
16 Also contains typofixes, documentation updates and trivial code
17 clean-ups.