Preston Martin
Preston Martin
Thanks for commenting @newren ! Yes, in particular, I am referring to your scenario 1 where a blob with a particular filename is being rewritten in history many times. I...
Thanks for the explanation @JLuszawski. That is exactly what I was try to convey 😄 In regards to your comment @newren, the scenarios I'm looking to count are when the...
cc: @tj-cappelletti @cvega
Hey @dylan-smith, sorry I linked the wrong issue in the comment 😭 It's corrected now.
Love this feature! We use multibranch pipelines heavily, and this would be an excellent feature to have.
One reason to use JSON would be that the settings file in VSCode uses JSON. I don't see the files conflicting in any way, but I do think it's a...
@ymartin59 , the biggest checkout calculations aren't for a specific checkout, they for the largest of each category for [any checkout](https://github.com/github/git-sizer/blob/b84ee4d41db733827387690506556739b0c02817/sizes/output.go#L580). Would a change that allows for the "top X"...
@Jetaldesai are you sure the user you are authenticated as has access to all 600+ repositories? Can you post an example of the repository size not being correct?
Thanks @woodruffw! I'm happy to add the test with your guidance, or you can feel free to add it 😃 Are you looking for the same test you implemented in...
The provider does log if there is a rate limit, but only when [running in debug mode](https://github.com/integrations/terraform-provider-github/blob/66b1d20a2656b3dfadced4648a8afc837dcd94b7/github/transport.go#L104). I think this should be as simple as replacing the [DEBUG] with info...