summaryrefslogtreecommitdiff
path: root/gitConfig.go
AgeCommit message (Collapse)Author
2024-02-23add repo.IsPrivate()v0.20.10Jeff Carr
2024-02-22add NewestTag() and Tag.Age()Jeff Carr
2024-02-22actually create the user branchesJeff Carr
2024-02-20first pass at cleaning up the go.* logicJeff Carr
2024-02-16ready to work on creating branchesJeff Carr
2024-02-16continue cleaning up original versionJeff Carr
2024-02-14trying to improve older codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-13check go.wit.com is mapping a repoJeff Carr
2024-02-06generate go.work file for pkgsiteJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-05`git ls-files`v0.20.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-02-01return true/falsev0.19.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-31release changesv0.18.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-31more on release managementv0.17.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-29testing gov0.16.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-27more release automationJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-26more work on release versioningv0.13.13Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-26automation improvementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-26working on update orderJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-26go status moving hereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-25attempt to ignore missing go.sum requirementsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-25avoid a few nil'sv0.13.4Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-25cleaning code for release versionsv0.13.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-24more attempts to release versionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-24release automationJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-23detect go.sum is cleanJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-23still has oneliner display bugJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-23Scan() everything functionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-23buttons for scanning .git/config and go.sumJeff Carr
common branch handling scan go.sum & .git/config on New() parse go & git config files cleaner debugging cleaning up logging Signed-off-by: Jeff Carr <[email protected]>