Merge branch 'rb/hpe'
[git.git] / Documentation / RelNotes / 1.7.2.2.txt
blob71eb6a8b0a5a48dba515aa20bfc2d077e6b85a50
1 Git v1.7.2.2 Release Notes
2 ==========================
4 Fixes since v1.7.2.1
5 --------------------
7  * Object transfer over smart http transport deadlocked the client when
8    the remote HTTP server returned a failure, instead of erroring it out.
10  * git-gui honors custom textconv filters when showing diff and blame;
12  * git diff --relative=subdir (without the necessary trailing /) did not
13    work well;
15  * "git diff-files -p --submodule" was recently broken;
17  * "git checkout -b n ':/token'" did not work;
19  * "git index-pack" (hence "git fetch/clone/pull/push") enabled the object
20    replacement machinery by mistake (it never should have);
22 And other minor fixes and documentation updates.