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
9
9
10
10
* "git add -i" didn't handle a deleted path very well.
11
11
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
+
12
15
* "git fetch --all/--multi" used to discard information for remotes that
13
16
are fetched earlier.
14
17
15
18
* "git log --author=me --grep=it" tried to find commits that have "it"
16
19
or are written by "me", instead of the ones that have "it" _and_ are
17
20
written by "me".
18
21
22
+ * "git log -g branch" misbehaved when there was no entries in the reflog
23
+ for the named branch.
24
+
19
25
* "git mailinfo" (hence "git am") incorrectly removed initial indent from
20
26
paragraphs.
21
27
@@ -30,5 +36,5 @@ And other minor fixes and documentation updates.
30
36
--
31
37
exec >/var/tmp/1
32
38
echo O=$(git describe)
33
- O=v1.7.0.2-53-g6eb3adf
39
+ O=v1.7.0.2-69-g730b020
34
40
git shortlog --no-merges $O..
You can’t perform that action at this time.
0 commit comments