git chokes when pushing very large commits
- Dominant language
- Go
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When a commit is very large (over 4 GiB it seems) it's possible that it becomes impossible to push. This can occur (and has occurred) in repositories where a lot (thousands) of files are below the annex threshold (10 MiB by default) but together are multiple GiB in size, creating a single very large commit.
It would be good if we could have a way to warn the user about this and ask them to make multiple smaller commits. It might be even better if gin-cli could do it for them (?).
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named in the issue. Start by locating the push workflow in gin-cli and reproduce the failure with a commit exceeding 4 GiB. Done should include a warning that recommends smaller commits; automatic splitting is suggested but not defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100