mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-30 17:58:46 -04:00
build: quiet build and verbose changelog
This commit is contained in:
parent
7a70535553
commit
3c2bba2a9a
4 changed files with 14 additions and 7 deletions
|
@ -84,7 +84,7 @@ fi
|
|||
## project per directory. The disadvantage of the changelog below is it
|
||||
# #doesn't differentiate commits per version and release, but per commit id.
|
||||
if test "${key}" = "changelog"; then
|
||||
changelog="$(TZ=UTC0 git log -n 50 --format=format:"* %cd %an <%ae> - %h%n- %s%n%n" --date=format:"%a %b %d %Y" -- "${project_dir}" | sed -re "s/^- +- */- /;/^$/d")"
|
||||
changelog="$(TZ=UTC0 git log -n 50 --format=format:"* %cd %an <%ae> - %h%n- %s%n" --date=format:"%a %b %d %Y" -- "${project_dir}" | sed -re "s/^- +- */- /")"
|
||||
fi
|
||||
|
||||
if test "${key}" = "description"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue