]> 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
16 years ago* Add ability to reorder repos, if you want mr to act on a given repo first
Joey Hess [Sun, 21 Oct 2007 21:21:22 +0000 (17:21 -0400)]
* Add ability to reorder repos, if you want mr to act on a given repo first
  or last.

16 years agoimprove wording
Joey Hess [Sun, 21 Oct 2007 18:09:53 +0000 (14:09 -0400)]
improve wording

16 years ago* hours_since was broken by design, and fixing it involved changing
Joey Hess [Sun, 21 Oct 2007 18:08:36 +0000 (14:08 -0400)]
* hours_since was broken by design, and fixing it involved changing
  its calling convention. If you used the old version, you'll get errors
  from the new old.

16 years agoreally works now
Joey Hess [Sun, 21 Oct 2007 06:16:22 +0000 (02:16 -0400)]
really works now

16 years agoon second thought, this is a better test
Joey Hess [Sun, 21 Oct 2007 06:12:21 +0000 (02:12 -0400)]
on second thought, this is a better test

16 years agoadd syntax check to build process
Joey Hess [Sun, 21 Oct 2007 06:11:11 +0000 (02:11 -0400)]
add syntax check to build process

16 years agoassume any action with "update" in its name is like update, and should checkout inste...
Joey Hess [Sun, 21 Oct 2007 06:09:56 +0000 (02:09 -0400)]
assume any action with "update" in its name is like update, and should checkout instead if the
directory isn't present

not very happy with this, but it makes the quietupdate hack work..

16 years agoinclude a simplified mrconfig and move the hairy stuff to mrconfig.complex
Joey Hess [Sun, 21 Oct 2007 05:54:40 +0000 (01:54 -0400)]
include a simplified mrconfig and move the hairy stuff to mrconfig.complex

16 years ago* Add to the example mrconfig a "tags" command that lists tags.
Joey Hess [Sun, 21 Oct 2007 05:49:49 +0000 (01:49 -0400)]
* Add to the example mrconfig a "tags" command that lists tags.
  (Currently only for svn and git.)

16 years agoreword
Joey Hess [Sun, 21 Oct 2007 05:43:46 +0000 (01:43 -0400)]
reword

16 years agomention mercurial too
Joey Hess [Sun, 21 Oct 2007 05:42:49 +0000 (01:42 -0400)]
mention mercurial too

16 years agoadd announcedir target, for news on its web page
Joey Hess [Sun, 21 Oct 2007 05:29:05 +0000 (01:29 -0400)]
add announcedir target, for news on its web page

16 years agoreleasing version 0.5
Joey Hess [Sun, 21 Oct 2007 05:27:40 +0000 (01:27 -0400)]
releasing version 0.5

16 years agomention new feature
Joey Hess [Sun, 21 Oct 2007 05:26:55 +0000 (01:26 -0400)]
mention new feature

16 years agoneed to manally reap children since it manually forks now
Joey Hess [Sun, 21 Oct 2007 05:23:29 +0000 (01:23 -0400)]
need to manally reap children since it manually forks now

16 years agotypo
Joey Hess [Sun, 21 Oct 2007 05:17:54 +0000 (01:17 -0400)]
typo

16 years agominor wording improvements
Joey Hess [Sun, 21 Oct 2007 05:15:42 +0000 (01:15 -0400)]
minor wording improvements

16 years agofix -j mode to preserve stderr distinct from stdout,
Joey Hess [Sun, 21 Oct 2007 05:10:59 +0000 (01:10 -0400)]
fix -j mode to preserve stderr distinct from stdout,
while still buffering them together

16 years agotypo
Joey Hess [Sat, 20 Oct 2007 21:32:46 +0000 (17:32 -0400)]
typo

16 years ago-j bugfixes
Joey Hess [Sat, 20 Oct 2007 21:29:11 +0000 (17:29 -0400)]
-j bugfixes

No need to explicitly wait for processes, closing the filehandle
to the child does that.

16 years agoreorder to avoid race
Joey Hess [Sat, 20 Oct 2007 21:18:19 +0000 (17:18 -0400)]
reorder to avoid race

16 years ago* Incorporate code from on Anthony Towns's mrs, to allow running
Joey Hess [Sat, 20 Oct 2007 21:08:54 +0000 (17:08 -0400)]
* Incorporate code from on Anthony Towns's mrs, to allow running
  multiple jobs in parallel. The -j flag controls this.
  This can produce enormous speedups. For me, mr update takes
  12 minutes, while mr -j 10 update takes 1 minute!

16 years agoimprove quietupdate
Joey Hess [Sat, 20 Oct 2007 17:31:17 +0000 (13:31 -0400)]
improve quietupdate

