search for: g456789

Displaying 1 result from an estimated 1 matches for "g456789".

Did you mean: 3456789
2009 May 11
1
hdt: git tag vs. git describe
# git tag -l | grep hdt-0.3.3 hdt-0.3.3 # git describe hdt-0.3.1-78-g78fdb43 Shouldn't "git describe" print something like "hdt-0.3.3-123-g456789"? Why does it still use the hdt-0.3.1 tag? - Sebastian