From: martin f. krafft Date: Thu, 25 Oct 2007 19:57:17 +0000 (+0200) Subject: Implement (initial) support for fake bare git repositories X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/36ce226caca56a82e8c56426c5bb9bfc47e9e642?hp=36ce226caca56a82e8c56426c5bb9bfc47e9e642 Implement (initial) support for fake bare git repositories Fake bare git repositories are non-bare git repositories with a detached worktree. Thus, they require core.worktree set in the configuration. The current implementation assumes that such repositories are named foo.git. So far, support has only been added for register, update, log, and status. Specifically diff and commit do not work yet. ---