├── LICENSE ├── README.md ├── git-allgoupdate └── allgoupdate.go ├── git-cleanup └── git-cleanup.go ├── git-clpatch └── git-clpatch.go └── go.mod /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfitz/gitutil/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfitz/gitutil/HEAD/README.md -------------------------------------------------------------------------------- /git-allgoupdate/allgoupdate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfitz/gitutil/HEAD/git-allgoupdate/allgoupdate.go -------------------------------------------------------------------------------- /git-cleanup/git-cleanup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfitz/gitutil/HEAD/git-cleanup/git-cleanup.go -------------------------------------------------------------------------------- /git-clpatch/git-clpatch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfitz/gitutil/HEAD/git-clpatch/git-clpatch.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradfitz/gitutil/HEAD/go.mod --------------------------------------------------------------------------------