16 years agoadd an example of how to run git w/o getting random crap on stderr
Joey Hess [Sat, 20 Oct 2007 17:25:22 +0000 (13:25 -0400)]
add an example of how to run git w/o getting random crap on stderr

git is a real mess when it comes to
 a) parsing command line options consistently,
 b) outputting non-errors to stderr

:-(

16 years agoadd mercurial
Joey Hess [Sat, 20 Oct 2007 17:02:57 +0000 (13:02 -0400)]
add mercurial

16 years agocleanups
Joey Hess [Sat, 20 Oct 2007 17:01:38 +0000 (13:01 -0400)]
cleanups

16 years agoAdd support for mercurial
Alexander Wirt [Sat, 20 Oct 2007 10:10:25 +0000 (12:10 +0200)]
Add support for mercurial

Hi Joey,

this patch adds support for mecurial to mr.
It would be nice if you would be able to integrate it into mr.

Thanks
Alex

16 years agogit push example
Joey Hess [Sat, 20 Oct 2007 00:53:53 +0000 (20:53 -0400)]
git push example

16 years ago* Change mr update to use git pull -t origin master, to make sure new tags
Joey Hess [Sat, 20 Oct 2007 00:52:55 +0000 (20:52 -0400)]
* Change mr update to use git pull -t origin master, to make sure new tags
  are pulled. And since those might not always be the right parameters
  for git pull, any parameters passed to mr update will replace them.

16 years agoexample
Joey Hess [Fri, 19 Oct 2007 20:15:58 +0000 (16:15 -0400)]
example

16 years ago* Fix output of "mr config DEFAULT lib".
Joey Hess [Fri, 19 Oct 2007 20:14:58 +0000 (16:14 -0400)]
* Fix output of "mr config DEFAULT lib".

16 years agorewording
Joey Hess [Fri, 19 Oct 2007 20:02:47 +0000 (16:02 -0400)]
rewording

16 years ago* Removed special case repository deletion handling code. The same
Joey Hess [Fri, 19 Oct 2007 20:01:11 +0000 (16:01 -0400)]
* Removed special case repository deletion handling code. The same
  thing can be accomplished in a mrconfig by skipping a repo unless
  it exists, and printing a reminder on update. See the mrconfig file
  for an example.

16 years agocrazy idea
Joey Hess [Fri, 19 Oct 2007 00:17:49 +0000 (20:17 -0400)]
crazy idea

16 years agoa todo item based on one from madduck, plus my own experiences with chained updates
Joey Hess [Thu, 18 Oct 2007 22:35:01 +0000 (18:35 -0400)]
a todo item based on one from madduck, plus my own experiences with chained updates

16 years agoreleasing version 0.4
Joey Hess [Thu, 18 Oct 2007 22:24:52 +0000 (18:24 -0400)]
releasing version 0.4

16 years agoupdate changelog
Joey Hess [Thu, 18 Oct 2007 22:02:18 +0000 (18:02 -0400)]
update changelog

16 years agoI think it works now
Joey Hess [Thu, 18 Oct 2007 21:59:47 +0000 (17:59 -0400)]
I think it works now

16 years agoMerge branch 'master' into mrconfig_bestguess
Joey Hess [Thu, 18 Oct 2007 21:30:44 +0000 (17:30 -0400)]
Merge branch 'master' into mrconfig_bestguess

16 years agodon't abs_path($ENV{MR_CONFIG})
Joey Hess [Thu, 18 Oct 2007 20:42:30 +0000 (16:42 -0400)]
don't abs_path($ENV{MR_CONFIG})

mrconfig files can be symlinks to files in other directories. But the directory
the file is is significant, as it's the directory paths in the file
are relative to. abs_path follows the symlink, so take care not to use it.

16 years ago* Support registering CVS repositories. Closes: #447171
Joey Hess [Thu, 18 Oct 2007 20:20:51 +0000 (16:20 -0400)]
* Support registering CVS repositories. Closes: #447171

16 years agoincomplete work to try to guess the right mrconfig to register to
Joey Hess [Thu, 18 Oct 2007 20:11:31 +0000 (16:11 -0400)]
incomplete work to try to guess the right mrconfig to register to

madduck suggested that mr register should register to the closest
mrconfig file. This branch is a start at trying to do that, by redefining
MR_CONFIG to hold either the config file that registers the given repo,
or for unregistered repos, the closest mrconfig file

Current issues:
- absolute path is always passed in MR_CONFIG, which makes mr config
  add new repos with absolute paths
- MR_CONFIG is not set to the closest mrconfig file for unregistered repos
  yet. The problem is, if I do this, then it will override the setting
  from -c, and so it won't be possible to use mr register to register in an
  explicitly specified config file.

I think it also has some other bugs. For example, the current mapping
between directory and config file only allows for one config file in a given
directory. Which might not be true if you're using mr -c.

As far as I can take it for now, so stashing away in this branch.

16 years agotypo
Joey Hess [Thu, 18 Oct 2007 19:45:06 +0000 (15:45 -0400)]
typo

16 years agotypo
Joey Hess [Thu, 18 Oct 2007 19:44:56 +0000 (15:44 -0400)]
typo

16 years ago* Allow for more complex deleted tests, such as marking a repo deleted on
Joey Hess [Thu, 18 Oct 2007 19:43:09 +0000 (15:43 -0400)]
* Allow for more complex deleted tests, such as marking a repo deleted on
  some hosts, while not on others.

16 years agofis logic stupidity
Joey Hess [Thu, 18 Oct 2007 19:31:33 +0000 (15:31 -0400)]
fis logic stupidity

This kind of thing is why I shouldn't commit changes before lunch. But do I wait for lunch before committing stupid logic errors? Noo..

16 years ago* Add the -n switch, for disabling recursion.
Joey Hess [Thu, 18 Oct 2007 19:20:19 +0000 (15:20 -0400)]
* Add the -n switch, for disabling recursion.

16 years ago* Fix a bug caused by a stupid typo.
Joey Hess [Thu, 18 Oct 2007 19:01:17 +0000 (15:01 -0400)]
* Fix a bug caused by a stupid typo.

16 years ago* Output list of failed repos to stderr when -s is used.
Joey Hess [Thu, 18 Oct 2007 18:57:21 +0000 (14:57 -0400)]
* Output list of failed repos to stderr when -s is used.

16 years agoimprove changelog
Joey Hess [Thu, 18 Oct 2007 18:29:24 +0000 (14:29 -0400)]
improve changelog

16 years agofixup comment
Joey Hess [Thu, 18 Oct 2007 18:14:50 +0000 (14:14 -0400)]
fixup comment

16 years agoadd changelog entry and use mkdir -p
Joey Hess [Thu, 18 Oct 2007 18:09:27 +0000 (14:09 -0400)]
add changelog entry and use mkdir -p

16 years agoensure parent dir exists prior to checkout
martin f. krafft [Thu, 18 Oct 2007 15:30:30 +0000 (17:30 +0200)]
ensure parent dir exists prior to checkout

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years ago* Signal handling for commands run by mr, including handling of SIGINT
Joey Hess [Thu, 18 Oct 2007 17:58:44 +0000 (13:58 -0400)]
* Signal handling for commands run by mr, including handling of SIGINT
  to stop mr.

16 years ago* Fix mr register to work when -c is specified using a relative path and
Joey Hess [Thu, 18 Oct 2007 17:33:05 +0000 (13:33 -0400)]
* Fix mr register to work when -c is specified using a relative path and
  is used to register a sibdirectory.

16 years agoreleasing version 0.3
Joey Hess [Wed, 17 Oct 2007 16:49:19 +0000 (12:49 -0400)]
releasing version 0.3

16 years ago* Typo files from madduck.
Joey Hess [Wed, 17 Oct 2007 16:47:17 +0000 (12:47 -0400)]
* Typo files from madduck.

16 years ago* mr register will now write to whatever config file is specified with -c
Joey Hess [Wed, 17 Oct 2007 16:46:09 +0000 (12:46 -0400)]
* mr register will now write to whatever config file is specified with -c

16 years agotypo
Joey Hess [Wed, 17 Oct 2007 01:17:14 +0000 (21:17 -0400)]
typo

16 years ago* Add a check to make sure the expected directory exists after checkout.
Joey Hess [Tue, 16 Oct 2007 23:51:42 +0000 (19:51 -0400)]
* Add a check to make sure the expected directory exists after checkout.

16 years agosimplify, not going to track my own file for this as it's increasingly not
Joey Hess [Tue, 16 Oct 2007 18:30:57 +0000 (14:30 -0400)]
simplify, not going to track my own file for this as it's increasingly not
a good example :-)

16 years agoupdate
Joey Hess [Tue, 16 Oct 2007 18:29:28 +0000 (14:29 -0400)]
update

16 years agoreleasing version 0.2
Joey Hess [Tue, 16 Oct 2007 06:56:13 +0000 (02:56 -0400)]
releasing version 0.2

16 years agonew todo item
Joey Hess [Tue, 16 Oct 2007 06:39:03 +0000 (02:39 -0400)]
new todo item

16 years agoadd -s option
Joey Hess [Tue, 16 Oct 2007 06:13:42 +0000 (02:13 -0400)]
add -s option

16 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.

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

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

16 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.

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

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

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

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

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

16 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.

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

16 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

16 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

16 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

16 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.

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

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

16 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

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

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

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

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

16 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.

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

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

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

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

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

16 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

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

also improve docs

16 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

16 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.

16 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

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

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