Page MenuHomeFreeBSD

git-arc: Globally save and restore the git checkout head
ClosedPublic

Authored by markj on Feb 12 2021, 9:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 8, 5:10 AM
Unknown Object (File)
Sat, Jul 4, 3:00 AM
Unknown Object (File)
Wed, Jul 1, 9:03 AM
Unknown Object (File)
Mon, Jun 29, 8:07 AM
Unknown Object (File)
Fri, Jun 26, 11:35 PM
Unknown Object (File)
Fri, Jun 26, 1:19 PM
Unknown Object (File)
Thu, Jun 25, 2:21 AM
Unknown Object (File)
Sun, Jun 21, 10:26 PM
Subscribers

Details

Summary

This script uses -e, so it's prone to exiting in awkward places. In
particular, if arc diff fails, the script just exits without restoring
the checkout.

Mitigate this for now by using a global variable to record the previous
checkout and use a trap handler to restore it in the face of errors. A
better solution might be to use arc diff's --head parameter but that
will require more testing.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable