source_optics
source_optics copied to clipboard
smarter git log processing
it would be nice to start the git log command at the sha of the last commit we saw, which I'm not positive is 100% safe in the event of force pushes, but... may be something we can deal with.
I have a crazy scenario ATM where a team pushed 500,000 files in a SINGLE git commit, and it is quite a lot just to process that one record, and it's also unneccessary to process that one record each time.