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

Improve wording in docs
authorRichard Hartmann <richih.mailinglist@gmail.com>
Fri, 10 Feb 2012 17:13:29 +0000 (18:13 +0100)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Fri, 10 Feb 2012 17:13:29 +0000 (18:13 +0100)
doc/vcsh.1.ronn
vcsh

index 11db1efa6358061d7537c3833b7983ecc2fd2d52..5e69c9a7f94118645ed4cd6ee4007533872173cc 100644 (file)
@@ -101,7 +101,7 @@ an interactive user.
   Set up repository with recommended settings.
 
 * which <substring>:
-  Find <substring> in any tracked file name.
+  Find <substring> in name of any tracked file.
 
 * write-gitignore:
   Write .gitignore.d/<repo> via git ls-files.
diff --git a/vcsh b/vcsh
index 7a9bf39a913e797ce9bb09d5c92e120fa2564378..015d47a7430be9ff270082ac7c66d008b1a99437 100755 (executable)
--- a/vcsh
+++ b/vcsh
@@ -35,7 +35,7 @@ help() {
    run <repo> \\
        <command>        Use this repository
    setup                Set up repository with recommended settings
-   which <substring>    Find substring in any tracked file name
+   which <substring>    Find substring in name of any tracked file
    write-gitignore \\
    <repo>               Write .gitignore.d/<repo> via git ls-files