summaryrefslogtreecommitdiff
path: root/init.go
AgeCommit message (Collapse)Author
2025-09-11new init()Jeff Carr
2025-09-11trim Init() codeJeff Carr
2025-09-11cleanup config file handlingJeff Carr
2025-09-05more patch stuffv0.0.126Jeff Carr
2025-09-04check if a config file exists for new usersJeff Carr
2025-09-04Is the user new?Jeff Carr
2025-09-04cleaned up init.go more perfectlyJeff Carr
2025-09-04moved to fhelpJeff Carr
2025-09-03finally a proper use for sync.OnceJeff Carr
2025-09-03lots of Init() cleanupsJeff Carr
2025-08-31fixes for Append()Jeff Carr
2025-08-28read in patches in Init()Jeff Carr
2025-08-21hopefully works?Jeff Carr
2025-08-20minorv0.0.115Jeff Carr
2025-08-18experiement with ~/.cache/forge/Jeff Carr
2025-07-21return a map of the repos & errorsJeff Carr
2025-07-08start UpdatePB()v0.0.112Jeff Carr
2025-03-22use hostname.Get()v0.0.102Jeff Carr
2025-03-22work on setting the hostname in the patchsetJeff Carr
2025-03-18better syntax ideasJeff Carr
2025-02-22remove zoopb from forgev0.0.92v0.0.91v0.0.90Jeff Carr
2025-02-15more on Machine.Init()Jeff Carr
2025-02-01various updatesJeff Carr
2025-01-31save the path to the config dirv0.0.69Jeff Carr
2025-01-30url via ENVJeff Carr
2025-01-30try a way to track the times so they can be throttledJeff Carr
2025-01-19reorder target to the endJeff Carr
2025-01-16add xterm settings to the configJeff Carr
2025-01-13debugging a hung mutex lockv0.0.47Jeff Carr
2025-01-12fixes for new autogenpbJeff Carr
2025-01-11can't use go:generate. boo. it requires go.mod and go.sumv0.0.46Jeff Carr
2025-01-08work on new protobuf for patchsetsJeff Carr
2025-01-08rename varsv0.0.44Jeff Carr
2025-01-07use go generate. also fix verbose Build() flagsJeff Carr
2024-12-27user branch name settingsv0.0.41Jeff Carr
2024-12-17keep trying to fix init() and update()Jeff Carr
2024-12-17rill repo.Update()Jeff Carr
2024-12-17lots of changes in gitpbJeff Carr
2024-12-17improve Init()Jeff Carr
2024-12-17save mtime's on Init()Jeff Carr
2024-12-14remove os.Exit() as things are more stable nowv0.0.30Jeff Carr
2024-12-14add InitPB() for read-only init()Jeff Carr
2024-12-13clean up Init()Jeff Carr
2024-12-12cleaner Init() outputJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-12-10go.work file fixesJeff Carr
2024-12-07deubgging auto go buildv0.0.27Jeff Carr
2024-12-06code moved to gitpbv0.0.26Jeff Carr
2024-12-05work on config file savev0.0.24v0.0.23Jeff Carr
2024-12-02went from 160k os.Stat to 90 on my box. duhJeff Carr
2024-12-01remove all the old testing things()v0.0.15Jeff Carr