-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
confused about git clone --mirror #10
Comments
I also investigate why git clone --mirror and git fetch --all behaves like these. Take + c9c9399e85...db161fad26 refs/pull/15974/merge -> refs/pull/15974/merge (forced update) as an example:
2287d2d229b763c7592127106c8947872e7326c2 is newer than 74a08746d471b08463ff79c417246f58d54fec5d; |
I think it is caused by github's pull request mechanism. But, the packed-refs is correct |
Audris,
I am working on batch_fetch.c now. However, I meet a problem about git clone --mirror.
When using git clone --mirror and git fetch --all (on scikit-learn), here is the output:
However, except for the first ( d163d5ad94..2287d2d229 master -> master), the others' commit doesn't appear in the scikit-learn's commit page! Besides, all these branches doesn't exist in scikit-repo!
When using git clone and git fetch, the behavior is exactly the same as the repo.
The text was updated successfully, but these errors were encountered: