We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f012d27 commit d6f8fd0Copy full SHA for d6f8fd0
Documentation/RelNotes-1.7.0.txt
@@ -50,6 +50,12 @@ Updates since v1.6.6
50
51
(usability, bells and whistles)
52
53
+ * "git commit --date='<date>'" can be used to override the author date
54
+ just like "git commit --author='<name> <email>'" can be used to
55
+ override the author identity.
56
+
57
+ * "git status" learned "-s(hort)" output format.
58
59
60
Fixes since v1.6.6
61
------------------
@@ -59,6 +65,6 @@ release, unless otherwise noted.
65
66
--
67
exec >/var/tmp/1
62
-O=v1.6.6-27-g648f407
68
+O=v1.6.6-101-gf012d27
63
69
echo O=$(git describe master)
64
70
git shortlog --no-merges $O..master ^maint
0 commit comments