]> 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-12-05 Richard HartmannRemove useless condition
2011-12-05 Richard HartmannAdd license information, all authors to date agreed...
2011-12-05 Richard HartmannUpdated .gitignore
2011-12-05 Richard HartmannRename `vcsh seed-gitignore` to `vcsh write-gitignore`
2011-12-04 Richard HartmannForgot to commit manpage for `vcsh <repo>`
2011-12-03 Richard HartmannMake `vcsh <repo>` a shortcut for `vcsh enter <repo>`
2011-12-02 Richard HartmannAdd docs for list-tracked and list-tracked-by
2011-11-30 Richard HartmannAdd list-tracked-by and list-tracked
2011-11-30 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2011-11-30 Richard HartmannMake debugging more verbose
2011-11-30 Richard HartmannRemove stale code
2011-11-30 Richard HartmannUpdate setup() to only add .gitignore/$repo if it exists
2011-11-29 Richard HartmannExtend mr support to all commands
2011-11-29 Richard HartmannUpdate to mr support
2011-11-29 Richard HartmannAdd support for mr
2011-11-29 Richard HartmannFix regression from d4326c2c1c2d5e9626f8d9e2ba0e5e38487...
2011-11-27 Richard HartmannFix syntax errors
2011-11-26 Richard HartmannMerge remote-tracking branch 'Dieter_be/master'
2011-11-26 Richard HartmannAdd more error handling
2011-11-26 Richard HartmannRemove old cleanup code for `vcsh use`
2011-11-26 Richard HartmannUse `rmdir` instead of `rm -rf`
2011-11-26 Richard HartmannIntroduce `vcsh mv`
2011-11-26 Richard HartmannRemove duplicate & no-op code
2011-11-26 Richard HartmannUse explicit variable names and improve quoting
2011-11-26 Richard HartmannIntroduce `make test`
2011-11-26 Dieter Plaetinckremove left-over useless exit code
2011-11-25 Richard HartmannMinor formatting updates
2011-11-25 Dieter PlaetinckCleanup use() exit scenarios
2011-11-25 Dieter PlaetinckCleanup argument parsing and delegation
2011-11-24 Richard HartmannClean up Dieter's patches
2011-11-24 Richard HartmannMerge pull request #13 from Dieterbe/master
2011-11-24 Dieter PlaetinckMake info calls consistent
2011-11-24 Dieter PlaetinckMake error reporting sane
2011-11-24 Richard HartmannUse exit and {} instead of return and ()
2011-11-24 Richard HartmannRemove `use` and `exit`
2011-11-23 Richard HartmannIntroduce `vcsh setup`
2011-11-23 Richard HartmannRe-arrange functions
2011-11-23 Richard HartmannFix `vcsh clone`
2011-11-22 Richard HartmannUpdate docs
2011-11-22 Richard HartmannIntroduce `vcsh enter`
2011-11-22 Richard HartmannUpdate docs
2011-11-22 Richard HartmannWarn when source-only functions are called in executed...
2011-11-22 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2011-11-22 Richard HartmannRe-introduce `vcsh use` and `vcsh exit`
2011-11-22 Richard HartmannIgnore Vim swap files
2011-11-22 Richard HartmannGet rid exit(3)
2011-11-22 Richard HartmannImprove seeg-gitignore to work around git's issues...
2011-11-22 Richard HartmannRename $REPO_NAME -> $VCSH_REPO_NAME
2011-11-22 Richard HartmannMore refactoring cleanups; hopefully the end of this
2011-11-22 Richard HartmannFix seed-gitignore, which was broken by the refactoring
2011-11-21 Richard HartmannUpdated TODO
2011-11-20 Richard HartmannMajor refactoring and one new feature
2011-11-20 Richard HartmannReformat and update docs, completion etc
2011-11-20 Richard HartmannUpdate `vcsh delete`
2011-11-19 Richard HartmannImplement `vcsh delete $repo`
2011-11-19 Richard HartmannQuit vcsh if repo can not be found
2011-11-19 Richard HartmannRemove useless line of code
2011-11-19 Richard HartmannMake seed-gitignore more robust and only update the...
2011-11-19 Richard HartmannMake `vcsh seed-gitignore` independent of $PWD
2011-11-19 Richard HartmannMake `vcsh init` create and add $HOME/.gitignore.d...
2011-11-19 Richard HartmannFix typo
2011-11-18 Gernot SchulzMerge branch 'master' into docs
2011-11-18 Richard HartmannUpdate README.md
2011-11-18 Richard HartmannUpdate README.md
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-18 Gernot SchulzSome README fixes
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
next