aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-12 14:42:47 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-12 14:42:47 -0700
commit89b1b47b0acc9012e137f84a92eacdacfde29dea (patch)
treed21d951067a57dd09ef6c2c855e6ab79f85066dd /Documentation/RelNotes
parentd5d0a23dbb5cb2adf5bfe23e7af48a2330b40de9 (diff)
downloadgit-89b1b47b0acc9012e137f84a92eacdacfde29dea.tar.gz
git-89b1b47b0acc9012e137f84a92eacdacfde29dea.tar.xz
Update draft release notes to 1.8.5 for the third batch of topics
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.8.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.5.txt b/Documentation/RelNotes/1.8.5.txt
index a142eee0c..d6fb0c054 100644
--- a/Documentation/RelNotes/1.8.5.txt
+++ b/Documentation/RelNotes/1.8.5.txt
@@ -63,6 +63,10 @@ Foreign interfaces, subsystems and ports.
UI, Workflows & Features
+ * "git config" did not provide a way to set or access numbers larger
+ than a native "int" on the platform; it now provides 64-bit signed
+ integers on all platforms.
+
* "git pull --rebase" always chose to do the bog-standard flattening
rebase. You can tell it to run "rebase --preserve-merges" by
setting "pull.rebase" configuration to "preserve".