]> git.madduck.net Git - code/myrepos.git/log

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
18 years agoadd -s option
Joey Hess [Tue, 16 Oct 2007 06:13:42 +0000 (02:13 -0400)]
add -s option

18 years ago* Fix a bug in inheritance of default settings in chained .mrconfig files.
Joey Hess [Tue, 16 Oct 2007 05:41:03 +0000 (01:41 -0400)]
* Fix a bug in inheritance of default settings in chained .mrconfig files.

18 years agodocs
Joey Hess [Mon, 15 Oct 2007 01:07:49 +0000 (21:07 -0400)]
docs

18 years agoheh, aj
Joey Hess [Mon, 15 Oct 2007 00:49:37 +0000 (20:49 -0400)]
heh, aj

18 years ago* Fix line number display for config file parse errors.
Joey Hess [Sun, 14 Oct 2007 23:06:41 +0000 (19:06 -0400)]
* Fix line number display for config file parse errors.

18 years agoreleasing version 0.1
Joey Hess [Sun, 14 Oct 2007 18:25:12 +0000 (14:25 -0400)]
releasing version 0.1

18 years agoadd folding
Joey Hess [Sun, 14 Oct 2007 18:22:35 +0000 (14:22 -0400)]
add folding

18 years agoadd
Joey Hess [Sun, 14 Oct 2007 18:18:02 +0000 (14:18 -0400)]
add

18 years agorewording
Joey Hess [Sun, 14 Oct 2007 07:05:21 +0000 (03:05 -0400)]
rewording

18 years agoimprove description
Joey Hess [Sun, 14 Oct 2007 06:00:50 +0000 (02:00 -0400)]
improve description

18 years agoincompatible mrconfig file format change
Joey Hess [Sun, 14 Oct 2007 05:44:05 +0000 (01:44 -0400)]
incompatible mrconfig file format change

The mrconfig file now uses leading whitespace to indicate values
continued to the next line.

18 years agoconfig improvements
Joey Hess [Sun, 14 Oct 2007 04:57:39 +0000 (00:57 -0400)]
config improvements

18 years agoadd ability to skip doing eg, updates, more frequently than a specified number of...
Joey Hess [Sun, 14 Oct 2007 04:52:45 +0000 (00:52 -0400)]
add ability to skip doing eg, updates, more frequently than a specified number of hours

18 years agoadd support for getting config settings
Joey Hess [Sun, 14 Oct 2007 04:09:36 +0000 (00:09 -0400)]
add support for getting config settings

18 years agomr register: default to registering the current directory
Joey Hess [Sat, 13 Oct 2007 17:24:56 +0000 (13:24 -0400)]
mr register: default to registering the current directory

18 years agouse LANG=C when parsing command output
Joey Hess [Sat, 13 Oct 2007 17:22:44 +0000 (13:22 -0400)]
use LANG=C when parsing command output

Thanks to Gabriel de Perthuis for the bug report.

18 years agoupdate
Joey Hess [Fri, 12 Oct 2007 23:55:37 +0000 (19:55 -0400)]
update

18 years agobzr support for register
Joey Hess [Fri, 12 Oct 2007 23:54:27 +0000 (19:54 -0400)]
bzr support for register

18 years agobugfixes developed while writing blog post
Joey Hess [Fri, 12 Oct 2007 23:47:53 +0000 (19:47 -0400)]
bugfixes developed while writing blog post

18 years agodocs
Joey Hess [Fri, 12 Oct 2007 23:19:43 +0000 (19:19 -0400)]
docs

18 years agoimplemented mr register
Joey Hess [Fri, 12 Oct 2007 23:14:17 +0000 (19:14 -0400)]
implemented mr register

18 years agoimplemented mr config
Joey Hess [Fri, 12 Oct 2007 22:35:03 +0000 (18:35 -0400)]
implemented mr config

18 years agosupport for tracking repo deletions
Joey Hess [Fri, 12 Oct 2007 20:08:08 +0000 (16:08 -0400)]
support for tracking repo deletions

18 years agouse newlines to separate shell command lines
Joey Hess [Fri, 12 Oct 2007 19:57:44 +0000 (15:57 -0400)]
use newlines to separate shell command lines

No more need to fiddle around with adding semicolons after certian shell lines.

18 years agoadd TODO
Joey Hess [Fri, 12 Oct 2007 19:45:42 +0000 (15:45 -0400)]
add TODO

18 years agoimprove log message for checkouts
Joey Hess [Fri, 12 Oct 2007 04:58:17 +0000 (00:58 -0400)]
improve log message for checkouts

18 years agoimprove home directory checkout command
Joey Hess [Thu, 11 Oct 2007 22:26:03 +0000 (18:26 -0400)]
improve home directory checkout command

18 years agoupdate
Joey Hess [Thu, 11 Oct 2007 21:37:40 +0000 (17:37 -0400)]
update

