Hello,

That's how I get the corresponding blob path: 
git rev-list --all --objects | grep BLOB_SHA

The problem is that for some blobs, the above mentioned command does not 
return the expected path.

Now the question is: is it possible to have blobs for which the path cannot 
be identified? ...or is it a bug of rev-list command?

There are 2 hypotheses in my mind:
1.  there are some corrupted blobs in my repository, so that's why rev-list 
cannot identify the path; (I don't know if this really makes sense)
2. rev-list doesn't work properly;


Is there an alternative for identifying the path of the blob?

Any help is welcome.
Lavinia

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to