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 472fdee commit f051ad6Copy full SHA for f051ad6
Documentation/RelNotes/1.7.10.txt
@@ -22,6 +22,10 @@ UI, Workflows & Features
22
file to be included in-place when Git looks up configuration
23
variables.
24
25
+ * A content filter (clean/smudge) used to be just a way to make the
26
+ recorded contents "more useful", and allowed to fail; a filter can
27
+ new optionally be marked as "required".
28
+
29
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
30
that bracketed string other than "PATCH" at the beginning can be kept.
31
@@ -122,7 +126,7 @@ details).
122
126
123
127
---
124
128
exec >/var/tmp/1
125
-O=v1.7.9.2-301-g507fba2
129
+O=v1.7.9.2-322-g472fdee
130
echo O=$(git describe)
131
git log --first-parent --oneline ^maint $O..
132
echo
0 commit comments