support for HTTP git repositories
Bug #373688 reported by
Jelmer Vernooij
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Released
|
Wishlist
|
Jelmer Vernooij | ||
Dulwich |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
Should support HTTP repositories using urllib. Perhaps allow hooking in custom transports?
Changed in dulwich: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in bzr-git: | |
status: | New → In Progress |
Changed in dulwich: | |
status: | Triaged → In Progress |
Changed in bzr-git: | |
importance: | Undecided → Wishlist |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-git: | |
status: | In Progress → Fix Released |
Changed in dulwich: | |
status: | In Progress → Triaged |
Changed in dulwich: | |
importance: | Wishlist → High |
Changed in dulwich: | |
status: | Triaged → Fix Committed |
milestone: | none → 0.8.1 |
Changed in bzr-git: | |
milestone: | none → 0.6.3 |
Changed in dulwich: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
We still need some way to avoid doing seeks, as urllib doesn't support them.