18 years agosupport absolute paths to repos
Joey Hess [Thu, 11 Oct 2007 21:25:28 +0000 (17:25 -0400)]
support absolute paths to repos

18 years agouse DEFAULT and ALIAS to leave room for repos with those names
Joey Hess [Thu, 11 Oct 2007 21:06:53 +0000 (17:06 -0400)]
use DEFAULT and ALIAS to leave room for repos with those names

18 years agoadd bzr support
Joey Hess [Thu, 11 Oct 2007 21:02:20 +0000 (17:02 -0400)]
add bzr support

also improve docs

18 years agoallow aliases to override defined commands
Joey Hess [Thu, 11 Oct 2007 20:21:57 +0000 (16:21 -0400)]
allow aliases to override defined commands

18 years agorun skip test before chdir
Joey Hess [Thu, 11 Oct 2007 20:14:57 +0000 (16:14 -0400)]
run skip test before chdir

To avoid ugly "can't chdir" failures for repos that will be skipped.
The $MR_REPO variable can still be used by skip tests.

18 years agodefault section needs to come first
Joey Hess [Thu, 11 Oct 2007 20:10:08 +0000 (16:10 -0400)]
default section needs to come first

also, add skips

18 years agobetter cvs handling approach
Joey Hess [Thu, 11 Oct 2007 19:45:48 +0000 (15:45 -0400)]
better cvs handling approach

18 years agoadd support for cvs
Joey Hess [Thu, 11 Oct 2007 19:40:37 +0000 (15:40 -0400)]
add support for cvs

18 years agoclarify
Joey Hess [Thu, 11 Oct 2007 18:45:00 +0000 (14:45 -0400)]
clarify

18 years agorename INSTALL
Joey Hess [Thu, 11 Oct 2007 18:37:57 +0000 (14:37 -0400)]
rename INSTALL

18 years agoadd ls = list alias
Joey Hess [Thu, 11 Oct 2007 18:36:51 +0000 (14:36 -0400)]
add ls = list alias

18 years agotypo
Joey Hess [Thu, 11 Oct 2007 18:32:03 +0000 (14:32 -0400)]
typo

18 years agoimprove output for leaf dirs
Joey Hess [Thu, 11 Oct 2007 18:29:28 +0000 (14:29 -0400)]
improve output for leaf dirs

18 years agoadd log command
Joey Hess [Thu, 11 Oct 2007 18:27:25 +0000 (14:27 -0400)]
add log command

18 years agodoc improvement
Joey Hess [Thu, 11 Oct 2007 18:24:01 +0000 (14:24 -0400)]
doc improvement

18 years agomore leaf dir fixes
Joey Hess [Thu, 11 Oct 2007 18:21:25 +0000 (14:21 -0400)]
more leaf dir fixes

18 years agofix repo finding logic
Joey Hess [Thu, 11 Oct 2007 18:17:48 +0000 (14:17 -0400)]
fix repo finding logic

18 years agoimprovements for working in a subdir of a repo
Joey Hess [Thu, 11 Oct 2007 18:02:57 +0000 (14:02 -0400)]
improvements for working in a subdir of a repo

18 years agoadd mr list command, and clarify what repos it will choose to act on
Joey Hess [Thu, 11 Oct 2007 17:46:02 +0000 (13:46 -0400)]
add mr list command, and clarify what repos it will choose to act on

18 years agonewline simplification
Joey Hess [Thu, 11 Oct 2007 17:39:43 +0000 (13:39 -0400)]
newline simplification

18 years agoadd help and diff commands
Joey Hess [Thu, 11 Oct 2007 17:38:18 +0000 (13:38 -0400)]
add help and diff commands

18 years agoclean up extra newlines
Joey Hess [Thu, 11 Oct 2007 17:11:42 +0000 (13:11 -0400)]
clean up extra newlines

18 years agodon't count skipping a directory because of cwd a skip for the statistics
Joey Hess [Thu, 11 Oct 2007 17:09:34 +0000 (13:09 -0400)]
don't count skipping a directory because of cwd a skip for the statistics

18 years agohandle being in a subdir of a repository
Joey Hess [Thu, 11 Oct 2007 17:07:12 +0000 (13:07 -0400)]
handle being in a subdir of a repository

18 years agopass parameters through to all commands
Joey Hess [Thu, 11 Oct 2007 16:23:20 +0000 (12:23 -0400)]
pass parameters through to all commands

probably mostly useful in the case where mr is using all one revision
control system..

18 years agoadd alias support
Joey Hess [Thu, 11 Oct 2007 16:22:00 +0000 (12:22 -0400)]
add alias support

18 years agoproperly return from function
Joey Hess [Thu, 11 Oct 2007 07:59:26 +0000 (03:59 -0400)]
properly return from function

18 years agoinclude the lib code when running skip tests
Joey Hess [Thu, 11 Oct 2007 07:50:45 +0000 (03:50 -0400)]
include the lib code when running skip tests

