Re: [PATCH 0/2] Update git-send-email-script with --compose

2005-09-05 Thread Ryan Anderson
, and I'll see what I can incorporate. I do apologize for not realizing that the default git format-patch output doesn't match what git send-email script expects the legacy mode - I'll sort that out one way or another as well. (TODO #3) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from

[PATCH 2/2] Update documentation of --compose to git-send-email-script.txt

2005-09-04 Thread Ryan Anderson
Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Documentation/git-send-email-script.txt | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) 60765e20aa12da748f43204e25cb582f88fb16c8 diff --git a/Documentation/git-send-email-script.txt b/Documentation/git-send-email

Re: sending changesets from the middle of a git tree

2005-08-15 Thread Ryan Anderson
On Sun, Aug 14, 2005 at 12:02:33AM -0400, Ryan Anderson wrote: On Sat, Aug 13, 2005 at 10:35:50PM -0500, Steve French wrote: 2) There is no way to update the comment field of a changeset after it goes in (e.g. to add a bugzilla bug number for a bug that was opened just after the fix went

Re: Git 1.0 Synopis (Draft v4)

2005-08-15 Thread Ryan Anderson
On Sun, Aug 14, 2005 at 10:19:18PM -0700, Junio C Hamano wrote: Ryan Anderson [EMAIL PROTECTED] writes: Junio, do you want to pull this into the git tree? Yes, but I have been wondering where it should go. Should it go under Documentation/ and made into html via asciidoc along

Re: Git 1.0 Synopis (Draft v4)

2005-08-15 Thread Ryan Anderson
On Mon, Aug 15, 2005 at 12:17:46AM -0700, Junio C Hamano wrote: Ryan Anderson [EMAIL PROTECTED] writes: I guess this means, I dunno, either place works for me. I was hoping it means to Oh, come to think of it, maybe I should send this to [EMAIL PROTECTED] ;-). I was waiting until you

[PATCH] Add documentation for git repack and git-prune-packed.

2005-08-15 Thread Ryan Anderson
Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Documentation/git-pack-objects.txt |4 +++ Documentation/git-prune-packed.txt | 42 +++ Documentation/git-repack-script.txt | 41 ++ 3 files changed, 87 insertions(+), 0

[PATCH] Add some simple howtos, culled from the mailing list.

2005-08-15 Thread Ryan Anderson
I think these are useful, and I think putting them in a new howto directory might help some users until we get to the point of splitting up the tutorial to be easier to read. Given the authorship, I think it's safe to put these in the repository. Signed-off-by: Ryan Anderson [EMAIL PROTECTED

Re: [PATCH] Add SubmittingPatches

2005-08-15 Thread Ryan Anderson
patch. I mean, well, erm, it is sort of, uh, annoying, to send out a corrupt patch *speaksofyourstruly*. If you have some trouble sending them out, you can use git format-patch --mbox and git send-email which seems to consistently do the right thing. -- Ryan Anderson

Re: [ANNOUNCE] qgit-0.9

2005-08-14 Thread Ryan Anderson
place in the scons control file, IIRC. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Git 1.0 Synopis (Draft v4)

2005-08-14 Thread Ryan Anderson
On Sun, Jul 31, 2005 at 06:15:40PM -0400, Horst von Brand wrote: Ryan Anderson [EMAIL PROTECTED] wrote: Source Code Management with Git More bugging... Ok, I think I've got all this addressed (plus the other email). It just took me a lot longer to get to it than I planned. Junio, do you

Re: [PATCH] Debian packaging for 0.99.4

2005-08-14 Thread Ryan Anderson
On Sun, Aug 14, 2005 at 02:11:50AM +0200, Matthias Urlichs wrote: Hi, Ryan Anderson: #!/bin/sh echo Don't get a git - use gt! Ouch. :) I meant it as a joke, obviously. I also thinkoed the sentence I was aiming for, thus losing the humor. Oh well. echo Don't get a git

Re: Git 1.0 Synopis (Draft v4)

2005-08-14 Thread Ryan Anderson
Add a SYNOPSIS/release summary to the tree. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] diff --git a/SYNOPSIS b/SYNOPSIS new file mode 100644 --- /dev/null +++ b/SYNOPSIS @@ -0,0 +1,93 @@ +Source Code Management with git + +In Linus's own words as the creator of git: +git can mean anything

