Skip to content

Commit ada6a41

Browse files
committed
Prepare for 1.7.3.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3055d78 commit ada6a41

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/1.7.3.4.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,26 @@ Fixes since v1.7.3.3
1414
colon between the hours and minutes part (e.g. "-08:00" instead of
1515
"-0800").
1616

17+
* "git checkout" removed an untracked file "foo" from the working
18+
tree when switching to a branch that contains a tracked path
19+
"foo/bar". Prevent this, just like the case where the conflicting
20+
path were "foo" (c752e7f..7980872d).
21+
1722
* "git cherry-pick" or "git revert" refused to work when a path that
1823
would be modified by the operation was stat-dirty without a real
1924
difference in the contents of the file.
2025

2126
* "git diff --check" reported an incorrect line number for added
2227
blank lines at the end of file.
2328

29+
* "git imap-send" failed to build under NO_OPENSSL.
30+
2431
* Setting log.decorate configuration variable to "0" or "1" to mean
2532
"false" or "true" did not work.
2633

34+
* "git push" over dumb HTTP protocol did not work against WebDAV
35+
servers that did not terminate a collection name with a slash.
36+
2737
* "git tag -v" did not work with GPG signatures in rfc1991 mode.
2838

2939
* The post-receive-email sample hook was accidentally broken in 1.7.3.3

0 commit comments

Comments
 (0)