1 GIT v1.5.6.1 Release Notes
2 ==========================
7 * Last minute change broke loose object creation on AIX.
9 * (performance fix) We used to make $GIT_DIR absolute path early in the
10 programs but keeping it relative to the current directory internally
11 gives 1-3 per-cent performance boost.
13 * bash completion knows the new --graph option to git-log family.
16 * git-diff -c/--cc showed unnecessary "deletion" lines at the context
19 * git-for-each-ref ignored %(object) and %(type) requests for tag
22 * git-merge usage had a typo.
24 * Rebuilding of git-svn metainfo database did not take rewriteRoot
27 * Running "git-rebase --continue/--skip/--abort" before starting a
28 rebase gave nonsense error messages.