File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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--
3137exec >/var/tmp/1
3238echo O=$(git describe)
33- O=v1.7.0.2-53-g6eb3adf
39+ O=v1.7.0.2-69-g730b020
3440git shortlog --no-merges $O..
You can’t perform that action at this time.
0 commit comments