Closed GoogleCodeExporter closed 8 years ago
I think this is coming from the git log command. If you run `gource
--git-log-command` it prints the command it uses, so you could try this and see
if you get the same thing.
Original comment by acaudw...@gmail.com
on 13 Sep 2010 at 9:54
Thank you for your answer!
Gource git log command appears to be
> git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8 --no-renames
I launched it and got detailed log (~28K). What can be wrong?
Original comment by alex.fra...@gmail.com
on 14 Sep 2010 at 12:30
Any idea what 'and' is referring to? Do you have a file called and?
If the command itself works, as a work around you can still write it to a file
first. ie:
{{{
git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8
--no-renames > gource.log
gource gource.log
}}}
Original comment by acaudw...@gmail.com
on 15 Sep 2010 at 11:06
> git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8
--no-renames > gource.log
> gource gource.log
This worked! Thank you very much!
[offtopic] Looks awesome :) I have 300Mb repo and 10 developers - this
animation is great!
Original comment by alex.fra...@gmail.com
on 17 Sep 2010 at 11:19
Original comment by acaudw...@gmail.com
on 17 Nov 2010 at 10:02
Original issue reported on code.google.com by
alex.fra...@gmail.com
on 13 Sep 2010 at 2:34