GIT REPO: missingSpaceBeforeDate
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| SBCL |
Undecided
|
Unassigned |
Bug Description
Attempting to clone the sbcl repository, I get the following
bash $ git clone git://git.
Cloning into 'sbcl'...
remote: Counting objects: 113621, done.
remote: Compressing objects: 100% (21670/21670), done.
error: object e21fb12b6bfe76a
fatal: Error in object
fatal: index-pack failed
POSSIBLY RELEVANT -- I get the identical error from Debian Alioth
Stas Boukarev (stassats) wrote : | #1 |
Michał "phoe" Herda (phoe-krk) wrote : | #2 |
Running on a freshly created repo:
error in tag e21fb12b6bfe76a
error in tag 011f648795b8656
There is a pair of tags in the SBCL repo named "start" and "tabby" that these hashes refer to. Mayhaps it would be considerable to remove them altogether?
Nicolas Martyanoff (galdor) wrote : | #3 |
I can confirm that deleting `start` and `tabby` solves the problem in a copy of the repository.
Nicolas Martyanoff (galdor) wrote : | #4 |
`start` points to `e21fb12b6bfe76
`tabby` does not seem to existing anymore :)
You have some git option enabled that performs these checks.