]> git.madduck.net Git - code/vcsh.git/log

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:

code/vcsh.git
12 years agoUpdated TODO
Richard Hartmann [Wed, 26 Oct 2011 21:50:38 +0000 (23:50 +0200)]
Updated TODO

12 years agoFix init
Richard Hartmann [Wed, 26 Oct 2011 20:55:26 +0000 (22:55 +0200)]
Fix init

12 years agoMake debug & verbose testing more resilient
Richard Hartmann [Wed, 26 Oct 2011 20:47:38 +0000 (22:47 +0200)]
Make debug & verbose testing more resilient

12 years agoFix stupid bug
Richard Hartmann [Wed, 26 Oct 2011 20:37:57 +0000 (22:37 +0200)]
Fix stupid bug

12 years agoMore quoting and temporary removal of `vcsh exit`
Richard Hartmann [Wed, 26 Oct 2011 19:32:53 +0000 (21:32 +0200)]
More quoting and temporary removal of `vcsh exit`

12 years ago`vcsh init` without repo name prints help, now
Richard Hartmann [Sat, 22 Oct 2011 16:42:55 +0000 (18:42 +0200)]
`vcsh init` without repo name prints help, now

12 years agoRelease of v0.20111018
Richard Hartmann [Tue, 18 Oct 2011 12:23:30 +0000 (14:23 +0200)]
Release of v0.20111018

* Fixed issue where vcsh init & clone would print help as they
  tried to call currently non-existant vcsh use

12 years agoRelease of 0.20111017
Richard Hartmann [Mon, 17 Oct 2011 08:19:14 +0000 (10:19 +0200)]
Release of 0.20111017

* Has been tested on my and other's machines for months
* Includes zsh completion
* Does not support `vcsh use`, but in a releasable state otherwise

12 years agoSwitched from [ -n "$state" ] to [ "$state" = '1']
Richard Hartmann [Sun, 18 Sep 2011 00:07:40 +0000 (02:07 +0200)]
Switched from [ -n "$state" ] to [ "$state" = '1']

12 years agoMade fully(?) POSIX shell compliant, some minor cleanups
Richard Hartmann [Sat, 17 Sep 2011 23:20:02 +0000 (01:20 +0200)]
Made fully(?) POSIX shell compliant, some minor cleanups

* This version should be fully POSIX shell compliant
* Quoted all variables withing [ ]
* Added debugging and verbose output via shell variables
* Cleaned up INSTALL

12 years agoUpdated TODO
Richard Hartmann [Fri, 10 Jun 2011 22:09:12 +0000 (00:09 +0200)]
Updated TODO

12 years agomore TODO
Richard Hartmann [Sun, 5 Jun 2011 09:14:56 +0000 (11:14 +0200)]
more TODO

12 years agoAdded rudimentary INSTALL file
Richard Hartmann [Sat, 4 Jun 2011 08:43:24 +0000 (10:43 +0200)]
Added rudimentary INSTALL file

12 years agoMerge pull request #3 from Dieterbe/master
Richard Hartmann [Fri, 3 Jun 2011 15:11:39 +0000 (08:11 -0700)]
Merge pull request #3 from Dieterbe/master

Switch from zsh to POSIX sh

All zsh-specific stuff will be done in a zsh function which will wrap vcsh.

12 years agobugfix: "return" is only valid in functions, replace with "exit"
Dieter Plaetinck [Thu, 26 May 2011 22:01:43 +0000 (00:01 +0200)]
bugfix: "return" is only valid in functions, replace with "exit"

12 years agoMerge branch 'master' of github.com:RichiH/vcsh
Richard Hartmann [Thu, 26 May 2011 16:19:32 +0000 (18:19 +0200)]
Merge branch 'master' of github.com:RichiH/vcsh

12 years agoUpdated TODO to reflect current status
Richard Hartmann [Thu, 26 May 2011 16:18:42 +0000 (18:18 +0200)]
Updated TODO to reflect current status

12 years agoAvoid error when executed by /bin/sh
Richard Hartmann [Tue, 24 May 2011 21:46:16 +0000 (23:46 +0200)]
Avoid error when executed by /bin/sh

No idea why

  [[ -n $ZSH_VERSION ]] && vcsh_exit() {vcsh exit; zle reset-prompt;}

errors out with

  vcsh: 96: Syntax error: "}" unexpected (expecting "fi")

but oh well.

12 years agoCleanup of Corey's patch
Richard Hartmann [Mon, 23 May 2011 22:58:26 +0000 (00:58 +0200)]
Cleanup of Corey's patch

12 years agoTest conditions for ~/.config
Corey Quinn [Mon, 23 May 2011 02:06:14 +0000 (19:06 -0700)]
Test conditions for ~/.config

12 years agoMinor cleanups
Richard Hartmann [Mon, 23 May 2011 22:52:23 +0000 (00:52 +0200)]
Minor cleanups

13 years agoAdded README
Richard Hartmann [Sun, 22 May 2011 22:36:53 +0000 (00:36 +0200)]
Added README

13 years agoAdded zsh completion
Richard Hartmann [Mon, 16 May 2011 00:33:10 +0000 (02:33 +0200)]
Added zsh completion

13 years agoDon't export $GIT_REMOTE
Richard Hartmann [Sun, 1 May 2011 23:18:50 +0000 (01:18 +0200)]
Don't export $GIT_REMOTE

13 years agoallow vcsh clone <repo>; without <target>
Richard Hartmann [Sun, 1 May 2011 21:25:30 +0000 (23:25 +0200)]
allow vcsh clone <repo>; without <target>

13 years agoInitial commit
Richard Hartmann [Thu, 28 Apr 2011 11:51:00 +0000 (13:51 +0200)]
Initial commit