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

Removed unnecessary syntax
authorCaleb Maclennan <caleb@alerque.com>
Sun, 20 Oct 2013 01:28:18 +0000 (19:28 -0600)
committerRichard Hartmann <richih@debian.org>
Sun, 27 Oct 2013 11:45:30 +0000 (12:45 +0100)
vcsh

diff --git a/vcsh b/vcsh
index ed42920f5f29e3a3bdfa7216ff799db08f684f6b..f987fbfd5a24d6df99e8b1ef091a3e27fecdfd08 100755 (executable)
--- a/vcsh
+++ b/vcsh
@@ -159,7 +159,7 @@ clone() {
        for object in $(git ls-tree -r origin/master | awk '{print $4}'); do
                [ -e "$object" ] &&
                        error "'$object' exists." &&
        for object in $(git ls-tree -r origin/master | awk '{print $4}'); do
                [ -e "$object" ] &&
                        error "'$object' exists." &&
-                       VCSH_CONFLICT=1;
+                       VCSH_CONFLICT=1
        done
        [ "$VCSH_CONFLICT" = '1' ] &&
                fatal "will stop after fetching and not try to merge!
        done
        [ "$VCSH_CONFLICT" = '1' ] &&
                fatal "will stop after fetching and not try to merge!