-
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.
- Loading branch information
Junio C Hamano
committed
Apr 18, 2007
1 parent
0220f1e
commit ab60294
Showing
2 changed files
with
38 additions
and
1 deletion.
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,37 @@ | ||
GIT v1.5.1.2 Release Notes (draft) | ||
========================== | ||
|
||
Fixes since v1.5.1.1 | ||
-------------------- | ||
|
||
* Bugfixes | ||
|
||
- "git diff a/ b/" incorrectly fell in "diff between two | ||
filesystem objects" codepath, when the user most likely | ||
wanted to limit the extent of output to two tracked | ||
directories. | ||
|
||
- git-quiltimport had the same bug as we fixed for | ||
git-applymbox in v1.5.1.1 -- it gave an alarming "did not | ||
have any patch" message (but did not actually fail and was | ||
harmless). | ||
|
||
- various git-svn fixes. | ||
|
||
- Sample update hook incorrectly always refused requests to | ||
delete branches through push. | ||
|
||
- git-blame on a very long working tree path had buffer | ||
overrun problem. | ||
|
||
* Documentation updates | ||
|
||
- Various documentation updates from J. Bruce Fields, Frank | ||
Lichtenheld, Alex Riesen and others. Andrew Ruder started a | ||
war on undocumented options. | ||
|
||
--- | ||
exec >/var/tmp/1 | ||
O=v1.5.1.1-31-g0220f1e | ||
echo O=`git describe refs/heads/maint` | ||
git shortlog --no-merges $O..refs/heads/maint |
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.5.1.1.txt | ||
Documentation/RelNotes-1.5.1.2.txt |