Skip to content

Commit a3b75b3

Browse files
committed
Sync with maint
* maint: Prepare for 2.3.5 2.3.2 release notes: typofix
2 parents 9e4ab3a + 2c97724 commit a3b75b3

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

Documentation/RelNotes/2.3.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fixes since v2.3.1
2424
"curl-config --vernum", which confused our build system.
2525

2626
* An earlier workaround to squelch unhelpful deprecation warnings
27-
from the complier on Mac OSX unnecessarily set minimum required
27+
from the compiler on Mac OSX unnecessarily set minimum required
2828
version of the OS, which the user might want to raise (or lower)
2929
for other reasons.
3030

Documentation/RelNotes/2.3.5.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Git v2.3.5 Release Notes
2+
========================
3+
4+
Fixes since v2.3.4
5+
------------------
6+
7+
* The prompt script (in contrib/) did not show the untracked sign
8+
when working in a subdirectory without any untracked files.
9+
10+
* Even though "git grep --quiet" is run merely to ask for the exit
11+
status, we spawned the pager regardless. Stop doing that.
12+
13+
* Recommend format-patch and send-email for those who want to submit
14+
patches to this project.
15+
16+
* An failure early in the "git clone" that started creating the
17+
working tree and repository could have resulted in some directories
18+
and files left without getting cleaned up.
19+
20+
* "git fetch" that fetches a commit using the allow-tip-sha1-in-want
21+
extension could have failed to fetch all the requested refs.
22+
23+
* The split-index mode introduced at v2.3.0-rc0~41 was broken in the
24+
codepath to protect us against a broken reimplementation of Git
25+
that writes an invalid index with duplicated index entries, etc.
26+
27+
* "git prune" used to largely ignore broken refs when deciding which
28+
objects are still being used, which could spread an existing small
29+
damage and make it a larger one.
30+
31+
* "git tag -h" used to show the "--column" and "--sort" options
32+
that are about listing in a wrong section.
33+
34+
* The transfer.hiderefs support did not quite work for smart-http
35+
transport.
36+
37+
* The code that reads from the ctags file in the completion script
38+
(in contrib/) did not spell ${param/pattern/string} substitution
39+
correctly, which happened to work with bash but not with zsh.
40+
41+
Also contains typofixes, documentation updates and trivial code clean-ups.

0 commit comments

Comments
 (0)