I'm looking to see if there's a feature in any version of git to be able to 
ask the server to list all blob ids for a particular commit. So far, from 
what I've seen it doesn't look like this is possible. I know git has `git 
ls-remote` which can list the commits IDs of remote references like HEAD, 
or tags, or branches. But what I'd like to do is:

- list all remote commit ids
- list all blobs/trees that a commit points to

My questions are:
1. is this possible currently? if so, how?
2. if not, is this something that would be desirable to be implemented in 
git?

If it's a desirable feature, I would be happy to work on it, but I want to 
get a thumbs up first.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/bee90fdb-ce1b-4c28-a7f5-a5b914a1e367n%40googlegroups.com.
  • [git-users] ho... 'skobo002 University of Minnesota' via Git for human beings

Reply via email to