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

Merge branch 'master' into completion-set-context-foreach-dispatch-v1
authorRichard Hartmann <RichiH@users.noreply.github.com>
Sun, 27 Aug 2017 19:23:01 +0000 (21:23 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2017 19:23:01 +0000 (21:23 +0200)
1  2 
_vcsh

diff --cc _vcsh
index 96ae6120f8964872cfe9a71e50479b3d01514d90,bc1a7b95a490ff7951439f3346aaef0495b71fb5..6880f728eaf266b0573bd0da9acf556f48428658
--- 1/_vcsh
--- 2/_vcsh
+++ b/_vcsh
@@@ -135,8 -138,7 +138,8 @@@ function _vcsh () 
                        if ! (( ${+functions[_vcsh-$vcshcommand]} )); then
                                # There is no handler function, so this is probably the name
                                # of a repository. Act accordingly.
-                               _dispatch git git
 +                              # FIXME: this may want to use '_dispatch vcsh git'
+                               GIT_DIR=$VCSH_REPO_D/$words[1].git _dispatch git git
                        else
                                curcontext="${curcontext%:*:*}:vcsh-${vcshcommand}:"
                                _call_function ret _vcsh-${vcshcommand}