Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05 | Rewrite commit op to drop remote support | Malf Furious | 1 | -23/+26 | |
2017-08-29 | Fix commit to new branch bug | Malf Furious | 1 | -1/+2 | |
Squeltched "X not a revision" message and now printing "Creating new branch X" instead. | |||||
2017-08-29 | Update commit op | Malf Furious | 1 | -1/+15 | |
Disallow commits to any reserved names except for HEAD | |||||
2017-08-28 | Fix bug in commit op | Malf Furious | 1 | -1/+7 | |
If we're making the initial commit, then there isn't any --link-dest to fall back on. | |||||
2017-08-27 | Rewrite commit module | Malf Furious | 1 | -56/+46 | |
Updated the commit command and brought it into the make script | |||||
2017-04-30 | Add commit module | Malf Furious | 1 | -0/+89 | |