I'd like to perform a partial "export" (only one subdirectory) of a bare repo. I've tried some solutions in the answers to Checkout Git files to a location outside the repository, however none seemed to work on a bare repo (operation must be run in a work tree).
Is this even possible?