From: Junio C Hamano Date: Thu, 12 Sep 2013 21:42:47 +0000 (-0700) Subject: Update draft release notes to 1.8.5 for the third batch of topics X-Git-Tag: v1.8.5-rc0~138 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/89b1b47b0acc9012e137f84a92eacdacfde29dea Update draft release notes to 1.8.5 for the third batch of topics Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.8.5.txt b/Documentation/RelNotes/1.8.5.txt index a142eee0c3..d6fb0c054a 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".