We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19293d commit 8c7f788Copy full SHA for 8c7f788
Documentation/RelNotes-1.6.2.2.txt
@@ -27,9 +27,16 @@ Fixes since v1.6.2.1
27
* 'git-submodule add' did not tolerate extra slashes and ./ in the path it
28
accepted from the command line; it now is more lenient.
29
30
+* git-svn misbehaved when the project contained a path that began with
31
+ two dashes.
32
+
33
+* import-zips script (in contrib) did not compute the common directory
34
+ prefix correctly.
35
36
+Many small documentation updates are included as well.
37
38
---
39
exec >/var/tmp/1
-O=v1.6.2.1-23-g67c176f
40
+O=v1.6.2.1-46-gb19293d
41
echo O=$(git describe maint)
42
git shortlog --no-merges $O..maint
0 commit comments