abbysmal / Canopy

A git-blogging unikernel written using MirageOS
ISC License
120 stars 27 forks source link

accept urls of the form git://foo.git#branch to specify a branch name #69

Closed gasche closed 8 years ago

gasche commented 8 years ago

Another option would be to accept a separate option (-b branch) instead of the url suffix, or to accept both and fail if there is an ambiguity. The suffix feels like a standard convention among git users.

fixes #68

hannesm commented 8 years ago

thx!