Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.5 for the third batch of topics
author
Junio C Hamano
<gitster@pobox.com>
Thu, 12 Sep 2013 21:42:47 +0000
(14:42 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 12 Sep 2013 21:42:47 +0000
(14:42 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.5.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d5d0a23
)
diff --git
a/Documentation/RelNotes/1.8.5.txt
b/Documentation/RelNotes/1.8.5.txt
index a142eee0c3f48e6379cd6f6492b366db6f902130..d6fb0c054acb9ba8fd19f7fba865304632d9feec 100644
(file)
--- 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".