File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,14 @@ Fixes since v1.6.1
9
9
10
10
* "git checkout $tree" did not trigger an error.
11
11
12
+ * "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.
13
+
12
14
* "git describe --all" complained when a commit is described with a tag,
13
15
which was nonsense.
14
16
17
+ * "git fsck branch" did not work as advertised; instead it behaved the same
18
+ way as "git fsck".
19
+
15
20
* "git log --pretty=format:%s" did not handle a multi-line subject the
16
21
same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)
17
22
@@ -38,7 +43,7 @@ Other documentation updates.
38
43
39
44
---
40
45
exec >/var/tmp/1
41
- O=v1.6.1-47-g914186a
46
+ O=v1.6.1-60-g78f111e
42
47
echo O=$(git describe maint)
43
48
git shortlog --no-merges $O..maint
44
49
You can’t perform that action at this time.
0 commit comments