]> git.madduck.net Git - code/vcsh.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:

vcsh plugin needs only be included up until mr 1.10 docs-improvements
authormartin f. krafft <madduck@madduck.net>
Tue, 23 Apr 2013 12:10:00 +0000 (14:10 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 1 May 2013 09:51:20 +0000 (11:51 +0200)
Signed-off-by: martin f. krafft <madduck@madduck.net>
README.md

index 889cb09f121ed0f912c7620e7eea79882de24e22..8017d843406030f4220b39326bdf71b17c5a4e40 100644 (file)
--- a/README.md
+++ b/README.md
@@ -138,8 +138,11 @@ this:
 
     [DEFAULT]
     jobs = 5
-    # Use if your mr does not have vcsh support in mainline, yet
+    # The following line is only needed if your mr does not have vcsh support
+    # in core, that is version 1.10 or older. Check the file itself if you are
+    # unsure.
     include = cat /usr/share/mr/vcsh
+    # Include all (enabled) configuration snippets (see above)
     include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/*
 
 ### repo.d ###
@@ -166,7 +169,7 @@ configuration to a new host.
 2. Choose your repositories by linking them in config.d (or go with the default
    you may have already configured by adding symlinks to git).
 3. Make sure the line 'include = cat /usr/share/mr/vcsh' in .mrconfig points
-   to an existing file
+   to an existing file. Check the file itself to see if the line is necessary.
 4. Run mr to clone the repositories: `cd; mr update`.
 5. Done.