]> git.madduck.net Git - code/myrepos.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/myrepos.git
2007-10-23 Joey Hess* Patch from Simon McVittie, adding support for darcs...
2007-10-22 Joey Hessuse git tag -l , needed by older gits
2007-10-22 Joey Hess* Fix inverted tests in tags command. (madduck)
2007-10-22 martin f. krafftswitch tests for vcs directories for tags method
2007-10-22 Joey Hessreleasing version 0.6
2007-10-22 Joey Hessdon't print \n between skipped repos
2007-10-22 Joey Hessgetcwd might fail if the working directory is deleted...
2007-10-21 Joey Hessfix leaf subdir case
2007-10-21 Joey Hess* Add ability to reorder repos, if you want mr to act...
2007-10-21 Joey Hessimprove wording
2007-10-21 Joey Hess* hours_since was broken by design, and fixing it invol...
2007-10-21 Joey Hessreally works now
2007-10-21 Joey Hesson second thought, this is a better test
2007-10-21 Joey Hessadd syntax check to build process
2007-10-21 Joey Hessassume any action with "update" in its name is like...
2007-10-21 Joey Hessinclude a simplified mrconfig and move the hairy stuff...
2007-10-21 Joey Hess* Add to the example mrconfig a "tags" command that...
2007-10-21 Joey Hessreword
2007-10-21 Joey Hessmention mercurial too
2007-10-21 Joey Hessadd announcedir target, for news on its web page
2007-10-21 Joey Hessreleasing version 0.5
2007-10-21 Joey Hessmention new feature
2007-10-21 Joey Hessneed to manally reap children since it manually forks now
2007-10-21 Joey Hesstypo
2007-10-21 Joey Hessminor wording improvements
2007-10-21 Joey Hessfix -j mode to preserve stderr distinct from stdout,
2007-10-20 Joey Hesstypo
2007-10-20 Joey Hess-j bugfixes
2007-10-20 Joey Hessreorder to avoid race
2007-10-20 Joey Hess* Incorporate code from on Anthony Towns's mrs, to...
2007-10-20 Joey Hessimprove quietupdate
2007-10-20 Joey Hessadd an example of how to run git w/o getting random...
2007-10-20 Joey Hessadd mercurial
2007-10-20 Joey Hesscleanups
2007-10-20 Alexander WirtAdd support for mercurial
2007-10-20 Joey Hessgit push example
2007-10-20 Joey Hess* Change mr update to use git pull -t origin master...
2007-10-19 Joey Hessexample
2007-10-19 Joey Hess* Fix output of "mr config DEFAULT lib".
2007-10-19 Joey Hessrewording
2007-10-19 Joey Hess* Removed special case repository deletion handling...
2007-10-19 Joey Hesscrazy idea
2007-10-18 Joey Hessa todo item based on one from madduck, plus my own...
2007-10-18 Joey Hessreleasing version 0.4
2007-10-18 Joey Hessupdate changelog
2007-10-18 Joey HessI think it works now
2007-10-18 Joey HessMerge branch 'master' into mrconfig_bestguess
2007-10-18 Joey Hessdon't abs_path($ENV{MR_CONFIG})
2007-10-18 Joey Hess* Support registering CVS repositories. Closes: #447171
2007-10-18 Joey Hessincomplete work to try to guess the right mrconfig...
2007-10-18 Joey Hesstypo
2007-10-18 Joey Hesstypo
2007-10-18 Joey Hess* Allow for more complex deleted tests, such as marking...
2007-10-18 Joey Hessfis logic stupidity
2007-10-18 Joey Hess* Add the -n switch, for disabling recursion.
2007-10-18 Joey Hess* Fix a bug caused by a stupid typo.
2007-10-18 Joey Hess* Output list of failed repos to stderr when -s is...
2007-10-18 Joey Hessimprove changelog
2007-10-18 Joey Hessfixup comment
2007-10-18 Joey Hessadd changelog entry and use mkdir -p
2007-10-18 martin f. krafftensure parent dir exists prior to checkout
2007-10-18 Joey Hess* Signal handling for commands run by mr, including...
2007-10-18 Joey Hess* Fix mr register to work when -c is specified using...
2007-10-17 Joey Hessreleasing version 0.3
2007-10-17 Joey Hess* Typo files from madduck.
2007-10-17 Joey Hess* mr register will now write to whatever config file...
2007-10-17 Joey Hesstypo
2007-10-16 Joey Hess* Add a check to make sure the expected directory exist...
2007-10-16 Joey Hesssimplify, not going to track my own file for this as...
2007-10-16 Joey Hessupdate
2007-10-16 Joey Hessreleasing version 0.2
2007-10-16 Joey Hessnew todo item
2007-10-16 Joey Hessadd -s option
2007-10-16 Joey Hess* Fix a bug in inheritance of default settings in chain...
2007-10-15 Joey Hessdocs
2007-10-15 Joey Hessheh, aj
2007-10-14 Joey Hess* Fix line number display for config file parse errors.
2007-10-14 Joey Hessreleasing version 0.1
2007-10-14 Joey Hessadd folding
2007-10-14 Joey Hessadd
2007-10-14 Joey Hessrewording
2007-10-14 Joey Hessimprove description
2007-10-14 Joey Hessincompatible mrconfig file format change
2007-10-14 Joey Hessconfig improvements
2007-10-14 Joey Hessadd ability to skip doing eg, updates, more frequently...
2007-10-14 Joey Hessadd support for getting config settings
2007-10-13 Joey Hessmr register: default to registering the current directory
2007-10-13 Joey Hessuse LANG=C when parsing command output
2007-10-12 Joey Hessupdate
2007-10-12 Joey Hessbzr support for register
2007-10-12 Joey Hessbugfixes developed while writing blog post
2007-10-12 Joey Hessdocs
2007-10-12 Joey Hessimplemented mr register
2007-10-12 Joey Hessimplemented mr config
2007-10-12 Joey Hesssupport for tracking repo deletions
2007-10-12 Joey Hessuse newlines to separate shell command lines
2007-10-12 Joey Hessadd TODO
2007-10-12 Joey Hessimprove log message for checkouts
2007-10-11 Joey Hessimprove home directory checkout command
2007-10-11 Joey Hessupdate
next