18 years agoadd fields
Joey Hess [Thu, 11 Oct 2007 07:18:42 +0000 (03:18 -0400)]
add fields

18 years agochdir to the directory before running the skip test
Joey Hess [Thu, 11 Oct 2007 07:14:38 +0000 (03:14 -0400)]
chdir to the directory before running the skip test

allows for things like skip = ! test -d .svn

18 years agoadd support for shell lib settings
Joey Hess [Thu, 11 Oct 2007 07:03:19 +0000 (03:03 -0400)]
add support for shell lib settings

18 years agoadd
Joey Hess [Thu, 11 Oct 2007 06:33:12 +0000 (02:33 -0400)]
add

18 years agoMerge branch 'master' of ssh://kitenet.net/srv/git/kitenet.net/mr
Joey Hess [Thu, 11 Oct 2007 06:13:15 +0000 (02:13 -0400)]
Merge branch 'master' of ssh://kitenet.net/srv/git/kitenet.net/mr

18 years agoall skipped should be a nonzero exit
Joey Hess [Thu, 11 Oct 2007 06:11:36 +0000 (02:11 -0400)]
all skipped should be a nonzero exit

18 years agoadd cleanup example
Joey Hess [Thu, 11 Oct 2007 06:10:02 +0000 (02:10 -0400)]
add cleanup example

18 years agoupdate example
Joey Hess [Thu, 11 Oct 2007 05:52:55 +0000 (01:52 -0400)]
update example

18 years agofix pushing (again..)
Joey Hess [Thu, 11 Oct 2007 05:43:16 +0000 (01:43 -0400)]
fix pushing (again..)

18 years agotesting..
Joey Hess [Thu, 11 Oct 2007 05:42:22 +0000 (01:42 -0400)]
testing..

18 years agotesting..
Joey Hess [Thu, 11 Oct 2007 05:42:08 +0000 (01:42 -0400)]
testing..

18 years agomake mrconfig chain-loading explicit
Joey Hess [Thu, 11 Oct 2007 05:41:20 +0000 (01:41 -0400)]
make mrconfig chain-loading explicit

doing it implicitly was unsafe, if the repo didn't have a trusted committer

18 years agoaction
Joey Hess [Thu, 11 Oct 2007 05:24:43 +0000 (01:24 -0400)]
action

18 years agoaction
Joey Hess [Thu, 11 Oct 2007 05:24:12 +0000 (01:24 -0400)]
action

18 years agoaction
Joey Hess [Thu, 11 Oct 2007 05:24:01 +0000 (01:24 -0400)]
action

18 years agoaction abbrevs
Joey Hess [Thu, 11 Oct 2007 05:23:37 +0000 (01:23 -0400)]
action abbrevs

18 years agoaction
Joey Hess [Thu, 11 Oct 2007 05:19:32 +0000 (01:19 -0400)]
action

18 years agoaction
Joey Hess [Thu, 11 Oct 2007 05:18:09 +0000 (01:18 -0400)]
action

18 years agodon't push unless the commit succeeded!
Joey Hess [Thu, 11 Oct 2007 05:12:00 +0000 (01:12 -0400)]
don't push unless the commit succeeded!

18 years agoimprove error messages
Joey Hess [Thu, 11 Oct 2007 05:07:32 +0000 (01:07 -0400)]
improve error messages

18 years agogit push on commit, as per the documentation
Joey Hess [Thu, 11 Oct 2007 05:04:31 +0000 (01:04 -0400)]
git push on commit, as per the documentation

18 years agominor updates
Joey Hess [Thu, 11 Oct 2007 05:03:23 +0000 (01:03 -0400)]
minor updates

18 years agocheckout on update if the repo isn't checked out yet
Joey Hess [Thu, 11 Oct 2007 04:54:01 +0000 (00:54 -0400)]
checkout on update if the repo isn't checked out yet

18 years agofix mr update when inside a repo
Joey Hess [Thu, 11 Oct 2007 04:34:03 +0000 (00:34 -0400)]
fix mr update when inside a repo

18 years agotypo
Joey Hess [Thu, 11 Oct 2007 04:23:40 +0000 (00:23 -0400)]
typo

18 years agoallow .mrconfig to be a symlink
Joey Hess [Thu, 11 Oct 2007 04:18:21 +0000 (00:18 -0400)]
allow .mrconfig to be a symlink

abs_path would canonicalise the symlink and mr would try to from the
directory of the file it pointed to, avoid that counterintive behavior

18 years agosimply my svn-homedir example
Joey Hess [Thu, 11 Oct 2007 04:09:13 +0000 (00:09 -0400)]
simply my svn-homedir example

18 years agoinitial checkin
Joey Hess [Thu, 11 Oct 2007 03:43:14 +0000 (23:43 -0400)]
initial checkin