]> 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
2013-06-08 Richard HartmannUpdate README.md
2013-05-27 Richard HartmannRelease 1.3
2013-05-20 Richard Hartmanndoc/vcsh.1.ronn s/git/Git/
2013-05-12 Richard HartmannREADME.md: Update documentation
2013-05-11 Richard HartmannTypo
2013-05-11 Richard HartmannBetter debugging
2013-05-10 Richard Hartmannrename PACKAGING to PACKAGING.md
2013-05-09 Richard HartmannREADME.md: Remove emphasis
2013-05-09 Richard HartmannMore work on README.md
2013-05-09 Richard HartmannStart rewriting README.md
2013-05-09 Richard HartmannUpdate INSTALL.md
2013-05-07 Richard HartmannRename `vcsh setup` to `vcsh upgrade`
2013-05-07 Richard HartmannUpdate CONTRIBUTORS
2013-05-07 Richard HartmannMove AUTHORS to CONTRIBUTORS
2013-05-07 Richard HartmannRemove blank line from changelog
2013-05-06 Richard HartmannMerge branch 'zsh-completion'
2013-05-06 Frank TerbeckImplement zsh completion for "run" and "rename" subcommands
2013-05-06 Richard HartmannMerge branch 'zsh-completion'
2013-05-06 Richard HartmannImprove basename()
2013-05-06 Richard HartmannMerge remote-tracking branch 'madduck/shell-improvements'
2013-05-03 Richard HartmannUpdate PACKAGING
2013-05-01 martin f. krafftRemove extraneous space
2013-04-28 martin f. krafftImplement basename in shell
2013-04-27 Richard HartmannMake zsh not complete on an endless cycle of repos
2013-04-25 Richard HartmannImprove zsh completion; work in progress
2013-04-23 Richard HartmannMerge pull request #43 from madduck/anchor-ignores
2013-04-23 martin f. krafftAnchor ignore lines anchor-ignores
2013-04-23 martin f. krafftHide hook execution messages unless verbose
2013-04-21 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2013-04-20 Richard HartmannRelease 1.2
2013-04-20 Richard HartmannIntroduce `vcsh version`
2013-04-20 Richard HartmannUpdate man page
2013-04-04 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2013-04-04 Richard HartmannUpdate licensing info
2013-04-01 Richard HartmannPACKAGING: Add information about Homebrew
2013-03-30 Richard HartmannRelease 1.1
2013-03-30 Richard HartmannMerge branch 'debbug-699093'
2013-03-08 Richard HartmannMerge branch 'force-delete-repo' of https://github...
2013-03-08 Richard HartmannMerge branch 'destroy-typo' of https://github.com/jster...
2013-03-08 Jonathan SternbergUse rm -f when removing a git repo.
2013-03-08 Jonathan SternbergTypo in warning message 'DETROY' -> 'DESTROY'.
2013-02-13 Richard HartmannRelease 1.0.1
2013-01-28 Richard HartmannApply patch by Ian Campbell
2012-10-08 Richard HartmannEscape underscores in doc/error_codes.md
2012-10-08 Richard HartmannFix option parsing
2012-10-04 Richard HartmannMerge pull request #31 from mek-apelsin/master
2012-10-04 mek-apelsinCorrect a few missing words in help
2012-09-11 Richard HartmannImprove wording in manpage
2012-09-11 Richard HartmannSupport more configuration files
2012-09-11 Richard HartmannRefer users of `git submodule` to v1.7.12 or later
2012-08-29 Richard HartmannAdd command line options
2012-06-29 Richard HartmannRelease 1.0
2012-06-29 Richard HartmannMake `vcsh list` even more resilient ;)
2012-06-28 Richard HartmannPoint out incompability to `git submodule`
2012-06-28 Richard HartmannClarify stance on GPLv2+ vs GPLv3+
2012-06-28 Richard HartmannAdd PACKAGING
2012-06-28 Richard HartmannSort AUTHORS alphabetically
2012-06-11 Richard HartmannMerge pull request #30 from esc/feature/better_author_list
2012-06-05 Valentin Haeneluse git shortlog and .mailmap to remove duplicates
2012-06-05 Richard HartmannMerge pull request #29 from esc/feature/silence_cowsay
2012-06-04 Valentin Haeneldon't echo the command when doing make moo
2012-04-23 Richard HartmannMake `vcsh list` more resilient
2012-04-11 Richard HartmannUpdate docs wrt AUR
2012-04-04 Richard HartmannImprove installation howto
2012-03-27 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2012-03-26 Richard HartmannOrder help alphabetically
2012-03-21 Richard HartmannSlightly improve wording
2012-03-21 Richard HartmannAdd links to my talks page
2012-02-27 Richard HartmannUpdate changelog, release v0.20120227
2012-02-19 Richard HartmannFix license information in manpage
2012-02-19 Richard HartmannTransform Makefile to make re-use easier
2012-02-19 Richard HartmannWhitespace fix
2012-02-15 Richard HartmannUpdate changelog
2012-02-15 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2012-02-15 Richard HartmannIntroduce changelog
2012-02-13 Richard HartmannDocument hooks pre-/post-command
2012-02-13 Richard HartmannMerge branch 'hook-support'
2012-02-13 Richard HartmannAdd hooks for generic command execution
2012-02-10 Richard HartmannMerge branch 'which'
2012-02-10 Richard HartmannImprove wording in docs
2012-02-10 Richard HartmannAdd docs for `vcsh which`
2012-02-10 Richard HartmannMake parser more robust
2012-02-10 Richard HartmannImplement `vcsh which`
2012-02-10 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2012-02-10 Richard HartmannFix `vcsh delete`
2012-02-10 Richard HartmannImprove man page
2012-02-10 Richard HartmannFix quoting
2012-02-10 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2012-02-10 Richard HartmannFormatting
2012-02-07 Richard HartmannUpdate README.md
2012-02-07 Richard HartmannUpdate README.md
2012-02-06 Richard HartmannUpdate README.md
2012-02-03 Richard HartmannMore documentation fixes
2012-02-03 Richard HartmannFix documentation
2012-01-29 Richard HartmannTell people when hooks are executed
2012-01-29 Richard HartmannAdd AUTHORS
2012-01-23 Richard HartmannImprove quoting
2012-01-22 Richard HartmannBetter quoting
2012-01-22 Richard HartmannFormatting
2012-01-22 Richard HartmannSlightly better if clause
next