-
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 <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Aug 3, 2015
1 parent
29dce32
commit 8545932
Showing
4 changed files
with
25 additions
and
5 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,21 @@ | ||
Git v2.4.8 Release Notes | ||
======================== | ||
|
||
Fixes since v2.4.7 | ||
------------------ | ||
|
||
* Abandoning an already applied change in "git rebase -i" with | ||
"--continue" left CHERRY_PICK_HEAD and confused later steps. | ||
|
||
* Various fixes around "git am" that applies a patch to a history | ||
that is not there yet. | ||
|
||
* "git for-each-ref" reported "missing object" for 0{40} when it | ||
encounters a broken ref. The lack of object whose name is 0{40} is | ||
not the problem; the ref being broken is. | ||
|
||
* "git commit --cleanup=scissors" was not careful enough to protect | ||
against getting fooled by a line that looked like scissors. | ||
|
||
Also contains typofixes, documentation updates and trivial code | ||
clean-ups. |
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
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/2.4.7.txt | ||
Documentation/RelNotes/2.4.8.txt |