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

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
2011-11-18 Richard HartmannMerge pull request #8 from Dieterbe/xdg
2011-11-18 Richard HartmannImprove feedback
2011-11-18 Richard HartmannCreate .gitignore.d/ in case it does not exist
2011-11-18 Richard HartmannAutomate handling of .gitignore.d/$REPO_NAME
2011-11-18 Dieter PlaetinckDo not rely on XDG settings being the defaults
2011-11-17 Richard HartmannIgnore patch files
2011-11-17 Richard HartmannClean and fix docs a bit
2011-11-17 Gernot SchulzMerge EXAMPLES into README, restructure, some corrections
2011-11-16 Richard HartmannIntroduce seed-gitignore to, well, seed gitignore..
2011-11-16 Richard HartmannActually commit new INSTALL.md
2011-11-16 Richard HartmannINSTALL.md really only talks about install-related...
2011-11-16 Richard HartmannUpdate TOOD
2011-11-16 Richard HartmannImprove error message for aborted clone
2011-11-14 Richard HartmannMake vcsh heed $VCSH_BASE if already defined
2011-11-14 Richard HartmannCreate .gitignore
2011-11-14 Richard HartmannCreate Makefile
2011-11-12 Richard HartmannMinimal grammatical improvement.
2011-11-12 Gernot SchulzMake Markdown source easier to read
2011-11-12 Gernot SchulzSome fixes; formatting
2011-11-11 Richard HartmannMore formatting...
2011-11-11 Richard HartmannFix formatting
2011-11-11 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2011-11-11 Richard HartmannAdd a comma
2011-11-11 Gernot Schulzadd subsection numbering
2011-11-11 Gernot SchulzFix codeblock indentation Thanks to Github's formatting...
2011-11-11 Gernot SchulzCover using vcsh w/o mr in the docs
2011-11-11 Richard HartmannAdd ronn-based manpage
2011-11-10 Richard HartmannEnable github to parse INSTALL & README as markdown
2011-11-10 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2011-11-10 Richard HartmannExtend README
2011-10-27 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2011-10-27 Richard HartmannMake INSTALL even better
2011-10-27 Richard HartmannImprove docs
2011-10-26 Richard HartmannIntroduce third way in INSTALL
2011-10-26 Richard HartmannMake INSTALL easy to use by way of templating
2011-10-26 Richard HartmannUpdated TODO
2011-10-26 Richard HartmannFix init
2011-10-26 Richard HartmannMake debug & verbose testing more resilient
2011-10-26 Richard HartmannFix stupid bug
2011-10-26 Richard HartmannMore quoting and temporary removal of `vcsh exit`
2011-10-22 Richard Hartmann`vcsh init` without repo name prints help, now
2011-10-18 Richard HartmannRelease of v0.20111018
2011-10-17 Richard HartmannRelease of 0.20111017
2011-09-18 Richard HartmannSwitched from [ -n "$state" ] to [ "$state" = '1']
2011-09-17 Richard HartmannMade fully(?) POSIX shell compliant, some minor cleanups
2011-06-10 Richard HartmannUpdated TODO
2011-06-05 Richard Hartmannmore TODO
2011-06-04 Richard HartmannAdded rudimentary INSTALL file
2011-06-03 Richard HartmannMerge pull request #3 from Dieterbe/master
2011-05-27 Dieter Plaetinckbugfix: "return" is only valid in functions, replace...
2011-05-26 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2011-05-26 Richard HartmannUpdated TODO to reflect current status
2011-05-24 Richard HartmannAvoid error when executed by /bin/sh
2011-05-23 Richard HartmannCleanup of Corey's patch
2011-05-23 Corey QuinnTest conditions for ~/.config
2011-05-23 Richard HartmannMinor cleanups
2011-05-22 Richard HartmannAdded README
2011-05-16 Richard HartmannAdded zsh completion
2011-05-01 Richard HartmannDon't export $GIT_REMOTE
2011-05-01 Richard Hartmannallow vcsh clone <repo>; without <target>
2011-04-28 Richard HartmannInitial commit