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
F166294625: D28631.id84207.diff
Wed, Aug 12, 5:33 PM
F166150314: D28631.id83791.diff
Tue, Aug 11, 11:42 PM
Unknown Object (File)
Mon, Jul 20, 11:26 PM
Unknown Object (File)
Jul 8 2026, 5:10 AM
Unknown Object (File)
Jul 4 2026, 3:00 AM
Unknown Object (File)
Jul 1 2026, 9:03 AM
Unknown Object (File)
Jun 29 2026, 8:07 AM
Unknown Object (File)
Jun 26 2026, 11:35 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