Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
cde7fa78
Commit
cde7fa78
authored
Sep 10, 2017
by
Carsten Rose
Browse files
Fix problem with printing last GIT commit titles.
parent
79360da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
cde7fa78
...
...
@@ -16,7 +16,7 @@ Neue Versionsnummer
# complicated:
*
git log | grep -v -e '^commit ' -e '^Author: ' -e '^Date: ' -e '^Merge: ' > /tmp/out; pluma /tmp/out
# Zeigt alle Commits an, die seit dem aendern von NewVersion gemacht wurden! Das sollten alle Commits seit der letzten Version sein.
*
git log --pretty=%s --
since=
doc/NewVersion.md
*
git log --pretty=%s --
after="
`stat -c %y
doc/NewVersion.md
`
"
*
qfq/extension/Documentation/Release.rst
*
Den Inhalt von Release.rst kopieren nach qfq/extension/RELEASE.txt.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment