summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-12 17:49:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-12 19:04:44 (GMT)
commit0da7a53a76b48ea1b2ee6ebe7bd7fbcd7d5c3f9d (patch)
tree807bae67ab1a264d07ebe6944ff3fc2adb5f7ac6
parentfb1c85d2e9777f620ba39e4c2552873bfb4b47f0 (diff)
downloadgit-0da7a53a76b48ea1b2ee6ebe7bd7fbcd7d5c3f9d.zip
git-0da7a53a76b48ea1b2ee6ebe7bd7fbcd7d5c3f9d.tar.gz
git-0da7a53a76b48ea1b2ee6ebe7bd7fbcd7d5c3f9d.tar.bz2
Update draft release notes for 1.8.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.8.4.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.4.txt b/Documentation/RelNotes/1.8.4.txt
index 0e50df8..4250e5a 100644
--- a/Documentation/RelNotes/1.8.4.txt
+++ b/Documentation/RelNotes/1.8.4.txt
@@ -79,6 +79,13 @@ Foreign interfaces, subsystems and ports.
UI, Workflows & Features
+ * "gitweb" learned to optionally place extra links that point at the
+ levels higher than the Gitweb pages themselves in the breadcrumbs,
+ so that it can be used as part of a larger installation.
+
+ * "git log --format=" now honors i18n.logoutputencoding configuration
+ variable.
+
* The "push.default=simple" mode of "git push" has been updated to
behave like "current" without requiring a remote tracking
information, when you push to a remote that is different from where