Heikki Hokkanen
Heikki Hokkanen
The indentation is 2 spaces, which is different from indentation used in dokuwiki2git - tabs (it's also different from PEP8 recommendation). Indentation should be consistent within the project, eg. tabs....
Hello Matthias, Did you actually run (clean) benchmarks to find out the optimal amount of processes for your setup? I dug up some old e-mail threads from when multiprocessing was...
I'm afraid this change would break things. For example, `gitstats . output/foo` would result in call to `os.path.basename('.')` which does not give expected result. I don't see why `os.path.abspath` should...
If I remember right, those abspath calls are there for a reason. `git log -Sabspath -p` might be useful here. One of those abspath calls is needed to get the...
As you posted on the mailing list, python behavior seems odd on Cygwin, more so in comparison to perl. I think it would be better that the actual problem is...
From gitstats manual page, FAQ section: Q: I have files in my git repository that I would like to exclude from the statistics, how do I do that? A: At...
Have you tried turning the `linear_linestats` option off?
I created similar issue #360 for Debian Jessie.
``` $ attic list repo/ attic: Error: Data integrity error $ attic check repo/ Starting repository check... Error reading segment 4716 attic: Exiting with failure status due to previous errors...
``` # time attic check --repair repo/ attic: Warning: 'check --repair' is an experimental feature that might result in data loss. Type "Yes I am sure" if you understand this...