Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac491b6c
Commit
ac491b6c
authored
Apr 24, 2015
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* build-aux/gitlog-to-emacslog:
Use raw log format rather than wrapped one.
parent
e224c946
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
build-aux/gitlog-to-emacslog
build-aux/gitlog-to-emacslog
+1
-0
No files found.
build-aux/gitlog-to-emacslog
View file @
ac491b6c
...
@@ -34,6 +34,7 @@ test -d ${srcprefix}.git || {
...
@@ -34,6 +34,7 @@ test -d ${srcprefix}.git || {
# Use Gnulib's packaged ChangeLog generator.
# Use Gnulib's packaged ChangeLog generator.
${
srcprefix
}
build-aux/gitlog-to-changelog
--ignore-matching
=
'^; '
\
${
srcprefix
}
build-aux/gitlog-to-changelog
--ignore-matching
=
'^; '
\
--format
=
'%B'
\
"
$gen_origin
.."
>
"
${
distprefix
}
ChangeLog.tmp"
||
exit
"
$gen_origin
.."
>
"
${
distprefix
}
ChangeLog.tmp"
||
exit
if
test
-s
"
${
distprefix
}
ChangeLog.tmp"
;
then
if
test
-s
"
${
distprefix
}
ChangeLog.tmp"
;
then
...
...
Write
Preview
Markdown
is supported
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