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