Skip to content

Commit 271c2aa

Browse files
committed
Merge branch 'maint'
2 parents b361888 + c6d059b commit 271c2aa

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

Documentation/RelNotes/1.7.3.4.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Git v1.7.3.4 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.3.3
5+
--------------------
6+
7+
* Smart HTTP transport used to incorrectly retry redirected POST
8+
request with GET request.
9+
10+
* "git apply" did not correctly handle patches that only change modes
11+
if told to apply while stripping leading paths with -p option.
12+
13+
* "git apply" can deal with patches with timezone formatted with a
14+
colon between the hours and minutes part (e.g. "-08:00" instead of
15+
"-0800").
16+
17+
* "git cherry-pick" or "git revert" refused to work when a path that
18+
would be modified by the operation was stat-dirty without a real
19+
difference in the contents of the file.
20+
21+
* "git diff --check" reported an incorrect line number for added
22+
blank lines at the end of file.
23+
24+
* Setting log.decorate configuration variable to "0" or "1" to mean
25+
"false" or "true" did not work.
26+
27+
* "git tag -v" did not work with GPG signatures in rfc1991 mode.
28+
29+
* The post-receive-email sample hook was accidentally broken in 1.7.3.3
30+
update.
31+
32+
Other minor fixes and documentation updates are also included.

Documentation/git-send-email.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ have been specified, in which case default to 'compose'.
322322
Default is the value of 'sendemail.validate'; if this is not set,
323323
default to '--validate'.
324324

325+
--force::
326+
Send emails even if safety checks would prevent it.
327+
325328

326329
CONFIGURATION
327330
-------------

0 commit comments

Comments
 (0)