How can I use git log --pretty=format"" to output a git log in this format
timestamp|username|type|file
1275543595|andrew|A|src/main.cpp
How can I use git log --pretty=format"" to output a git log in this format
timestamp|username|type|file
1275543595|andrew|A|src/main.cpp
Sam Janssens
On
Am i correct in assuming that you are trying to get this format so you can have gource parse it ?
if so, check out : https://github.com/whitewhidow/live-git-for-gource/blob/master/git-live.sh
wich already does this, also, just check the code, so you can figure out how to get the correct format, in case you needed it for something else ..
Copyright © 2021 Jogjafile Inc.
Crude, but gets the job done
||git log exclude renames