Go to file
Jeff Carr d62954bb63 notes on git variables 2025-01-30 18:00:41 -06:00
.gitignore ignore stuff 2025-01-29 12:23:55 -06:00
.protobuf notsure 2024-12-02 05:15:39 -06:00
LICENSE Day 1 2024-11-26 04:34:01 -06:00
Makefile ignore stuff 2025-01-29 12:23:55 -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 just name fixups 2025-01-30 01:48:17 -06:00
branches.go just name fixups 2025-01-30 01:48:17 -06:00
checkout.go trying to fix user create branch 2025-01-30 02:24:47 -06:00
common.go simple check for devel branch 2025-01-07 03:24:21 -06:00
config.go die on protobuf mis-match 2025-01-19 00:36:48 -06:00
currentVersions.go just name fixups 2025-01-30 01:48:17 -06:00
gitTag.byAge.go might show branch age? 2025-01-19 10:49:08 -06:00
gitTag.common.go a simple get DevelHash() 2025-01-05 06:15:35 -06:00
gitTag.proto move away from maps in protobuf? 2025-01-18 15:49:13 -06:00
goDep.helpers.go fixes for new autogenpb 2025-01-12 20:05:57 -06:00
goDep.parseGoSum.go trying to fix user create branch 2025-01-30 02:24:47 -06:00
goDep.proto set the uuid and version 2025-01-17 02:51:46 -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
reload.go just name fixups 2025-01-30 01:48:17 -06:00
reloadBranches.go move away from maps in protobuf? 2025-01-18 15:49:13 -06:00
reloadCheckDirty.go quiet output 2025-01-08 04:08:34 -06:00
reloadGitConfig.go parse .git/config 2025-01-18 10:34:58 -06:00
reloadIsTracked.go lots of changes to isolate exec 'git' 2024-12-17 06:37:14 -06:00
reloadMtime.go parse .git/config 2025-01-18 10:34:58 -06:00
reloadRepoState.go update old code. still not great 2025-01-29 16:19:11 -06:00
reloadRepoType.go trying to fix user create branch 2025-01-30 02:24:47 -06:00
reloadTags.go notes on git variables 2025-01-30 18:00:41 -06:00
repo.merge.go attempt at merge to master 2025-01-30 11:58:27 -06:00
repo.new.go remove every mutex change since Marshal() was crashing 2025-01-19 02:37:58 -06:00
repo.proto need to track times to throttle access 2025-01-30 01:15:41 -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 more rill improvements 2025-01-19 16:08:06 -06:00
shell.go trying to fix user create branch 2025-01-30 02:24:47 -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