Skip to content

Commit

Permalink
Update draft release notes to 1.8.5 for the third batch of topics
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 12, 2013
1 parent d5d0a23 commit 89b1b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/RelNotes/1.8.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 89b1b47

Please sign in to comment.