ignore non-zero git error when context is cancelled
Created by: camdencheek
When the context is cancelled, the git subprocess will be killed, causing a non-zero exit status with no stderr content. This is currently logged, but makes for a confusing message because there is no stderr. This is not actually an issue, so the error should be ignored.