Skip to content

Commit 10d4332

Browse files
committed
The seventh batch of topics graduated to 'master'
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a75aba4 commit 10d4332

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ UI, Workflows & Features
1919
variables with REMOTE_USER and REMOTE_ADDR, but these variables are
2020
now preserved when set.
2121

22+
* "include.path" mechanism of the configuration files learned to
23+
understand "~/path" and "~user/path".
24+
2225
* "git am" learned the "--include" option, which is an opposite of
2326
existing the "--exclude" option.
2427

@@ -47,12 +50,19 @@ Foreign Interface
4750
* "git svn" used to die with unwanted SIGPIPE when talking with HTTP
4851
server that uses keep-alive.
4952

53+
* "git svn" learned to use platform specific authentication
54+
providers, e.g. gnome-keyring, kwallet, etc.
55+
5056
* "git p4" has been moved out of contrib/ area.
5157

5258
Performance
5359

5460
* "git apply" had some memory leaks plugged.
5561

62+
* "git repack" used to write out unreachable objects as loose objects
63+
when repacking, even if such loose objects will immediately pruned
64+
due to its age.
65+
5666
* Setting up a revision traversal with many starting points was
5767
inefficient as these were placed in a date-order priority queue
5868
one-by-one. Now they are collected in the queue unordered first,
@@ -86,6 +96,12 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
8696
releases are contained in this release (see release notes to them for
8797
details).
8898

99+
* The test scaffolding for git-daemon was flaky.
100+
(merge 46e3581 js/daemon-test-race-fix later to maint).
101+
102+
* The test scaffolding for fast-import was flaky.
103+
(merge 7fb8e16 pw/t5800-import-race-fix later to maint).
104+
89105
* Octopus merge strategy did not reduce heads that are recorded in the
90106
final commit correctly.
91107
(merge 5802f81 jc/merge-reduce-parents-early later to maint).

0 commit comments

Comments
 (0)