Go to file
Jeff Carr 2fe035fbf0 migrate in some old code 2025-01-07 04:59:01 -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 output to help figure out what to do when this happens 2024-12-15 08:48:42 -06:00
README.md more notes 2025-01-05 13:32:24 -06:00
age.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
autogen.go check for notes before deleting them 2024-12-13 17:31:40 -06:00
checkout.go lots of code hopefully better than before 2024-12-03 00:35:50 -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 duh. logic was backwards 2025-01-05 18:42:12 -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 03:22:04 -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 this is annoying 2024-12-18 20:09:18 -06:00
log.go first attempt that seems to kinda work on New() 2024-11-27 21:40:06 -06:00
makePatches.go use os.Mkdir() 2024-12-18 18:00:27 -06:00
mtime.go rm duplicate code 2024-12-18 23:06:27 -06:00
reload.go wasn't reloading versions 2024-12-17 23:01:13 -06:00
reloadBranches.go migrate in some old code 2025-01-07 04:59:01 -06:00
reloadCheckDirty.go migrate in some old code 2025-01-07 04:59:01 -06:00
reloadIsTracked.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
reloadRepoType.go library for now 2024-12-17 23:27:17 -06:00
reloadTags.go weird. NewestAge() took _seconds_ to run in some cases 2024-12-27 04:55:57 -06:00
repo.merge.go add merge things 2025-01-05 12:02:54 -06:00
repo.new.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
repo.proto migrate in some old code 2025-01-07 04:59:01 -06:00
repo.protofiles.go sure, why not. store a repo description 2024-12-03 01:59:04 -06:00
revert.go move Revert() here 2024-12-17 18:49:41 -06:00
rill.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
shell.go add merge things 2025-01-05 12:02:54 -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