just: format
This commit is contained in:
parent
74864f682e
commit
b6531a516e
4
justfile
4
justfile
@ -4,7 +4,6 @@
|
||||
# https://just.systems/man/en/chapter_31.html Functions
|
||||
# See also Makefile, Shake.hs
|
||||
|
||||
|
||||
@help:
|
||||
just -lu
|
||||
|
||||
@ -159,9 +158,8 @@ _gitSwitchAutoCreate BRANCH:
|
||||
# echo "wrote jargon.j"
|
||||
|
||||
# Extract ledger/hledger/beancount commit stats to project-commits.j.
|
||||
# See also https://hledger.org/reporting-version-control-stats.html
|
||||
@_projectcommits:
|
||||
# https://hledger.org/reporting-version-control-stats.html
|
||||
printf "account ledger\naccount hledger\naccount beancount\n\n" >project-commits.j
|
||||
for p in ledger hledger beancount; do git -C ../$p log --format="%cd (%h) %s%n ($p) 1%n" --date=short --reverse >> project-commits.j; done
|
||||
echo "wrote project-commits.j"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user