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

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:

typo
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 19 Jan 2008 18:12:32 +0000 (13:12 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 19 Jan 2008 18:12:32 +0000 (13:12 -0500)
lib/git-fake-bare

index 33bd39eac2fb414bd08c333c20f59d71c1bfa467..b9e20b8d6c110854d4c89b14484b489ea7e8cd77 100644 (file)
@@ -1,7 +1,7 @@
 # An example of how to add a new revision control system type to mr.
 # git fake bare repositories have a detached workspace. One potential
 # application is storing dotfiles in git, keeping them checked out in
-# one $HOME, but checked into different git repositories. This file adds
+# ones $HOME, but checked into different git repositories. This file adds
 # support for them, separate from the normal git support.
 
 # To make mr use this file, add a line like this inside the [DEFAULT]