mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use different format specifier to make older git versions happy
This commit is contained in:
@@ -122,7 +122,7 @@ then
|
||||
[ -n "$GIT_CMD" ] || GIT_CMD=git
|
||||
if [ "$request" = "date" ]
|
||||
then
|
||||
exec "$GIT_CMD" --git-dir "${real_gitdir}" log -1 --format=%cd --date=format:"%Y-%m-%d"
|
||||
exec "$GIT_CMD" --git-dir "${real_gitdir}" log -1 --format=%cd --date=short
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user