Is there a way to get the topologically-ordered list of commits (id's)
out of the API, e.g.:

   git rev-list --topo-order --reverse HEAD

And I need 'em all—not just "recents" since "recent" doesn't actually
have much meaning for my app: I'm creating a release notes mashup, and
need to be able to generate notes for past releases and "releases" on
various branches.

Also, it seems to me that this data could be offered for private repos
without any loss of security since the commit id's are secure
(cryptographic hashes).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to