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

completion: Return the correct error code from __vcsh_*.
authorDaniel Shahaf <d.s@daniel.shahaf.name>
Sun, 16 Jul 2017 18:19:28 +0000 (18:19 +0000)
committerDaniel Shahaf <d.s@daniel.shahaf.name>
Sun, 16 Jul 2017 18:19:28 +0000 (18:19 +0000)
_vcsh

diff --git a/_vcsh b/_vcsh
index 3022c6125d6a4a82db9697ee76a5f7c229d12f95..77ff976b21a811518de47d41403f0a5fdfa86c62 100644 (file)
--- a/_vcsh
+++ b/_vcsh
@@ -138,7 +138,7 @@ function _vcsh () {
                                _dispatch git git
                        else
                                curcontext="${curcontext%:*:*}:vcsh-${vcshcommand}:"
-                               _call_function ret _vcsh-${vcshcommand}
+                               _call_function ret _vcsh-${vcshcommand} && (( ret ))
                        fi
                fi
        fi