--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
Is it possible to do this in a script so that I get the latest of a particular branch? It looks like I have to specify a commit hash in the url.
JGit does not support git archive, as it doesn't have the necessary
code (yet) to write tar or zip files from a commit SHA-1. Because of
that missing feature, the feature is also missing in Gerrit Code
Review. Work as started upstream in JGit to support git archive, but
it is still incomplete.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, archive support is basically done upstream, but nobody has been motivated enough to add support to Gerrit. (For googlesource.com we just depend on the Gitiles repository browser for archive support, e.g. https://gerrit.googlesource.com/gerrit/+archive/master.tar.gz)
Has the required work been documented?
Cheers,
Rob