honza / smithy

A tiny git forge written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tarball support

pedrolucasp opened this issue · comments

A cool feature would be support downloading tarballs from refs, specially for tags and commits.

This probably would involve firing up git-archive (1) if go-git doesn't have support for this already.

Great idea, would totally merge this.