Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 2c78c91

Browse files
committed
Merge branch 'maint'
2 parents a3935e6 + 5ad3e16 commit 2c78c91

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/RelNotes/1.7.10.2.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Fixes since v1.7.10.1
2424
be both revision name and a pathname, even though $name can never be a
2525
path in the context of the command.
2626

27+
* The "include.path" facility in the configuration mechanism added in
28+
1.7.10 forgot to interpret "~/path" and "~user/path" as it should.
29+
2730
* "git config --rename-section" to rename an existing section into a
2831
bogus one did not check the new name.
2932

@@ -33,11 +36,33 @@ Fixes since v1.7.10.1
3336
* The report from "git fetch" said "new branch" even for a non branch
3437
ref.
3538

39+
* The http-backend (the server side of the smart http transfer) used
40+
to overwrite GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL with the
41+
value obtained from REMOTE_USER unconditionally, making it
42+
impossible for the server side site-specific customization to use
43+
different identity sources to affect the names logged. It now uses
44+
REMOTE_USER only as a fallback value.
45+
46+
* "log --graph" was not very friendly with "--stat" option and its
47+
output had line breaks at wrong places.
48+
3649
* Octopus merge strategy did not reduce heads that are recorded in the
3750
final commit correctly.
3851

52+
* "git push" over smart-http lost progress output a few releases ago;
53+
this release resurrects it.
54+
55+
* The insn sheet given by "rebase -i" did not make it clear that the
56+
insn lines can be re-ordered to affect the order of the commits in
57+
the resulting history.
58+
59+
* A contrib script "rerere-train" did not work out of the box unless
60+
user futzed with her $PATH.
61+
3962
* The i18n of error message "git stash save" was not properly done.
4063

64+
* "git submodule" used a sed script that some platforms mishandled.
65+
4166
* When using a Perl script on a system where "perl" found on user's
4267
$PATH could be ancient or otherwise broken, we allow builders to
4368
specify the path to a good copy of Perl with $PERL_PATH. The

0 commit comments

Comments
 (0)