[PATCH] rebase: convert revert to squash on autosquash

2014-10-22 Thread Michael S. Tsirkin
Reverts can typically be treated like squash. Eliminating both the original commit and the revert would be even nicer, but this seems a bit harder to implement. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- git-rebase--interactive.sh | 8 +++- 1 file changed, 7 insertions(+), 1

Re: [PATCH] fetch-pack: don't resend known-common refs in find_common

2014-10-22 Thread Dennis Kaarsemaker
On di, 2014-10-21 at 10:56 -0700, Junio C Hamano wrote: Dennis Kaarsemaker den...@kaarsemaker.net writes: By not clearing the request buffer in stateless-rpc mode, fetch-pack would keep sending already known-common commits, leading to ever bigger http requests, eventually getting too

Re: Sources for 3.18-rc1 not uploaded

2014-10-22 Thread Michael J Gruber
Junio C Hamano schrieb am 21.10.2014 um 20:14: Michael J Gruber g...@drmicha.warpmail.net writes: Unfortunately, the git archive doc clearly says that the umask is applied to all archive entries. Is an extended pax header an archive entry? I doubt it, and the above is not relevant. The

Re: [PATCH] fetch-pack: don't resend known-common refs in find_common

2014-10-22 Thread Duy Nguyen
On Wed, Oct 22, 2014 at 2:41 PM, Dennis Kaarsemaker den...@kaarsemaker.net wrote: I see two options: * Turning that interaction into a more cooperative process, with a select/poll loop * Make upload-pack buffer its entire response when run in stateless_rpc mode until it has consumed all

[RFD/PATCH] push: heed user.signingkey for signed pushes

2014-10-22 Thread Michael J Gruber
push --signed promises to take user.signingkey as the signing key but fails to read the config. Make it do so. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Interestingly, when I wrote the test I had the impression that user.email is not heeded either - or do we have

[PATCHv2] push: heed user.signingkey for signed pushes

2014-10-22 Thread Michael J Gruber
push --signed promises to take user.signingkey as the signing key but fails to read the config. Make it do so. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Okay, I guess this is nicer. We do have the committer info in the env. Sorry. builtin/push.c | 13 -

Please reply

2014-10-22 Thread Jose Calvache
Dear Sir/Madam, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Jose Calvache -- 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

Fwd: Re: [PATCH] git-imap-send: use libcurl for implementation

2014-10-22 Thread Bernhard Reiter
*ping* Hope I didn't mess up formatting again... Or do I need to top-post, as the original thread is too old to keep posting to it? Bernhard Weitergeleitete Nachricht Betreff: Re: [PATCH] git-imap-send: use libcurl for implementation Datum: Sun, 12 Oct 2014 17:22:20 +0200 Von:

[PATCH 0/2] document signature formats

2014-10-22 Thread Michael J Gruber
This is a first shot at documenting the various signatures that we use in a technical document. If something like this is deemed useful I should probably recreate the sample signatures using our testlib keys and users in a v2. Michael J Gruber (2): Documentation/technical: signature formats

[PATCH 2/2] Documentation/technical: document push certificate format

2014-10-22 Thread Michael J Gruber
Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Documentation/technical/signature-format.txt | 35 1 file changed, 35 insertions(+) diff --git a/Documentation/technical/signature-format.txt b/Documentation/technical/signature-format.txt index

[PATCH 1/2] Documentation/technical: signature formats

2014-10-22 Thread Michael J Gruber
Various formats for storing signatures have accumulated by now. Document them to keep track (and maybe avoid yet another one). Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Documentation/Makefile | 1 + Documentation/technical/signature-format.txt | 126

Re: [PATCH 1/2] Documentation/technical: signature formats

2014-10-22 Thread Jakub Narębski
W dniu 2014-10-22 17:16, Michael J Gruber napisał: +== Commit signature + +- created by: `git commit -s` +- payload: commit object +- embedding: header entry `gpgsig` + (content is preceded by a space) +- example: commit with commit message `sigtest` Actually it is not content is preceded by

Re: [PATCH] fetch-pack: don't resend known-common refs in find_common

