Re: Python extension commands in git - request for policy change

2012-11-24 Thread Eric S. Raymond
to be encouraging more use of it. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Requirements for integrating a new git subcommand

2012-11-23 Thread Eric S. Raymond
and edited by humans. One could even dream about implementing this as a remote helper instead... What is a remote helper in this context? -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a -- To unsubscribe from this list: send the line unsubscribe git in the body of a message

Re: Requirements for integrating a new git subcommand

2012-11-23 Thread Eric S. Raymond
Python scripts, a Perforce importer and a test helper. I'm in he process of writing up a document on command integration based on your answers. I will submit it for incusion in the tree shortly. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a -- To unsubscribe from this list

Requirements for integrating a new git subcommand

2012-11-22 Thread Eric S. Raymond
. Raymond e...@thyrsus.com 1325026869 + committer Eric S. Raymond e...@thyrsus.com 1325026869 + Initial revision . The text body of a commit comment or tag comment entry is delimited from the headers by an empty line; the text body must always end with . on a line by itself

Re: Requirements for integrating a new git subcommand

2012-11-22 Thread Eric S. Raymond
problem. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

gitpacker progress report and a question

2012-11-15 Thread Eric S. Raymond
subcommands? What are the test-suite and documentation requirements? -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a #!/usr/bin/env python gitpacker - assemble tree sequences into repository histories Requires git and cpio. import sys, os, getopt, subprocess, time, tempfile

Re: gitpacker progress report and a question

2012-11-15 Thread Eric S. Raymond
about using it archeologically on projects that only exist as tarball sequences, but the tool actually oacks and unpacks *file tree* sequences. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a -- To unsubscribe from this list: send the line unsubscribe git in the body

Help requested - trying to build a tool doing whole-tree commits

2012-11-09 Thread Eric S. Raymond
to accomplish this is requested Advice on a better name for the tool is also requested, as I'm not happy with the way my use of 'pack' collides with existing git use of the same verb. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a .. a government and its agents are under

Re: The ciabot hook code in contrib/ is obsolete - delete it

2012-10-02 Thread Eric S. Raymond
On the other hand contrib/ciabot isn't taking up a lot of space in your tree, either, so there's little harm in leaving it in place. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

The ciabot hook code in contrib/ is obsolete - delete it

2012-09-27 Thread Eric S. Raymond
. I remain grateful for your previous cooperation in supporting and distributing the ciabot code. -- a href=http://www.catb.org/~esr/;Eric S. Raymond/a You need only reflect that one of the best ways to get yourself a reputation as a dangerous citizen these days is to go about

[PATCH] Get ciabot configuration from git variables.

2012-08-22 Thread Eric S. Raymond
These changes remove all need to modify the ciabot scripts for installation. Instead, per-project configuration can be dome via variables in a [ciabot] section of the config file. Also, correct for the new server address. Signed-off-by: Eric S. Raymond e...@thyrsus.com --- contrib/ciabot

[PATCH] Document the --done option.

2012-08-22 Thread Eric S. Raymond
/~esr/;Eric S. Raymond/a -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Improved documentation for the ciabot scripts.

2012-08-22 Thread Eric S. Raymond
Signed-off-by: Eric S. Raymond e...@thyrsus.com --- contrib/ciabot/INSTALL | 39 +++ contrib/ciabot/README | 14 -- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 contrib/ciabot/INSTALL diff --git a/contrib/ciabot

<    1   2