-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'maint' to sync with 1.7.2.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes-1.7.2.1.txt | ||
Documentation/RelNotes-1.7.2.2.txt |