faust
faust
Is there a reason why you grep all the crypted files? Checking just the first/last one should be sufficient, no? And I think the '-e' option could be used (instead...
Ok, I see. Problem is that on a big git repository both method are too slow (tested with 5261 files)... I would suggest the following on big repos: `$ git...
`xargs -0` is much better and elegant than my ugly `sed` indeed! Tested and adopted, thanks @rcoup!
BTW, if you need an even faster alternative, I recently discovered [ripgrep](https://github.com/BurntSushi/ripgrep). Here is a comparison on the [webkit](https://github.com/WebKit/webkit) repo: ```console ❯ git ls-tree -r --name-only -z HEAD | time...
That's obviously even better/cleaner, thanks @Cadair !
Hi @azet! Here is the PR for `shfmt` https://github.com/azet/community_bash_style_guide/pull/17. I have also found some 404: https://github.com/azet/community_bash_style_guide/pull/18
@joshuaboniface your blog post was extremely helpful, first because I could quickly implement mirrorbits for my organization and also because while searching for mirroring tools I found a very nice...
Hi @joshuaboniface thanks a lot for sharing. I'll try to work on adding this in the next weeks, not sure when though.
Hi! Please take a look at https://github.com/etix/mirrorbits/issues/105 and particularly at https://jellyfin.org/posts/mirrorbits-cdn/
Hi! I am also interested with this enhancement. In the mean time, @the-maldridge could you kindly share your patch for your custom version? Thanks!