summaryrefslogtreecommitdiffstats
path: root/repo-access.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09Add -d option to status opMalf Furious1-2/+8
`systrunk status -d` will now display a shortdiff in the status output. This is off by default since worktrees for system drives probabally won't want it all the time.
2017-09-05Update systrunk statusMalf Furious1-6/+7
Cleaned up text output.
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-04Move status op into repo-access modMalf Furious1-0/+45
2017-09-03Rewrite checkout mod to drop remote supportMalf Furious1-0/+17
Also, refactored repo check to the repo-access mod.
2017-09-01Add functions to support the merge implementationMalf Furious1-0/+84
Including commit distance, shortlog, and merge-base locator.
2017-09-01Rewrite repo-access mod to drop remote supportMalf Furious1-43/+53
Also added init op
2017-08-30Add log opMalf Furious1-0/+36
2017-08-28Fix bug in ref resolverMalf Furious1-1/+1
Pipe err message to stderr since stdout is captured from this function by the caller.
2017-08-28Fix bug in ref resolverMalf Furious1-3/+1
Fixing problem with control flow -- if one of the trivial cases at the top are hit, then there is no need to hit the repository.
2017-05-01Fix bug in ref resolver functionMalf Furious1-1/+1
2017-04-30Add repo-access moduleMalf Furious1-0/+48