summaryrefslogtreecommitdiffstats
path: root/commit.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13Add reset opMalf Furious1-0/+64
2017-09-06Integrate merge and commit opsMalf Furious1-2/+14
Setup for prebaked commit message and merge-commit meta-data.
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-05Rewrite commit op to drop remote supportMalf Furious1-23/+26
2017-08-29Fix commit to new branch bugMalf Furious1-1/+2
Squeltched "X not a revision" message and now printing "Creating new branch X" instead.
2017-08-29Update commit opMalf Furious1-1/+15
Disallow commits to any reserved names except for HEAD
2017-08-28Fix bug in commit opMalf Furious1-1/+7
If we're making the initial commit, then there isn't any --link-dest to fall back on.
2017-08-27Rewrite commit moduleMalf Furious1-56/+46
Updated the commit command and brought it into the make script
2017-04-30Add commit moduleMalf Furious1-0/+89