summaryrefslogtreecommitdiff
path: root/shell.go
AgeCommit message (Collapse)Author
2025-02-14minor improvmentsv0.0.76Jeff Carr
2025-01-30trying to fix user create branchv0.0.68Jeff Carr
2025-01-30just name fixupsJeff Carr
2025-01-29notsurev0.0.67Jeff Carr
2025-01-29some useful helper functionsJeff Carr
2025-01-18early common things for branch handlingv0.0.55Jeff Carr
2025-01-17add a way to track a tagv0.0.54Jeff Carr
2025-01-08quiet outputv0.0.46Jeff Carr
2025-01-08fix the dumb namesJeff Carr
2025-01-07add RunVerbose()Jeff Carr
2025-01-05add merge thingsJeff Carr
2024-12-17move Revert() hereJeff Carr
2024-12-17lots of changes to isolate exec 'git'Jeff Carr
2024-12-17keep isolating use of os.Exec("git")Jeff Carr
2024-12-17smarter and faster mtime logicJeff Carr
2024-12-13IsLocalBranch()Jeff Carr
2024-12-13store autogenerated files in git notesJeff Carr
2024-12-13working on go-mod-cleanJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-12-10add RunEcho()Jeff Carr
2024-12-04always run goimports. misc other changesJeff Carr
2024-12-03renamev0.0.22Jeff Carr
2024-12-01cleanup old codev0.0.17Jeff Carr
2024-12-01autogenpb now completely automaticJeff Carr
2024-12-01Repotype() working somewhatv0.0.15Jeff Carr
2024-12-01add IsDirectory() checkv0.0.12Jeff Carr
2024-11-30moving go.mod handling herev0.0.2Jeff Carr
2024-11-28init things from hereJeff Carr
2024-11-27first attempt that seems to kinda work on New()Jeff Carr