]> 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:

update
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 16 Jan 2009 04:03:49 +0000 (23:03 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 16 Jan 2009 04:03:49 +0000 (23:03 -0500)
lib/gitless [moved from lib/git-remote with 90% similarity]

similarity index 90%
rename from lib/git-remote
rename to lib/gitless
index e671ddec256f4832da20f64880063e0c1b774a54..87813161f742edb984b53a1ecb32493597279680 100644 (file)
@@ -6,11 +6,11 @@
 # 
 # To make mr use this file, add a line like this inside the [DEFAULT]
 # section of your ~/.mrconfig
-#include = cat /usr/share/mr/git-remote
+#include = cat /usr/share/mr/gitless
 #
 # And an example repo using it would look something like:
 #[lib/sound]
-#checkout = git_remote_checkout turtle /media/turtle/home/joey/lib sound
+#checkout = gitless_checkout turtle /media/turtle/home/joey/lib sound
 # 
 # In this example, the file server's hostname is "turtle", 
 # and it's mounted on /media/turtle. The file server contains a sound.git
@@ -22,7 +22,7 @@
 
 lib =
 
-       git_remote_checkout() {
+       gitless_checkout() {
                server="$1"
                remotebase="$2"
                dir="$3"