Skip to content

Commit 4443091

Browse files
committed
Relnotes: remove items fixed on 'maint'
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 271c2aa commit 4443091

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Documentation/RelNotes/1.7.4.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,11 @@ Fixes since v1.7.3
9292
All of the fixes in v1.7.3.X maintenance series are included in this
9393
release, unless otherwise noted.
9494

95-
* Smart HTTP transport used to incorrectly retry redirected POST
96-
request with GET request (311e2ea006).
97-
98-
* "git apply" did not correctly handle patches that only change modes
99-
if told to apply while stripping leading paths with -p option (aae1f6ac).
100-
101-
* "git apply" can deal with patches with timezone formatted with a
102-
colon between the hours and minutes part (e.g. "-08:00" instead of
103-
"-0800").
104-
10595
* "git checkout" removed an untracked file "foo" from the working
10696
tree when switching to a branch that contains a tracked path
10797
"foo/bar". Prevent this, just like the case where the conflicting
10898
path were "foo" (c752e7f..7980872d).
10999

110-
* "git diff --check" reported an incorrect line number for added
111-
blank lines at the end of file (8837d335).
112-
113100
* "git log --author=me --author=her" did not find commits written by
114101
me or by her; instead it looked for commits written by me and by
115102
her, which is impossible.

0 commit comments

Comments
 (0)