]> git.madduck.net Git - code/myrepos.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Implement (initial) support for fake bare git repositories
authormartin f. krafft <madduck@madduck.net>
Thu, 25 Oct 2007 19:57:17 +0000 (21:57 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 25 Oct 2007 20:03:27 +0000 (22:03 +0200)
commit36ce226caca56a82e8c56426c5bb9bfc47e9e642
tree33b12b32f3b402da3c977d8f5cac4fe652fc8058
parent2b99538928d4c2b2021e8f3bf0de4f801475288a
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.
mr