Skip to content

Commit 8fe5d87

Browse files
committed
Update draft release notes to 1.7.0.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 730b020 commit 8fe5d87

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/RelNotes-1.7.0.3.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ Fixes since v1.7.0.2
99

1010
* "git add -i" didn't handle a deleted path very well.
1111

12+
* "git blame" padded line numbers with one extra SP when the total number
13+
of lines was one less than multiple of ten due to an off-by-one error.
14+
1215
* "git fetch --all/--multi" used to discard information for remotes that
1316
are fetched earlier.
1417

1518
* "git log --author=me --grep=it" tried to find commits that have "it"
1619
or are written by "me", instead of the ones that have "it" _and_ are
1720
written by "me".
1821

22+
* "git log -g branch" misbehaved when there was no entries in the reflog
23+
for the named branch.
24+
1925
* "git mailinfo" (hence "git am") incorrectly removed initial indent from
2026
paragraphs.
2127

@@ -30,5 +36,5 @@ And other minor fixes and documentation updates.
3036
--
3137
exec >/var/tmp/1
3238
echo O=$(git describe)
33-
O=v1.7.0.2-53-g6eb3adf
39+
O=v1.7.0.2-69-g730b020
3440
git shortlog --no-merges $O..

0 commit comments

Comments
 (0)