Skip to content

Commit e46fe3d

Browse files
committedApr 14, 2015
Git 2.4.0-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a1aa0c commit e46fe3d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed
 

‎Documentation/RelNotes/2.4.0.txt

+19-2
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,16 @@ notes for details).
297297
a user name with an at-sign in it.
298298
(merge 13d261e av/wincred-with-at-in-username-fix later to maint).
299299

300+
* "diff-highlight" (in contrib/) used to show byte-by-byte
301+
differences, which meant that multi-byte characters can be chopped
302+
in the middle. It learned to pay attention to character boundaries
303+
(assuming the UTF-8 payload).
304+
(merge 8d00662 jk/colors later to maint).
305+
306+
* "git merge --quiet" did not squelch messages from the underlying
307+
merge-recursive strategy.
308+
(merge 2bf15a3 jk/merge-quiet later to maint).
309+
300310
* Longstanding configuration variable naming rules has been added to
301311
the documentation.
302312
(merge 35840a3 jc/conf-var-doc later to maint).
@@ -361,7 +371,7 @@ notes for details).
361371
* We did not parse username followed by literal IPv6 address in SSH
362372
transport URLs, e.g. ssh://user@[2001:db8::1]:22/repo.git
363373
correctly.
364-
(merge 3f55cca tb/connect-ipv6-parse-fix later to maint).
374+
(merge 6b6c5f7 tb/connect-ipv6-parse-fix later to maint).
365375

366376
* The configuration variable 'mailinfo.scissors' was hard to
367377
discover in the documentation.
@@ -473,4 +483,11 @@ notes for details).
473483
(merge 260d585 sg/completion-gitcomp-nl-for-refs later to maint).
474484
(merge 777c55a jc/report-path-error-to-dir later to maint).
475485
(merge fddfaf8 ph/push-doc-cas later to maint).
476-
(merge 129260c ss/pull-rebase-preserve later to maint).
486+
(merge d50d31e ss/pull-rebase-preserve later to maint).
487+
(merge c8c3f1d pt/enter-repo-comment-fix later to maint).
488+
(merge d7bfb9e jz/gitweb-conf-doc-fix later to maint).
489+
(merge f907282 jk/cherry-pick-docfix later to maint).
490+
(merge d3c0811 iu/fix-parse-options-h-comment later to maint).
491+
(merge 6c3b2af jg/cguide-we-cannot-count later to maint).
492+
(merge 2b8bd44 jk/pack-corruption-post-mortem later to maint).
493+
(merge 9585cb8 jn/doc-fast-import-no-16-octopus-limit later to maint).

‎GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.4.0-rc1
4+
DEF_VER=v2.4.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)