How to generate log for Gource to use #268
-
Hi. I was trying to figure this out for some time but wasn't successful. This question is more about Git than Gource, I hope it doesn't mind. I need git to generate the log in the format acceptable by Gource. I am talking about the following format:
I have many commits that are modifying multiple files, but I need to have all files on separate lines. They would just have the same timestamp value. I know that Gource can accept the git log format generated by this command:
but I need to modify the names of users, that added certain files (even if the files were added in the same commit as files, whose authors I don't want to modify). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh heck yeah! Just like with everything, I find the answer randomly an hour or two after asking. If anyone wants to know, you just need to go to the parent folder of your repository and run |
Beta Was this translation helpful? Give feedback.
Oh heck yeah! Just like with everything, I find the answer randomly an hour or two after asking.
If anyone wants to know, you just need to go to the parent folder of your repository and run
gource --output-custom-log log.txt <NameOfFolderWithYourRepo>