summaryrefslogtreecommitdiffstats
path: root/checkout.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Update action opsMalf Furious1-0/+1
Now clearing the MERG ptr if checking out or committing
2017-09-05Setup worktree timestamp logicMalf Furious1-0/+1
Added logic to update the 'updated' timestamp whenever the worktree is checked out or committed. systrunk status now displays this timestamp.
2017-09-05Update init_wktreeMalf Furious1-0/+1
create MERG file, init'd to NULL
2017-09-03Rewrite checkout mod to drop remote supportMalf Furious1-59/+20
Also, refactored repo check to the repo-access mod.
2017-08-29Update checkout opMalf Furious1-1/+8
Catch when trying to checkout various reserved commit names, TRAC and BASE needed special attention.
2017-04-30Rewrite function systr_checkout()Malf Furious1-33/+16
2017-04-30Add functions systr_init_wktree() and systr_check_repo()Malf Furious1-0/+62
2017-04-28Update synopsis of checkout commandMalf Furious1-1/+1
2017-04-27Add checkout moduleMalf Furious1-0/+61