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
99
1010* "git checkout $tree" did not trigger an error.
1111
12+ * "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake.
13+
1214* "git describe --all" complained when a commit is described with a tag,
1315 which was nonsense.
1416
17+ * "git fsck branch" did not work as advertised; instead it behaved the same
18+ way as "git fsck".
19+
1520* "git log --pretty=format:%s" did not handle a multi-line subject the
1621 same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.)
1722
@@ -38,7 +43,7 @@ Other documentation updates.
3843
3944---
4045exec >/var/tmp/1
41- O=v1.6.1-47-g914186a
46+ O=v1.6.1-60-g78f111e
4247echo O=$(git describe maint)
4348git shortlog --no-merges $O..maint
4449
You can’t perform that action at this time.
0 commit comments