The repo I'm working with has .git/objects/info/alternates defined with an absolute path.
The dagger engine doesn't seem to respect that and I get a warning like this:
WRN failed to get commit object err="object not found"
Additionally, when I try certain git operations inside my own container running with that git repo they fail.
Is there a way to let dagger engine know about the alternate path git object path or do I need to pass in that Directory to my dagger function?