File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1313
1414(subsystems)
1515
16- * ...
16+ * gitk can call out to git-gui to view "git blame" output; git-gui in turn
17+ can run gitk from its blame view.
1718
1819(portability)
1920
@@ -108,8 +109,12 @@ release, unless otherwise noted.
108109* "git push --tags --all $there" failed with generic usage message without
109110 telling saying these two options are incompatible.
110111
112+ * "git log --author/--committer" match used to potentially match the
113+ timestamp part, exposing internal implementation detail. Also these did
114+ not work with --fixed-strings match at all.
115+
111116--
112117exec >/var/tmp/1
113- O=v1.6.0.1-215-g9b8ae93
118+ O=v1.6.0.1-266-gaf9552f
114119echo O=$(git describe master)
115120git shortlog --no-merges $O..master ^maint
You can’t perform that action at this time.
0 commit comments