Mark Levedahl [off-list ref] writes:
On 10/17/2011 02:43 PM, Junio C Hamano wrote:
quoted
2c5c66b (Merge branch 'jp/get-ref-dir-unsorted', 2011-10-10) merged a
topic that forked from the mainline before a new helper function
get_packed_refs() refactored code to read packed-refs file. The merge made
the call to the helper function with an incorrect argument. The parameter
to the function has to be a path to the submodule.
Fix the mismerge.
Helped-by: Mark Levedahl[off-list ref]
Helped-by: Michael Haggerty[off-list ref]
Signed-off-by: Junio C Hamano<redacted>
---
Thank you, this fixes the problem for me.
Thanks for a quick bug report and helping with the test.