]> 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
2014-10-22 Richard Hartmannvcsh: Make status() show commit offsets to remote track...
2014-05-07 Richard Hartmannvcsh: Make status show commits ahead/behind remote
2014-04-05 Richard HartmannMerge pull request #128 from tfnico/patch-4
2014-03-31 Richard HartmannMerge pull request #130 from g-raud/master
2014-03-31 G.raudsh-code portability improvements and fixes
2014-03-24 Thomas Ferris... Fix ticks and commas
2014-03-24 Richard HartmannMerge pull request #127 from tfnico/patch-3
2014-03-24 Thomas Ferris... Link to doc files
2014-03-24 Richard HartmannREADME.md: Move into doc/; put in tiny one in place
2014-03-24 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2014-03-24 Richard HartmannMove docs to doc/
2014-03-23 Richard HartmannMerge pull request #124 from tfnico/patch-2
2014-03-23 Thomas Ferris... Fix a typo and some casing
2014-03-16 Richard HartmannCONTRIBUTORS: Update
2014-03-16 Richard Hartmannvcsh: Update copyright information
2014-03-16 Richard HartmannAdd copyright blurb for https://github.com/RichiH/vcsh...
2014-03-15 Richard HartmannMerge remote-tracking branch 'andschwa/docs'
2014-03-15 Richard HartmannMerge remote-tracking branch 'jfw/master'
2014-03-13 Richard HartmannRelease v1.20140313
2014-03-13 Richard HartmannUpdate manpage
2014-03-12 Jeff Fein-WortonImproved post-init-add-origin hook
2014-03-07 Andrew SchwartzmeyerOne more
2014-03-07 Andrew SchwartzmeyerVarious fixes to readme
2014-03-05 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2014-03-05 Richard HartmannMerge branch 'feature/gitattributes'
2014-03-04 Richard Hartmannvcsh: Default to not using ~/.gitattributes.d
2014-03-04 Richard HartmannMerge pull request #108 from alerque/master
2014-02-27 Richard HartmannMerge pull request #108 from alerque/master
2014-02-27 Caleb Maclennanuse more portable find syntax
2014-02-27 Caleb Maclennanadd install instructions for osx
2014-02-26 Caleb Maclennanrefactor install instructions to include myrepos
2014-02-26 Caleb Maclennanupdate Arch install guide to use stable packages
2014-02-26 Caleb Maclennanupdate readme to reflect upstream project change
2014-02-25 Richard HartmannMerge branch 'feature/IFS'
2014-02-25 Jeff Fein-Wortonadded sample post-init
2014-02-23 Richard Hartmannvcsh: $() instead of ``
2014-02-23 Richard Hartmannvcsh: Support whitespace in filenames for gitignore
2014-02-21 Richard HartmannMerge branch 'feature/gitattributes'
2014-02-21 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2014-02-21 Richard Hartmannvcsh: Support per-repo .gitattributes
2014-02-21 Richard Hartmannvcsh: Formatting
2014-02-21 Richard HartmannMerge pull request #106 from a-sk/master
2014-02-19 Skurikhin AlexanderFix typo $XDH_CONFIG_HOME -> $XDG_CONFIG_HOME
2014-02-13 Richard HartmannMerge branch 'feature/chown'
2014-02-13 Richard Hartmannvcsh: Fix up the rest of the (relevant) git calls
2014-02-13 Richard Hartmannvcsh: Pass along exit code
2014-02-09 Richard HartmannIntroduce static manpage as part of normal repo
2014-02-08 Richard Hartmanndoc/sample_hooks/: Cleanups
2014-02-08 Richard HartmannMerge pull request #89 from alerque/master
2014-02-05 Caleb Maclennanadd sample hooks that allow cloning over extant files
2014-02-05 Caleb Maclennanadd hooks to enable auto handing of merge conflicts
2014-02-04 Richard HartmannUpdate CONTRIBUTORS
2014-02-04 Dato Simóvcsh: don't allow `clone` to choke on filenames with...
2014-02-04 Dato Simóvcsh: strip host part from GIT_REMOTE when inferring...
2014-01-21 Richard Hartmannvcsh: Initialize repos with --shared=0600
2014-01-06 Richard HartmannUpdate CONTRIBUTORS
2013-12-29 Richard Hartmann.gitignore: Ignore .swp
2013-12-29 Richard Hartmannsh: Bump version to 1.20131229.git-HEAD
2013-12-29 Richard HartmannRelease v1.20131229
2013-12-29 Richard Hartmannvcsh: Improve comments
2013-12-29 Richard Hartmannvcsh: Typo
2013-12-29 Mikhail GusarovUse 'case' sh construct to shorten short commands'...
2013-12-29 Mikhail GusarovUse "assign default values" sh feature to simplify...
2013-12-29 Richard Hartmannvcsh: More resilient variable handling for 6b22746e94bf...
2013-12-29 Mikhail GusarovUse sh 'default value' expansion more idiomatic construct
2013-12-28 Richard HartmannREADME.md: Update Debian install directions
2013-12-28 Richard HartmannMerge pull request #101 from dastergon/add_gentoo_doc
2013-12-28 Richard Hartmannvcsh: Improve error message
2013-12-28 Richard Hartmannvcsh: Fix mktemp bug
2013-12-26 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2013-12-24 Pavlos Ratisadd Gentoo installation in README
2013-12-20 Richard HartmannMerge pull request #98 from dottedmag/fix--echo-n-os-x
2013-12-18 Mikhail GusarovUse printf, not echo -n to print messages without newline
2013-12-18 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2013-12-17 Richard HartmannMerge pull request #97 from Zearin/tables
2013-12-16 TonyUse GFM table syntax for usage examples
2013-12-14 Richard Hartmannvcsh: Formatting
2013-12-13 Richard Hartmannvcsh: Bump version to 1.20131214.git-HEAD
2013-12-13 Richard HartmannRelease 1.20131214
2013-12-09 Richard HartmannRevert "Implement basename in shell"
2013-12-09 Richard HartmannMerge remote-tracking branch 'archwyrm/clone-trailing...
2013-12-01 Markus MartinFix missing blank repository name when cloning
2013-11-25 Rob CornishFixed variable assignment bug in rename()
2013-10-27 Richard HartmannMakefile: Make `make test` silent
2013-10-27 Richard HartmannMakefile: Avoid calling `dirname`
2013-10-27 Caleb MaclennanRemoved newline escape sequence that was not properly...
2013-10-27 Richard HartmannCONTRIBUTORS: Add Caleb Maclennan
2013-10-27 Caleb MaclennanRemoved unnecessary syntax
2013-10-27 Richard Hartmanntools/list_CONTRIBUTORS, CONTRIBUTORS: Better wording
2013-10-27 Richard HartmannCONTRIBUTORS: Update
2013-10-27 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2013-10-27 Richard HartmannMerge commit 'ccf40b91a67127084ee81e875ee5b77b3b0f019d'
2013-10-27 Richard HartmannMerge pull request #86 from xaocon/master
2013-10-27 Richard HartmannMerge pull request #90 from Dridi/feature--makefile_dirs
2013-10-22 Dridi BoukelmouneMake Makefile more configurable (doc and zsh dirs)
2013-10-17 Gregor JasnyMake root tool configurable
2013-09-30 Evan Pitstickupdated docs to leave out run so it will be consistent
2013-09-20 Richard HartmannMerge branch 'master' of github.com:RichiH/vcsh
2013-09-20 Richard Hartmannvcsh: Add ".git-HEAD" to version number
2013-09-19 Richard Hartmannvcsh: Add git version information on all debug runs
next