From: Junio C Hamano Date: Sun, 23 Jun 2013 21:55:45 +0000 (-0700) Subject: Update draft release notes to 1.8.4 X-Git-Tag: v1.8.4-rc0~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f3a412dfaf2d12583e3286c6d20b403da8cc963;p=thirdparty%2Fgit.git Update draft release notes to 1.8.4 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.8.4.txt b/Documentation/RelNotes/1.8.4.txt index 408c602cc4..097654672d 100644 --- a/Documentation/RelNotes/1.8.4.txt +++ b/Documentation/RelNotes/1.8.4.txt @@ -39,6 +39,10 @@ UI, Workflows & Features thing after you set "user.name/email" to introduce yourselves to Git. Now the variable defaults to "auto". + * "git status" learned status.branch and status.short configuration + variables to use --branch and --short options by default (override + with --no-branch and --no-short options from the command line). + * "git cmd ", when happens to be a 40-hex string, directly uses the 40-hex string as an object name, even if a ref "refs//" exists. This disambiguation order