2014-10-22 Thread Junio C Hamano
Dennis Kaarsemaker den...@kaarsemaker.net writes: On di, 2014-10-21 at 10:56 -0700, Junio C Hamano wrote: Dennis Kaarsemaker den...@kaarsemaker.net writes: By not clearing the request buffer in stateless-rpc mode, fetch-pack would keep sending already known-common commits, leading to ever

Re: git-svn performance

2014-10-22 Thread Hin-Tak Leung
-- On Tue, Oct 21, 2014 10:00 BST Eric Wong wrote: Jakob Stoklund Olesen stokl...@2pi.dk wrote: Yes, but I think you can remove cached_mergeinfo_rev too. Thanks, pushed the patch at the bottom, too. Also started working on some memory reductions here:

Re: Fwd: Re: [PATCH] git-imap-send: use libcurl for implementation

2014-10-22 Thread Junio C Hamano
Bernhard Reiter ock...@raz.or.at writes: *ping* Hope I didn't mess up formatting again... Or do I need to top-post, as the original thread is too old to keep posting to it? Please avoid top-posting on this list. If you have some background material (e.g. summary of previous discussions,

Re: [PATCH 1/2] Documentation/technical: signature formats

2014-10-22 Thread Junio C Hamano
Michael J Gruber g...@drmicha.warpmail.net writes: Various formats for storing signatures have accumulated by now. Document them to keep track (and maybe avoid yet another one). I haven't looked at the description closely, but it is a good thing to describe signature in a tag and in a commit

Re: [PATCH] grep: fix match highlighting for combined patterns with context lines

2014-10-22 Thread Junio C Hamano
Zoltan Klinger zoltan.klin...@gmail.com writes: Junio C Hamano gits...@pobox.com writes: It turns out that the result of such a change becomes more readable than the original, in that it makes it clear that reinspection of the lines are done only for matched ones and not context lines.

Re: [PATCH 03/15] refs.c: use packed refs when deleting refs during a transaction

2014-10-22 Thread Junio C Hamano
Ronnie Sahlberg sahlb...@google.com writes: commit fb5fa1d338ce113b0fea3bb955b50bbb3e827805 upstream. Huh? Make the deletion of refs during a transaction more atomic. Start by first copying all loose refs we will be deleting to the packed refs file and then commit the packed refs file. Then

Plumbing version of 'git branch --contains' ?

2014-10-22 Thread Crabtree, Andrew
I need to get a list of refs that can reach a certain SHA in in a script. git branch --contains SHA would be great (runs in ~2 seconds), but not my preferred option for scripting. I tried for br in $(git for-each-ref --format='%(refname:short)' refs/heads/) do git merge-base

Re: [PATCH 2/2] .mailmap: Add Stefan Bellers corporate mail address

2014-10-22 Thread Junio C Hamano
Stefan Beller sbel...@google.com writes: If you want me to continue using my gmail address, please check the authorship from the previous patch ([PATCH 1/2] transport: Free leaking head in transport_print_push_status) and remove the From: Stefan Beller sbel...@google.com line, so we don't

Re: [PATCHv2] push: heed user.signingkey for signed pushes

2014-10-22 Thread Junio C Hamano
Michael J Gruber g...@drmicha.warpmail.net writes: push --signed promises to take user.signingkey as the signing key but fails to read the config. Make it do so. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Okay, I guess this is nicer. We do have the committer info in the

Re: [PATCHv2] push: heed user.signingkey for signed pushes

2014-10-22 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Michael J Gruber g...@drmicha.warpmail.net writes: push --signed promises to take user.signingkey as the signing key but fails to read the config. Make it do so. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Okay, I guess this is

Re: Sources for 3.18-rc1 not uploaded

2014-10-22 Thread brian m. carlson
On Wed, Oct 22, 2014 at 11:42:48AM +0200, Michael J Gruber wrote: Junio C Hamano schrieb am 21.10.2014 um 20:14: Michael J Gruber g...@drmicha.warpmail.net writes: Unfortunately, the git archive doc clearly says that the umask is applied to all archive entries. Is an extended pax