Page MenuHomeFreeBSD

git-arc: Use --head to avoid changing the checkout.
ClosedPublic

Authored by jhb on Aug 17 2022, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 9:37 PM
Unknown Object (File)
Sat, Jan 18, 9:36 PM
Unknown Object (File)
Dec 11 2024, 9:16 PM
Unknown Object (File)
Nov 29 2024, 8:07 PM
Unknown Object (File)
Nov 20 2024, 11:34 PM
Unknown Object (File)
Nov 2 2024, 6:42 PM
Unknown Object (File)
Oct 8 2024, 8:28 AM
Unknown Object (File)
Sep 19 2024, 1:40 PM
Subscribers

Details

Summary

Rather than using 'git checkout' to move to the commit in question for
create and update, use the '--head' argument to 'arc diff'. This
avoids the need to alter the current checkout and the related bits to
save/restore HEAD in the current checkout.

Diff Detail

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