[PATCH] Fix guilt to work correctly even if the refs are packed
commita770f3212f82c190f55233ecda0e2021f862787c
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Jul 2007 15:10:41 +0000 (6 11:10 -0400)
committerJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Fri, 6 Jul 2007 15:10:41 +0000 (6 11:10 -0400)
tree23e22949c6493cf21b78a33cda7c29bbb1876f15
parentf648b7b20bafaec356503a47b721291c029f051b
[PATCH] Fix guilt to work correctly even if the refs are packed

Explicitly referencing .git/refs/heads/$branch is bad; use git
show-ref -s instead.

[jsipek: Fixed up commit message; the option is -s not -h]
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
guilt