diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-19 16:03:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-19 16:03:18 -0700 |
commit | 8c67c392e1620fc3b749aa9e0b8da13bd84226f8 (patch) | |
tree | 4d4b4c1e3670cdd9b6a373943f6d01c29df9ea7b /Documentation/RelNotes-1.7.2.2.txt | |
parent | 745654f82a3ea02b15c59991d4461090a00b5645 (diff) | |
download | git-8c67c392e1620fc3b749aa9e0b8da13bd84226f8.tar.gz git-8c67c392e1620fc3b749aa9e0b8da13bd84226f8.tar.xz |
Git 1.7.2.2v1.7.2.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.7.2.2.txt')
-rw-r--r-- | Documentation/RelNotes-1.7.2.2.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.7.2.2.txt b/Documentation/RelNotes-1.7.2.2.txt new file mode 100644 index 000000000..71eb6a8b0 --- /dev/null +++ b/Documentation/RelNotes-1.7.2.2.txt @@ -0,0 +1,22 @@ +Git v1.7.2.2 Release Notes +========================== + +Fixes since v1.7.2.1 +-------------------- + + * Object transfer over smart http transport deadlocked the client when + the remote HTTP server returned a failure, instead of erroring it out. + + * git-gui honors custom textconv filters when showing diff and blame; + + * git diff --relative=subdir (without the necessary trailing /) did not + work well; + + * "git diff-files -p --submodule" was recently broken; + + * "git checkout -b n ':/token'" did not work; + + * "git index-pack" (hence "git fetch/clone/pull/push") enabled the object + replacement machinery by mistake (it never should have); + +And other minor fixes and documentation updates. |