bors-rs / bors

Apache License 2.0
15 stars 12 forks source link

git: Panic if ssh key file is not found #7

Closed jnaulty closed 4 years ago

jnaulty commented 4 years ago

The reading of the ssh-key-file occurs at the time git uses the GIT_SSH_COMMAND, which is interpreted by a shell for git fetch and git pull

Verification that the identity file exists should occur, and the program should exit early if it does not exist.

Changes:

Test: