We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d0a23 commit 89b1b47Copy full SHA for 89b1b47
Documentation/RelNotes/1.8.5.txt
@@ -63,6 +63,10 @@ Foreign interfaces, subsystems and ports.
63
64
UI, Workflows & Features
65
66
+ * "git config" did not provide a way to set or access numbers larger
67
+ than a native "int" on the platform; it now provides 64-bit signed
68
+ integers on all platforms.
69
+
70
* "git pull --rebase" always chose to do the bog-standard flattening
71
rebase. You can tell it to run "rebase --preserve-merges" by
72
setting "pull.rebase" configuration to "preserve".
0 commit comments