Skip to content

Commit d0ccc82

Browse files
committed
Fourth batch of topics for 2.10
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f93370 commit d0ccc82

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

Documentation/RelNotes/2.10.0.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,26 @@ UI, Workflows & Features
5555
to the right border.
5656
(merge 066790d nd/graph-width-padded later to maint).
5757

58+
* A careless invocation of "git send-email directory/" after editing
59+
0001-change.patch with an editor often ends up sending both
60+
0001-change.patch and its backup file, 0001-change.patch~, causing
61+
embarrassment and a minor confusion. Detect such an input and
62+
offer to skip the backup files when sending the patches out.
63+
(merge 531220b jc/send-email-skip-backup later to maint).
64+
65+
* "git submodule update" that drives many "git clone" could
66+
eventually hit flaky servers/network conditions on one of the
67+
submodules; the command learned to retry the attempt.
68+
69+
* The output coloring scheme learned two new attributes, italic and
70+
strike, in addition to existing bold, reverse, etc.
71+
72+
* "git log" learns log.showSignature configuration variable, and a
73+
command line option "--no-show-signature" to countermand it.
74+
(merge fce04c3 mj/log-show-signature-conf later to maint).
75+
76+
* A couple of "git svn" updates.
77+
5878

5979
Performance, Internal Implementation, Development Support etc.
6080

@@ -116,6 +136,9 @@ Performance, Internal Implementation, Development Support etc.
116136
errors (instead of relying on GPG's exit status).
117137
(merge efee955 jk/gpg-interface-cleanup later to maint).
118138

139+
* Allow t/perf framework to use the features from the most recent
140+
version of Git even when testing an older installed version.
141+
119142

120143
Also contains various documentation updates and code clean-ups.
121144

@@ -219,6 +242,23 @@ notes for details).
219242
paths that are _inside_.
220243
(merge 09667d0 ao/p4-has-branch-prefix-fix later to maint).
221244

245+
* The top level documentation "git help git" still pointed at the
246+
documentation set hosted at now-defunct google-code repository.
247+
Update it to point to https://git.github.io/htmldocs/git.html
248+
instead.
249+
(merge f793582 jn/preformatted-doc-url later to maint).
250+
251+
* A helper function that takes the contents of a commit object and
252+
finds its subject line did not ignore leading blank lines, as is
253+
commonly done by other codepaths. Make it ignore leading blank
254+
lines to match.
255+
(merge 054a5ae js/find-commit-subject-ignore-leading-blanks later to maint).
256+
257+
* For a long time, we carried an in-code comment that said our
258+
colored output would work only when we use fprintf/fputs on
259+
Windows, which no longer is the case for the past few years.
260+
(merge 3d0a833 js/color-on-windows-comment later to maint).
261+
222262
* Other minor clean-ups and documentation updates
223263
(merge e51b0df pb/commit-editmsg-path later to maint).
224264
(merge b333d0d jk/send-pack-stdio later to maint).

0 commit comments

Comments
 (0)