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

no git status or diff on vcsh entry
authormartin f. krafft <madduck@madduck.net>
Fri, 27 Jun 2008 10:57:59 +0000 (12:57 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 27 Jun 2008 10:58:18 +0000 (12:58 +0200)
.zsh/func/vcsh

index b9f4b5d174aca900a2128e327bc064a1c1d08636..c3c635750f1cab6606f125a5e28a170aa13ec16c 100755 (executable)
@@ -37,8 +37,6 @@ old_GIT_WORK_TREE="${GIT_WORK_TREE:-}"
 export GIT_DIR="$FGIT_BASE/${1}.git"
 export GIT_WORK_TREE="$GIT_DIR/$(git config --get core.worktree)"
 
 export GIT_DIR="$FGIT_BASE/${1}.git"
 export GIT_WORK_TREE="$GIT_DIR/$(git config --get core.worktree)"
 
-git status
-
 PS1="%S{${0##*/}:$1}%s$PS1" $SHELL -i || :
 
 GIT_DIR="$old_GIT_DIR"
 PS1="%S{${0##*/}:$1}%s$PS1" $SHELL -i || :
 
 GIT_DIR="$old_GIT_DIR"