Go to file
Jeff Carr 0ca1240c75 quiet output 2025-01-08 04:08:34 -06:00
.gitignore add test app 2024-12-01 12:53:46 -06:00
.protobuf notsure 2024-12-02 05:15:39 -06:00
LICENSE Day 1 2024-11-26 04:34:01 -06:00
Makefile add state. go generate autogenpb 2025-01-07 18:06:54 -06:00
README.md more notes 2025-01-05 13:32:24 -06:00
age.go fix the dumb names 2025-01-08 03:13:09 -06:00
autogen.go add state. go generate autogenpb 2025-01-07 18:06:54 -06:00
checkout.go fix the dumb names 2025-01-08 03:13:09 -06:00
common.go simple check for devel branch 2025-01-07 03:24:21 -06:00
config.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
currentVersions.go fix the dumb names 2025-01-08 03:13:09 -06:00
gitTag.byAge.go need to switch to the slices package 2024-12-27 14:40:27 -06:00
gitTag.common.go a simple get DevelHash() 2025-01-05 06:15:35 -06:00
gitTag.proto autogenpb now completely automatic 2024-12-01 22:23:38 -06:00
goDep.helpers.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
goDep.parseGoSum.go this is annoying 2024-12-18 20:09:18 -06:00
goDep.proto autogenpb now completely automatic 2024-12-01 22:23:38 -06:00
goDep.redoGoMod.go rm duplicate code 2024-12-18 23:06:27 -06:00
isPrimitive.go fix the dumb names 2025-01-08 03:13:09 -06:00
log.go quiet output 2025-01-08 04:08:34 -06:00
makePatches.go use os.Mkdir() 2024-12-18 18:00:27 -06:00
reload.go fix the dumb names 2025-01-08 03:13:09 -06:00
reloadBranches.go fix the dumb names 2025-01-08 03:13:09 -06:00
reloadCheckDirty.go quiet output 2025-01-08 04:08:34 -06:00
reloadIsTracked.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
reloadMtime.go keep working the problem 2025-01-08 02:38:50 -06:00
reloadRepoState.go wow, even a name change is a BAD IDEA. NEVER DO IT 2025-01-07 21:23:21 -06:00
reloadRepoType.go library for now 2024-12-17 23:27:17 -06:00
reloadTags.go fix the dumb names 2025-01-08 03:13:09 -06:00
repo.merge.go fix the dumb names 2025-01-08 03:13:09 -06:00
repo.new.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
repo.proto wow, even a name change is a BAD IDEA. NEVER DO IT 2025-01-07 21:23:21 -06:00
repo.protofiles.go fix the dumb names 2025-01-08 03:13:09 -06:00
revert.go move Revert() here 2024-12-17 18:49:41 -06:00
rill.go fix the dumb names 2025-01-08 03:13:09 -06:00
shell.go quiet output 2025-01-08 04:08:34 -06:00

README.md

protobuf definition files for git repositories

requires autogenpb & go-mod-clean

  • go-clone go.wit.com/apps/autogenpb
  • you might also need: go-clone go.wit.com/apps/utils/go-mod-clean

Notes/TODO

  • all autogen files are stored as git metadata this includes the go.mod and go.sum files
  • this is done to keep the git commit log as clean as possible
  • metadata can be manipulated using go-mod-clean