Skip to content

Commit

Permalink
Git 2.4.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Apr 2, 2015
1 parent 3c6151d commit 6ae0d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Documentation/RelNotes/2.4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Backward compatibility warning(s)
---------------------------------

This release has a few changes in the user-visible output from
Porcelain commands, which the users may want to be aware of.
Porcelain commands. These are not meant to be parsed by scripts, but
the users still may want to be aware of the changes:

* Output from "git log --decorate" (and "%d" format specifier used in
the userformat "--format=<string>" parameter "git log" family of
Expand Down Expand Up @@ -216,7 +217,7 @@ notes for details).
(merge 339de50 dk/format-patch-ignore-diff-submodule later to maint).

* After attempting and failing a password-less authentication
(e.g. kerberos), libcURL refuses to fall back to password based
(e.g. Kerberos), libcURL refuses to fall back to password based
Basic authentication without a bit of help/encouragement.
(merge 4dbe664 bc/http-fallback-to-password-after-krb-fails later to maint).

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.4.0-rc0
DEF_VER=v2.4.0-rc1

LF='
'
Expand Down

0 comments on commit 6ae0d97

Please sign in to comment.