File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
46
- * link:v2.5.2 /git.html[documentation for release 2.5.2 ]
46
+ * link:v2.5.3 /git.html[documentation for release 2.5.3 ]
47
47
48
48
* release notes for
49
+ link:RelNotes/2.5.3.txt[2.5.3],
49
50
link:RelNotes/2.5.2.txt[2.5.2],
50
51
link:RelNotes/2.5.1.txt[2.5.1],
51
52
link:RelNotes/2.5.0.txt[2.5].
You can’t perform that action at this time.
0 commit comments