forked from felipec/git
-
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.
Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 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,59 @@ | ||
GIT v1.5.6 Release Notes | ||
======================== | ||
|
||
Updates since v1.5.5 | ||
-------------------- | ||
|
||
(subsystems) | ||
|
||
|
||
(portability) | ||
|
||
|
||
(performance) | ||
|
||
* "git rebase --onto $there $from $branch" used to switch to the tip of | ||
$branch only to immediately reset back to $from, smudging work tree | ||
files unnecessarily. This has been optimized. | ||
|
||
(usability, bells and whistles) | ||
|
||
* "git add -p" (and the "patch" subcommand of "git add -i") can choose to | ||
apply (or not apply) mode changes independently from contents changes. | ||
|
||
* "git bisect help" gives longer and more helpful usage information. | ||
|
||
* "git diff/log --dirstat" output is consistent between binary and textual | ||
changes. | ||
|
||
* "git gc --auto" honors a new pre-aut-gc hook to temporarily disable it. | ||
|
||
* "git log --pretty=tformat:<custom format>" gives a LF after each entry, | ||
instead of giving a LF between each pair of entries which is how | ||
"git log --pretty=format:<custom format>" works. | ||
|
||
* "git send-email" now can send out messages outside a git repository. | ||
|
||
* "git status" can optionally include output from "git submodule | ||
summary". | ||
|
||
* "gitweb" can read from a system-wide configuration file. | ||
|
||
(internal) | ||
|
||
* "git unpack-objects" and "git receive-pack" is now more strict about | ||
detecting breakage in the objects they receive over the wire. | ||
|
||
|
||
Fixes since v1.5.5 | ||
------------------ | ||
|
||
All of the fixes in v1.5.5 maintenance series are included in | ||
this release, unless otherwise noted. | ||
|
||
|
||
-- | ||
exec >/var/tmp/1 | ||
O=v1.5.5-56-g5f0734f | ||
echo O=`git describe refs/heads/master` | ||
git shortlog --no-merges $O..refs/heads/master ^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.5.1.txt | ||
Documentation/RelNotes-1.5.6.txt |