]> git.madduck.net Git - code/myrepos.git/history - mr

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:

changelog
[code/myrepos.git] / mr
2007-11-25 Joey Hess* Allow -n to be passed a number to specify how deep...
2007-11-13 Joey Hessimprove message
2007-11-09 Joey Hess* Cut number of rcs tests run in half.
2007-11-07 Joey Hess* Portability fixes for the non-POSIX shell of SunOS...
2007-11-06 Joey Hess* -c was broken, fix. Closes: #449539
2007-11-03 Joey Hess* Don't try to test the repo type when doing a checkout...
2007-11-03 Joey Hess* Avoid creating parent directory for a checkout that...
2007-11-03 Joey Hess* Better error message if more than one repo type test...
2007-11-02 Joey HessAllow option bundling, mostly so "-j2" will work.
2007-10-30 Joey Hess* Avoid using commands like git-config and instead...
2007-10-28 Joey Hess* Make registration work when no config file yet exists...
2007-10-26 Joey Hessfunction reorder
2007-10-26 Joey HessMerge branch 'master' of git://git.madduck.net/code/mr
2007-10-26 Joey Hessa few more tweaks
2007-10-26 Joey Hessok, it's clean enough now
2007-10-26 Joey HessRevert "replace `pwd` calls with $PWD"
2007-10-26 Joey HessMerge commit 'madduck/master'
2007-10-26 Joey Hessjust a few more functions..
2007-10-26 martin f. krafftreplace `pwd` calls with $PWD
2007-10-26 Joey Hessmore reorganisation
2007-10-26 Joey Hessarn't you glad you use functions? don't you wish everyb...
2007-10-26 Joey Hessmeh, try again at getting register to use the right...
2007-10-26 Joey Hessquote all url and dir strings written by mr reg
2007-10-26 Joey Hessfix mr register to support actions defined in config...
2007-10-26 Joey Hessactions not split by rcs override those that are
2007-10-26 Joey Hess* Add support for including one mrconfig file from...
2007-10-26 Joey Hesssome fixes to bare and fake-bare registering
2007-10-26 Joey Hessmerge in madduck's changes to fix fake-bare worktree...
2007-10-26 Joey Hessmerge madduck's fix to not fail determining git url
2007-10-26 Joey HessMerge commit 'madduck/master'
2007-10-26 Joey Hessfinished up the action splitting
2007-10-25 Joey Hessdon't list rcs specific commands in usage message or
2007-10-25 Joey Hesssplit up actions by rcs
2007-10-25 martin f. krafftFix fake-bare worktree checkout
2007-10-25 martin f. krafftFix fake-bare worktree checkout
2007-10-25 martin f. krafftDo not fail determining git url
2007-10-25 martin f. krafftreplace basename call with shell construct
2007-10-25 martin f. krafftAdd info() and warning() akin to error()
2007-10-25 martin f. krafftreplace $(pwd) calls with $PWD
2007-10-25 martin f. krafftRefactor repository type detection
2007-10-25 martin f. krafftRefactor checking for (type of) Git repository
2007-10-25 martin f. krafftImplement (initial) support for fake bare git repositories
2007-10-25 martin f. krafftadd a vim modeline to preserve joey's tabbing prefs
2007-10-25 Joey Hess* Patch from Simon McVittie, to pass -a to darcs comman...
2007-10-24 Joey Hess* Improve "in subdir" message.
2007-10-23 Joey Hess* Patch from Simon McVittie, adding support for darcs...
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 Hess* hours_since was broken by design, and fixing it invol...
2007-10-21 Joey Hessassume any action with "update" in its name is like...
2007-10-21 Joey Hessneed to manally reap children since it manually forks now
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 Hesscleanups
2007-10-20 Alexander WirtAdd support for mercurial
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 Hess* Removed special case repository deletion handling...
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 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 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-16 Joey Hess* Add a check to make sure the expected directory exist...
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 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 Hessbzr support for register
next