Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | Daniel Shahaf <...@daniel.shahaf.name> |
Subject | Re: How to hide unversioned files from svn status |
Date | Tue, 22 Nov 2016 09:40:21 GMT |
Johan Corveleyn wrote on Tue, Nov 22, 2016 at 09:43:26 +0100: > If you want to add that option to every status command, maybe you can > use a shell alias or something similar for that? For Bourne-like shells: svn() { case "$1" in st|stat|staus) command svn -q "$@";; *) command svn "$@";; esac } (Put that in your shell's dotfiles.) | |
Mime |
|
View raw message |