Skip to content

Commit 3188ab3

Browse files
committed
Post 2.3 cycle (batch #2)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a158904 commit 3188ab3

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

RelNotes

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,51 @@ notes for details).
6262
(e.g. kerberos), libcURL refuses to fall back to password based
6363
Basic authentication without a bit of help/encouragement.
6464
(merge 4dbe664 bc/http-fallback-to-password-after-krb-fails later to maint).
65+
66+
* The "git push" documentation made the "--repo=<there>" option
67+
easily misunderstood.
68+
(merge 57b92a7 mg/push-repo-option-doc later to maint).
69+
70+
* Code to read branch name from various files in .git/ directory
71+
would have misbehaved if the code to write them left an empty file.
72+
(merge 66ec904 jk/status-read-branch-name-fix later to maint).
73+
74+
* A misspelled conditional that is always true has been fixed.
75+
(merge 94ee8e2 jk/remote-curl-an-array-in-struct-cannot-be-null later to maint).
76+
77+
* The documentation incorrectly said that C(opy) and R(ename) are the
78+
only ones that can be followed by the score number in the output in
79+
the --raw format.
80+
(merge ac1c2d9 jc/diff-format-doc later to maint).
81+
82+
* A broken pack .idx file in the receiving repository prevented the
83+
dumb http transport from fetching a good copy of it from the other
84+
side.
85+
(merge 8b9c2dd jk/dumb-http-idx-fetch-fix later to maint).
86+
87+
* The error message from "git commit", when a non-existing author
88+
name was given as value to the "--author=" parameter, has been
89+
reworded to avoid misunderstanding.
90+
(merge 1044b1f mg/commit-author-no-match-malformed-message later to maint).
91+
92+
* "git log --help" used to show rev-list options that are irrelevant
93+
to the "log" command.
94+
(merge 3cab02d jc/doc-log-rev-list-options later to maint).
95+
96+
* "git apply --whitespace=fix" used to under-allocate the memory when
97+
the fix resulted in a longer text than the original patch.
98+
(merge 407a792 jc/apply-ws-fix-expands later to maint).
99+
100+
* The interactive "show a list and let the user choose from it"
101+
interface "add -i" used showed and prompted to the user even when
102+
the candidate list was empty, against which the only "choice" the
103+
user could have made was to choose nothing.
104+
(merge a9c4641 ak/add-i-empty-candidates later to maint).
105+
106+
* The insn sheet "git rebase -i" creates did not fully honor
107+
core.abbrev settings.
108+
(merge edb72d5 ks/rebase-i-abbrev later to maint).
109+
110+
* "git fetch" over a remote-helper that cannot respond to "list"
111+
command could not fetch from a symbolic reference e.g. HEAD.
112+
(merge 33cae54 mh/deref-symref-over-helper-transport later to maint).

0 commit comments

Comments
 (0)