Re: git describe/contains for submodule commits

2019-05-29 Thread Jacob Keller
On Wed, May 22, 2019 at 5:04 PM Ævar Arnfjörð Bjarmason wrote: > > > On Thu, May 23 2019, Jacob Keller wrote: > > > Hi, > > > > I've had a few times where I was curious of when a submodule got set > > to a specific commit. > > > > I noticed that git describe has "blob" support, which outputs somet

Re: git describe/contains for submodule commits

2019-05-22 Thread Ævar Arnfjörð Bjarmason
On Thu, May 23 2019, Jacob Keller wrote: > Hi, > > I've had a few times where I was curious of when a submodule got set > to a specific commit. > > I noticed that git describe has "blob" support, which outputs something like > > :/path/to/file > > using the revision walking machinery. > > I'm cu

git describe/contains for submodule commits

2019-05-22 Thread Jacob Keller
Hi, I've had a few times where I was curious of when a submodule got set to a specific commit. I noticed that git describe has "blob" support, which outputs something like :/path/to/file using the revision walking machinery. I'm curious if anyone knows if that sort of revision walk could be ex