https://github.com/go-git/gcfg
Score: 28.031413719362167
Last synced: about 9 hours ago
JSON representation
Repository metadata:
go-gcfg/gcfg fork for usage in src-d/go-git
- Host: GitHub
- URL: https://github.com/go-git/gcfg
- Owner: go-git
- License: other
- Fork: true (src-d/gcfg)
- Created: 2020-03-08T19:52:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-08-03T08:42:02.000Z (23 days ago)
- Last Synced: 2026-08-04T17:18:19.389Z (22 days ago)
- Language: Go
- Homepage:
- Size: 183 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Owner metadata:
- Name: go-git
- Login: go-git
- Email:
- Kind: organization
- Description: A highly extensible Git implementation in pure Go.
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/57653224?v=4
- Repositories: 4
- Last Synced at: 2023-03-04T21:00:52.787Z
- Profile URL: https://github.com/go-git
GitHub Events
Total
- Create event: 4
- Fork event: 1
- Issue comment event: 1
- Issues event: 1
- Pull request event: 6
- Pull request review event: 1
- Push event: 2
- Release event: 1
- Watch event: 1
- Total: 18
Last Year
- Fork event: 1
- Pull request event: 1
- Watch event: 1
- Total: 3
Committers metadata
Last synced: 7 days ago
Total Commits: 146
Total Committers: 9
Avg Commits per committer: 16.222
Development Distribution Score (DDS): 0.226
Commits in past year: 4
Committers in past year: 2
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.25
| Name | Commits | |
|---|---|---|
| speter | s****1@g****m | 113 |
| Paulo Gomes | p****f@l****m | 15 |
| Michael Muré | b****e@g****m | 8 |
| go-git-renovate[bot] | 2****] | 3 |
| Santiago M. Mola | s****i@m****o | 2 |
| Filip Navara | n****a@e****m | 2 |
| chris britton | c****n@o****m | 1 |
| Máximo Cuadros | m****s@g****m | 1 |
| Mateusz Czapliński | c****n@g****m | 1 |
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 3
Total pull requests: 13
Average time to close issues: about 1 year
Average time to close pull requests: 12 days
Total issue authors: 3
Total pull request authors: 4
Average comments per issue: 2.67
Average comments per pull request: 0.23
Merged pull request: 10
Bot issues: 1
Bot pull requests: 5
Past year issues: 1
Past year pull requests: 5
Past year average time to close issues: N/A
Past year average time to close pull requests: 9 minutes
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 3
Past year bot issues: 1
Past year bot pull requests: 5
Top Issue Authors
- tyliec (1)
- go-git-renovate[bot] (1)
- hiddeco (1)
Top Pull Request Authors
- go-git-renovate[bot] (5)
- pjbgf (4)
- MichaelMure (2)
- CLBRITTON2 (2)
Top Issue Labels
- bug (1)
Top Pull Request Labels
- dependencies (5)
Package metadata
- Total packages: 9
- Total downloads: unknown
- Total docker downloads: 13,818,593,053
- Total dependent packages: 6,924 (may contain duplicates)
- Total dependent repositories: 13,403 (may contain duplicates)
- Total versions: 41
proxy.golang.org: github.com/go-git/gcfg
Package gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files).
- Homepage: https://github.com/go-git/gcfg
- Documentation: https://pkg.go.dev/github.com/go-git/gcfg#section-documentation
- Licenses: other
- Latest release: v1.5.0 (published over 6 years ago)
- Last Synced: 2026-08-25T10:03:45.042Z (1 day ago)
- Versions: 6
- Dependent Packages: 6,924
- Dependent Repositories: 13,403
- Docker Downloads: 13,802,827,602
-
Rankings:
- Docker downloads count: 0.03%
- Dependent packages count: 0.038%
- Dependent repos count: 0.063%
- Average: 4.529%
- Forks count: 9.944%
- Stargazers count: 12.57%
proxy.golang.org: github.com/go-git/gcfg/types
Package types defines helpers for type conversions. The API for this package is not finalized yet.
- Homepage: https://github.com/go-git/gcfg
- Status: removed
- Documentation: https://pkg.go.dev/github.com/go-git/gcfg/types#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v1.5.0 (published 4 months ago)
- Last Synced: 2026-08-25T10:05:31.485Z (1 day ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.779%
- Average: 4.939%
- Dependent repos count: 5.1%
proxy.golang.org: github.com/go-git/gcfg/token
Package token defines constants representing the lexical tokens of the gcfg configuration syntax and basic operations on tokens (printing, predicates). Note that the API for the token package may change to accommodate new features or implementation changes in gcfg.
- Homepage: https://github.com/go-git/gcfg
- Status: removed
- Documentation: https://pkg.go.dev/github.com/go-git/gcfg/token#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v1.5.0 (published 4 months ago)
- Last Synced: 2026-08-24T10:52:55.740Z (2 days ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.779%
- Average: 4.939%
- Dependent repos count: 5.1%
proxy.golang.org: github.com/go-git/gcfg/scanner
Package scanner implements a scanner for gcfg configuration text. It takes a []byte as source which can then be tokenized through repeated calls to the Scan method. Note that the API for the scanner package may change to accommodate new features or implementation changes in gcfg.
- Homepage: https://github.com/go-git/gcfg
- Status: removed
- Documentation: https://pkg.go.dev/github.com/go-git/gcfg/scanner#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v1.5.0 (published 4 months ago)
- Last Synced: 2026-08-25T10:03:10.567Z (1 day ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.779%
- Average: 4.939%
- Dependent repos count: 5.1%
proxy.golang.org: github.com/go-Git/gcfg
Package gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files).
- Homepage: https://github.com/go-Git/gcfg
- Documentation: https://pkg.go.dev/github.com/go-Git/gcfg#section-documentation
- Licenses: other
- Latest release: v1.5.0 (published over 6 years ago)
- Last Synced: 2026-08-25T10:05:42.105Z (1 day ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.247%
- Average: 5.423%
- Dependent repos count: 5.599%
proxy.golang.org: github.com/go-git/gcfg/v2
All errors are handled via Go's built-in error convention.
- Homepage: https://github.com/go-git/gcfg
- Documentation: https://pkg.go.dev/github.com/go-git/gcfg/v2#section-documentation
- Licenses: other
- Latest release: v2.0.2 (published about 1 year ago)
- Last Synced: 2026-08-25T10:02:24.445Z (1 day ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
- Docker Downloads: 15,765,451
-
Rankings:
- Dependent packages count: 5.854%
- Average: 6.05%
- Dependent repos count: 6.246%
proxy.golang.org: gopkg.in/go-git/gcfg.v1
Package gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files).
- Homepage: https://github.com/go-git/gcfg
- Documentation: https://pkg.go.dev/gopkg.in/go-git/gcfg.v1#section-documentation
- Licenses: other
- Latest release: v1.5.0 (published over 6 years ago)
- Last Synced: 2026-08-25T10:06:44.995Z (1 day ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 6.86%
- Dependent packages count: 6.999%
- Average: 8.044%
- Forks count: 8.969%
- Dependent repos count: 9.346%
guix: go-github-com-go-git-gcfg
Gcfg reads INI-style configuration files into Go structs
- Homepage: https://github.com/go-git/gcfg
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-vcs.scm#n164
- Licenses: bsd-3
- Latest release: 1.5.0 (published 6 months ago)
- Last Synced: 2026-04-07T02:02:13.391Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
guix: go-github-com-go-git-gcfg-v2
Gcfg reads INI-style configuration files into Go structs
- Homepage: https://github.com/go-git/gcfg
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-vcs.scm#n192
- Licenses: other
- Latest release: 2.0.2 (published 6 months ago)
- Last Synced: 2026-04-07T02:02:13.355Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%