Adam Tornhill
Adam Tornhill
Thanks for pointing this out! I always recommend running the Git commands in a Git BASH when on Windows, and I could extend the documentation with that info. What shell...
@bkakadiya What shell are you using for running the commands?
I'm closing this PR since the command wouldn't work in other shells. The best solution would be to clarify which shells to use on Windows.
Hi @rainyu119 code maat has thresholds that help you avoid false positives in larger systems. In case of change coupling, the relevant thresholds are `--min-revs` and `--min-shared-revs`. They are documented...
Yes, that's a good idea. So far I've done it by shell scripts that clean the output. But it would be possible to do much earlier in the analysis pipe,...
Sounds cool with a Perforce parser - would definitely be a good addition. First some background on my latest change: Instaparse is quite memory hungry. When I parsed the complete...
I've seen the GC overhead limit exception as well on the earlier version of Code Maat before the memory optimization. Did you manage to get the chunking working now? That...
Yes, please do that and I'll have a look. You can contact me at adam at adamtornhill dot com
Yes, I'd like to include a complete list of all analyses in the help text to start with. I think there are a few more I haven't documented. I'd also...
Yes, it's definitely a feature that simplifies (I usually do it via shell scripts). There are a few constraints: - The command line must be backwards compatible. I need it...