Skip to content

Commit

Permalink
Update draft release notes to 1.8.4
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 Jun 23, 2013
1 parent 8ff80a2 commit 1f3a412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/RelNotes/1.8.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name>", when <name> happens to be a 40-hex string,
directly uses the 40-hex string as an object name, even if a ref
"refs/<some hierarchy>/<name>" exists. This disambiguation order
Expand Down

0 comments on commit 1f3a412

Please sign in to comment.