Re: [PATCH] Use -script postfix for scripts

2005-08-13 Thread Ryan Anderson
On Sat, Aug 13, 2005 at 01:57:22AM -0700, Junio C Hamano wrote: Ryan Anderson [EMAIL PROTECTED] writes: See, for example, the history on git-rename-script for why this is good. Why do you think it is a good example? What happens when next time somebody rewrites it in C? Well, I

Re: [PATCH] Debian packaging for 0.99.4

2005-08-13 Thread Ryan Anderson
a git - use gt! gt $* -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: sending changesets from the middle of a git tree

2005-08-13 Thread Ryan Anderson
, and/or quilt. (If quilt push succeeds, clearly it still merges cleanly.) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Cannot install git RPM

2005-08-09 Thread Ryan Anderson
problem is a good reason to not install it by default. What I will do is make this the beginning of my directory structure reorganization. I'll probably also convert the Debian package to a multi-package system, so we have a demonstration of splitting these two items up. -- Ryan Anderson

Re: [PATCH] Making CFLAGS compilant with GNU Coding Standards

2005-08-08 Thread Ryan Anderson
get the directory structure to make sense and start putting new things into the right spots, the exact location of where *current* things end up is probably not so important. I consider this post 1.0 material, personally. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list

Re: [PATCH 1/3] Add git-send-email-script - tool to send emails from git-format-patch-script

2005-08-02 Thread Ryan Anderson
On Sun, Jul 31, 2005 at 02:45:29AM -0700, Junio C Hamano wrote: Ryan Anderson [EMAIL PROTECTED] writes: All emails are sent as a reply to the previous email, making it easy to skip a collection of emails that are uninteresting. I understand why _some_ people consider

[PATCH 2/2] Doc: update git-send-email-script documentation.

2005-08-02 Thread Ryan Anderson
Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Documentation/git-send-email-script.txt | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) b09788cd193a52bb44ab39826c9c6959f79305d5 diff --git a/Documentation/git-send-email-script.txt b/Documentation/git-send-email

Re: [OT] Perl-ish perl vs. C-ish perl.

2005-08-01 Thread Ryan Anderson
-send-email-script combine my various patch sets into 2 patches (script/Makefile and Documentation/). Sound good? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[PATCH 1/3] Add git-send-email-script - tool to send emails from git-format-patch-script

2005-07-31 Thread Ryan Anderson
of the commit, are cc:ed on the email. All emails are sent as a reply to the previous email, making it easy to skip a collection of emails that are uninteresting. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Makefile |2 git-send-email-script | 265

[PATCH 2/3] Add documentation for git-send-email-script

2005-07-31 Thread Ryan Anderson
Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Documentation/git-send-email-script.txt | 61 +++ 1 files changed, 61 insertions(+), 0 deletions(-) create mode 100644 Documentation/git-send-email-script.txt 799a6320d3b07347869093beec303afbc005cf26 diff --git

Re: [PATCH 1/3] Add git-send-email-script - tool to send emails from git-format-patch-script

2005-07-31 Thread Ryan Anderson
On Sun, Jul 31, 2005 at 02:45:29AM -0700, Junio C Hamano wrote: Ryan Anderson [EMAIL PROTECTED] writes: All emails are sent as a reply to the previous email, making it easy to skip a collection of emails that are uninteresting. I understand why _some_ people consider

Re: Git 1.0 Synopis (Draft v2)

2005-07-29 Thread Ryan Anderson
more code by Linus than anybody else (I stopped counting some time ago). Ok. I was thinking I could add current into that description. Or, something like, Linus has since returned his focus to the kernel, and passed maintainership to -- Ryan Anderson sometimes Pug Majere

