1Git v1.7.7 Release Notes 2======================== 3 4Updates since v1.7.6 5-------------------- 6 7 * The scripting part of the codebase is getting prepared for i18n/l10n. 8 9 * "git checkout" (both the code to update the files upon checking out a 10 different branch, the code to checkout specific set of files) learned 11 to stream the data from object store when possible, without having to 12 read the entire contents of a file in memory first. 13 14 * "git diff --cc" learned to correctly ignore binary files. 15 16 * "git diff --stat" learned --stat-count option to limit the output of 17 diffstat report. 18 19 * "git grep" learned --break and --heading options, to let users mimic 20 output format of "ack". 21 22Also contains various documentation updates and minor miscellaneous 23changes. 24 25 26Fixes since v1.7.6 27------------------ 28 29Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are 30included in this release. 31 32-- 33exec >/var/tmp/1 34echo O=$(git describe master) 35O=v1.7.6-133-g395f65d 36git shortlog --no-merges ^maint ^$O master