Linus Oleander

Results 39 comments of Linus Oleander
trafficstars

Could you verify that your pattern `KidFund/Pods/*` is matched here http://www.globtester.com/?

Just released a possible fix. Please give 3.1.1 a try.

Hi! That's the number of files, not loc. So you would have 21 java files for the first user and 2485 for the second one.

You're right. The original intent was (after verifying the old code) to count the number of lines per file type, not the number of files. Thanks for your bug report.

@waldyrious Thanks for the clarification. @ORESoftware `git-fame` only looks at `HEAD` using `git blame` to generate its statistics, a snapshot of contributions to a project–if you will. That's why it's...

@waldyrious Feel free to add it to the README ツ

It runs blame on every file in HEAD tracked by git. It then summarizes each line for each file and returns the result. tors 16 apr. 2020 kl. 18:35 skrev...

@ORESoftware Just read your edit. The difference is that this tool only looks at active contributions. Let's say you wrote 5 LOC. 4 of them were later overridden, deleted or...

Hi, That's not currently possible. Could you provide an example of how such an API would look?

This could be achieved using the `--format=cvs` option, but I'm open for ideas.