Skip to content

Commit

Permalink
Revert git log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Jan 30, 2024
1 parent 610a34a commit dbce403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dist/git_rev.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo '['
git rev-list --ancestry-path $1..$2 | while read sha1; do
full_diff="$(git show --format='' $sha1 | sed 's/\"/\\\"/g')"
git --no-pager show --format="{%n \"commit_hash\": \"%H\",%n \"author\": \"%an\",%n \"date\": \"%ad\",%n \"commit_message\": '%s',%n }," -s $sha1
git --no-pager show --format="{%n \"commit_hash\": \"%H\",%n \"author\": \"%an\",%n \"date\": \"%ad\",%n \"commit_message\": \"%s\",%n }," -s $sha1
done
echo ']'

0 comments on commit dbce403

Please sign in to comment.