1 Git v1.7.7 Release Notes
2 ========================
7 * The scripting part of the codebase is getting prepared for i18n/l10n.
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.
14 * "git diff --cc" learned to correctly ignore binary files.
16 * "git diff --stat" learned --stat-count option to limit the output of
19 * "git grep" learned --break and --heading options, to let users mimic
20 output format of "ack".
22 Also contains various documentation updates and minor miscellaneous
29 Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
30 included in this release.
34 echo O=$(git describe master)
36 git shortlog --no-merges ^maint ^$O master