You need to sign in or sign up before continuing.
Commits on Source (12)
-
Matthew Clarkson authoredVerified8f84e3e1
-
Matthew Clarkson authoredVerified812b49ad
-
Matthew Clarkson authored
Removes the indirection in this project. Moves us closer to upstreaming to `go-git`.
Verifiedc68cdfb3 -
Matthew Clarkson authored
Cuts out abstraction layers that we do not need.
Verified170f1a02 -
Matthew Clarkson authoredVerified6edadf42
-
Matthew Clarkson authoredVerified42720ce7
-
Matthew Clarkson authored
Uses `go-git` directly
Verified7975120e -
Matthew Clarkson authored
The project now implements a CLI directly with `go-git`. Removes any maintenance of intermediate abstractions. Allows easier upstreaming of patches to `go-git` as it is used directly and we can carry local patches with `single_version_override` in `MODULE.bazel`
Verifiedd7cd2036 -
Matthew Clarkson authoredVerified93930866
-
Matthew Clarkson authoredVerified973bfa31
-
Matthew Clarkson authoredVerified9fe49425
-
Bot authored
# [1.0.0-alpha.4](https://git.gitlab.arm.com/bazel/git/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-04-11) ### Bug Fixes * **ls-remote:** filter references with glob patterns ([42720ce7](https://git.gitlab.arm.com/bazel/git/commit/42720ce7099c3aea7441cb04dd3614cdb699e4cf)) * **main:** add `fatal:` prefix to error messages ([93930866](https://git.gitlab.arm.com/bazel/git/commit/939308663400411d72b8ce6cca93406beca281a1)) ### Features * **fetch:** support reference specifications ([7975120e](https://git.gitlab.arm.com/bazel/git/commit/7975120e44f0727f54cf857a9b54df309d8e3bf6)) * **fetch:** support writing `FETCH_HEAD` ([973bfa31](https://git.gitlab.arm.com/bazel/git/commit/973bfa3143b9f158a604b7ec324b1ccb222c7440))
Showing
- BUILD.bazel 9 additions, 0 deletionsBUILD.bazel
- CHANGELOG.md 12 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 4 additions, 1 deletionMODULE.bazel
- MODULE.bazel.lock 14487 additions, 2590 deletionsMODULE.bazel.lock
- README.md 6 additions, 0 deletionsREADME.md
- checkout/BUILD.bazel 0 additions, 31 deletionscheckout/BUILD.bazel
- checkout/commit.go 0 additions, 68 deletionscheckout/commit.go
- checkout/commit_test.go 0 additions, 101 deletionscheckout/commit_test.go
- cmd/bazel-git/BUILD.bazel 11 additions, 6 deletionscmd/bazel-git/BUILD.bazel
- cmd/bazel-git/cat_file.go 23 additions, 14 deletionscmd/bazel-git/cat_file.go
- cmd/bazel-git/checkout.go 45 additions, 10 deletionscmd/bazel-git/checkout.go
- cmd/bazel-git/config.go 39 additions, 10 deletionscmd/bazel-git/config.go
- cmd/bazel-git/fetch.go 212 additions, 19 deletionscmd/bazel-git/fetch.go
- cmd/bazel-git/ls_remote.go 73 additions, 16 deletionscmd/bazel-git/ls_remote.go
- cmd/bazel-git/main.go 2 additions, 2 deletionscmd/bazel-git/main.go
- config/BUILD.bazel 0 additions, 19 deletionsconfig/BUILD.bazel
- config/set.go 0 additions, 53 deletionsconfig/set.go
- config/set_test.go 0 additions, 32 deletionsconfig/set_test.go
- fetch/BUILD.bazel 0 additions, 29 deletionsfetch/BUILD.bazel
- fetch/commitishes.go 0 additions, 70 deletionsfetch/commitishes.go
This diff is collapsed.
checkout/BUILD.bazel
deleted
100644 → 0
checkout/commit.go
deleted
100644 → 0
checkout/commit_test.go
deleted
100644 → 0
config/BUILD.bazel
deleted
100644 → 0
config/set.go
deleted
100644 → 0
config/set_test.go
deleted
100644 → 0
fetch/BUILD.bazel
deleted
100644 → 0
fetch/commitishes.go
deleted
100644 → 0