Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-09 | Add -d option to status op | Malf Furious | 1 | -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-05 | Update systrunk status | Malf Furious | 1 | -6/+7 | |
Cleaned up text output. | |||||
2017-09-05 | Setup worktree timestamp logic | Malf Furious | 1 | -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-04 | Move status op into repo-access mod | Malf Furious | 1 | -0/+45 | |
2017-09-03 | Rewrite checkout mod to drop remote support | Malf Furious | 1 | -0/+17 | |
Also, refactored repo check to the repo-access mod. | |||||
2017-09-01 | Add functions to support the merge implementation | Malf Furious | 1 | -0/+84 | |
Including commit distance, shortlog, and merge-base locator. | |||||
2017-09-01 | Rewrite repo-access mod to drop remote support | Malf Furious | 1 | -43/+53 | |
Also added init op | |||||
2017-08-30 | Add log op | Malf Furious | 1 | -0/+36 | |
2017-08-28 | Fix bug in ref resolver | Malf Furious | 1 | -1/+1 | |
Pipe err message to stderr since stdout is captured from this function by the caller. | |||||
2017-08-28 | Fix bug in ref resolver | Malf Furious | 1 | -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-01 | Fix bug in ref resolver function | Malf Furious | 1 | -1/+1 | |
2017-04-30 | Add repo-access module | Malf Furious | 1 | -0/+48 | |