gitk: Second try to work around the command line limit on Windows
[git/dscho.git] / Documentation / RelNotes-1.6.2.1.txt
blobdfa36416af24417b120b2ddf449bde40716e025f
1 GIT v1.6.2.1 Release Notes
2 ==========================
4 Fixes since v1.6.2
5 ------------------
7 * .gitignore learned to handle backslash as a quoting mechanism for
8   comment introduction character "#".
10 * timestamp output in --date=relative mode used to display timestamps that
11   are long time ago in the default mode; it now uses "N years M months
12   ago", and "N years ago".
14 * git-add -i/-p now works with non-ASCII pathnames.
16 * "git hash-object -w" did not read from the configuration file from the
17   correct .git directory.
19 * git-send-email learned to correctly handle multiple Cc: addresses.