Re: How to setup branch tracking when starting local?

2012-02-07 Thread Brian May
/$NAME.git] checkout = vcsh clone ~/tree/vcsh.repos/$NAME $NAME EOF ln -s ../available.d/$NAME.vcsh $HOME/.config/mr/config.d --- cut --- This doesn't do the initial push however, because this needs a commit to work. At least it does make things a bit easier then doing everything by hand. -- Brian

Re: Please add (upstream) changelog to vcsh

2012-02-14 Thread Brian May
one, since there are so nice ways to autogenerate changelogs from Git commit messages. Out of curiosity, why not just use git log ? A changelog file could get included in the Debian package, and that might be a good thing. -- Brian May br...@microcomaustralia.com.au

Re: Use vcsh when provisioning virtual environments

2012-02-15 Thread Brian May
, but unfortunately am lacking the key time ingredient required to make it work. -- Brian May br...@microcomaustralia.com.au ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

Re: Use vcsh when provisioning virtual environments

2012-02-15 Thread Brian May
. -- Brian May br...@microcomaustralia.com.au ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

Re: .gitignore with `/*` to check $HOME into Git

2013-10-18 Thread Brian May
in it. In which case, what is the point behind vcsh write-gitignore? -- Brian May br...@microcomaustralia.com.au ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

Re: Constant merging required

2015-03-29 Thread Brian May
On Mon, 30 Mar 2015 at 06:28 John Whitley whit...@bangpath.org wrote: Related thought about vcsh: I've been meaning to add a vcsh each command as a generalization of vcsh {push,pull}. E.g. vcsh each git config branch.master.rebase true. That would be handy in cases like this where I want to