Git 1.0 Synopis (Draft v3

2005-07-29 Thread Ryan Anderson
list. To subscribe, send an email with just subscribe git in the body to [EMAIL PROTECTED] Mailing list archives are available at http://marc.theaimsgroup.com/?l=git (This summary written by Ryan Anderson [EMAIL PROTECTED]. Please bug him with any corrections or complaints.) - To unsubscribe from

Re: Dump http servers still slow?

2005-07-29 Thread Ryan Anderson
repository might not be a bad idea, since it is currently living outside any revision tracking at the moment. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Fix interesting git-rev-list corner case

2005-07-29 Thread Ryan Anderson
a commit when it would be younger than one of it's parents? I suppose that only really fixes one direction of the other problem, though. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More

Re: How is working on arbitrary remote heads supposed to work in Cogito (+ PATCH)?

2005-07-28 Thread Ryan Anderson
noticing if git relink is used aggressively to migrate hard links into the repository regularly. (Though, packs cause some confusion in that scheme, I think.) -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL

[PATCH] git-status-script was missed during the conversion from N - A

2005-07-27 Thread Ryan Anderson
git-status-script was missed during the conversion from N to A as the new-file marker flag. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- git-status-script |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 10d81954c415dc46287f9d135e2b94302d4d7e84 diff --git a/git-status-script b

[PATCH/RFC] Recursive Make considered harmful

2005-07-27 Thread Ryan Anderson
-applypatch) + +tools/git-%: tools/%.c + $(CC) $(CFLAGS) -o $@ $(filter %.c,$^) + +clean-tools: + rm -f tools/*.o -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Git 1.0 Synopis (Draft v2)

2005-07-27 Thread Ryan Anderson
[EMAIL PROTECTED]. 1 - Generated with the following, in a maildir folder: find . -type f | xargs grep -h ^From: | perl -ne \ 'tr#A-Z#a-z#; m#(.*)# print $1,\n;' | sort -u | wc -l (This summary written by Ryan Anderson [EMAIL PROTECTED]. Please bug him with any corrections

[PATCH] Make git-rename-script behave much better when faced with input contain Perl regular expression metacharacters.

2005-07-26 Thread Ryan Anderson
Also, restore support for the GIT_DIR Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- git-rename-script | 26 ++ 1 files changed, 10 insertions(+), 16 deletions(-) 1ed66638c7ce328d882639447b80099f096c2993 diff --git a/git-rename-script b/git-rename-script

Re: [PATCH] Add git-request-pull-script, a short script that generates a summary of pending changes

2005-07-26 Thread Ryan Anderson
On Tue, Jul 26, 2005 at 03:30:36AM -0400, Ryan Anderson wrote: A short message requesting a pull from the repository is also included. And, an example (which has a correct version of my fixes to git-rename-script included in it.) To generate this I used: git request-pull origin x

[PATCH] Make git-rename-script behave better with input containing Perl regexp metachars.

2005-07-26 Thread Ryan Anderson
Make git-rename-script behave much better when faced with input contain Perl regular expression metacharacters. Also, restore support for the GIT_DIR Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- git-rename-script | 26 -- 1 files changed, 16 insertions(+), 10

[PATCH] Add documentation for git-rename-script

2005-07-25 Thread Ryan Anderson
Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Documentation/git-rename-script.txt | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 Documentation/git-rename-script.txt 715924203401309ceb2f696e507b8b2c18244d08 diff --git

[PATCH] Update the documentation for git-tag-script to reflect current behavior.

2005-07-25 Thread Ryan Anderson
Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- Documentation/git-tag-script.txt | 12 1 files changed, 8 insertions(+), 4 deletions(-) 8f1801c948cbf1187a192df1656709689ba46d61 diff --git a/Documentation/git-tag-script.txt b/Documentation/git-tag-script.txt

Re: [PATCH] git-cvsimport-script: parse multidigit revisions

2005-07-25 Thread Ryan Anderson
On Tue, Jul 26, 2005 at 01:42:57AM +0200, Matthias Urlichs wrote: (Side question - why aren't you doing a direct bk2git import?) The last time I went looking for a tool to do this, I failed to find it - where can I get this? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from

[PATCH] Add support for directories to git-rename-script.

2005-07-24 Thread Ryan Anderson
Oh, and in the process, rewrite it in Perl. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- git-rename-script | 68 + 1 files changed, 63 insertions(+), 5 deletions(-) f46717f9116bba7efb6a10ed99cd2fcea00fe5da diff --git a/git-rename

[PATCH] Add git-find-new-files to spot files added to the tree, but not the repository

2005-07-23 Thread Ryan Anderson
Add git-find-new-files to find files that are in the tree, but not checked into the repository. Most users will probably want to make clean before using this for real significant changes, as it does such a good job that it finds binaries that just got built. Signed-off-by: Ryan Anderson [EMAIL

Re: Last mile to 1.0?

2005-07-23 Thread Ryan Anderson
of Linus Torvalds, and the enthusiastic help of over 300 participants on the development mailing list.[1] 1 - Generated with the following, in a maildir folder: find . -type f | xargs grep -h ^From: | perl -ne \ 'tr#A-Z#a-z#; m#(.*)# print $1,\n;' | sort -u | wc -l -- Ryan

Re: [PATCH] Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with git

2005-07-23 Thread Ryan Anderson
On Sat, Jul 23, 2005 at 02:11:16AM -0700, Junio C Hamano wrote: Ryan Anderson [EMAIL PROTECTED] writes: --- a/debian/changelog +++ b/debian/changelog ... + * Minor tweaks to the Build-Depends. This is a nit and not the reason for NACK, but I do not see any change to Build-Depends

Re: [PATCH] Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with git

2005-07-23 Thread Ryan Anderson
On Sat, Jul 23, 2005 at 09:24:33AM -0700, Linus Torvalds wrote: On Sat, 23 Jul 2005, Ryan Anderson wrote: * Compile against the unencumbered Mozilla SHA1 code, instead of the iffy OpenSSL code. This makes it easier to get the package included for distribution

[PATCH] Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with git

2005-07-23 Thread Ryan Anderson
. This makes it easier to get the package included for distribution with Debian. This has been based upon the original patch by Sebastian Kuzminsky [EMAIL PROTECTED], but has been fixed up based upon feedback. Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- changelog | 10 ++ control

[PATCH] Deb packaging needs two more configuration files

2005-07-22 Thread Ryan Anderson
git-ls-files | grep -v -e .tree1 -e .tree2 \ | sort .tree2 diff -u .tree1 .tree2 ) Signed-off-by: Ryan Anderson [EMAIL PROTECTED] --- debian/compat |1 + debian/git-core.install |1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode

Re: [PATCH 0/2] apply.c: a fix and an enhancement

2005-07-22 Thread Ryan Anderson
, and repacking one very big pack to get the maximum posible benefit from the deltas. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

[PATCH] Deb packages should include the binaries

2005-07-21 Thread Ryan Anderson
/changelog @@ -1,5 +1,11 @@ +git-core (0.99-1) unstable; urgency=low + + * Update deb package support to build correctly. + + -- Ryan Anderson [EMAIL PROTECTED] Thu, 21 Jul 2005 02:03:32 -0400 + git-core (0.99-0) unstable; urgency=low - + * Initial deb package support -- Eric

Re: [PATCH 0/9] applymbox updates and assorted trivial patches.

2005-07-21 Thread Ryan Anderson
are collecting things this week. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH/RFC] Add git-changelog-script to show the changes between two commits

2005-07-21 Thread Ryan Anderson
$rev; +while ($rev = R) { + chomp $rev; + print $rev,\n; + last if $end eq $rev; +} + +close(R); -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH/RFC] Add git-changelog-script to show the changes between two commits

2005-07-21 Thread Ryan Anderson
Nevermind, I apparently wanted: git-whatchanged HEAD ^$LAST_RELEASED_COMMIT I'll see about writing up a description of the extended commit reference scheme. Currently I can't find a description of it anywhere in the source tree. On Thu, Jul 21, 2005 at 02:31:43AM -0400, Ryan Anderson

[PATCH] Deb packages should include the binaries (Try 2 - this time it actually applies)

2005-07-21 Thread Ryan Anderson
impossible to apply.) Signed-off-by: Ryan Anderson [EMAIL PROTECTED] diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ +git-core (0.99-1) unstable; urgency=low + + * Update deb package support to build correctly. + + -- Ryan Anderson

[PATCH] Make debian/rules executable, and correct the spelling of rsync in debian/control

2005-07-19 Thread Ryan Anderson
filesystem GIT comes in two layers. The bottom layer is merely an extremely fast and flexible filesystem-based database designed to store directory trees diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 -- Ryan Anderson sometimes Pug Majere - To unsubscribe from

[MERGE] Combine git-tools repository into example-tools/ subdirectory of git

2005-07-16 Thread Ryan Anderson
/ -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack

2005-07-08 Thread Ryan Anderson
, but an occassional git-prune-packed will tidy things back up. The packs internally use a delta-based algorithm to save huge amounts of space, and for speed of daily use, the standalone objects are still in use. -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line