All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: git@vger.kernel.org, Richard Hansen <rhansen@bbn.com>,
	Max Horn <max@quendi.de>
Subject: Re: [PATCH v9 0/6] transport-helper: fixes
Date: Tue, 15 Apr 2014 14:25:28 -0700	[thread overview]
Message-ID: <xmqqfvlejnef.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <xmqq61mbod8y.fsf@gitster.dls.corp.google.com> (Junio C. Hamano's message of "Mon, 14 Apr 2014 13:41:17 -0700")

Junio C Hamano <gitster@pobox.com> writes:

> Felipe Contreras <felipe.contreras@gmail.com> writes:
>
>> These patches add support for remote helpers --force, --dry-run, and reporting
>> forced update.
>>
>> Changes since v8:
>>
>> --- a/transport-helper.c
>> +++ b/transport-helper.c
>> @@ -734,7 +734,7 @@ static int push_update_ref_status(struct strbuf *buf,
>>         }
>>  
>>         (*ref)->status = status;
>> -       (*ref)->forced_update = forced;
>> +       (*ref)->forced_update |= forced;
>>         (*ref)->remote_status = msg;
>>         return !(status == REF_STATUS_OK);
>>  }
>
> Hmph, isn't v8 already in 'master' as of 90e6255a (Merge branch
> 'fc/transport-helper-fixes', 2014-03-18)?

I checked and it seems to be that way.  If there are new development
that are missing in my tree, please send in incrementals.

Thanks.

  reply	other threads:[~2014-04-15 21:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-12 20:12 [PATCH v9 0/6] transport-helper: fixes Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 1/6] transport-helper: mismerge fix Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 2/6] transport-helper: don't update refs in dry-run Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 3/6] transport-helper: add 'force' to 'export' helpers Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 4/6] transport-helper: check for 'forced update' message Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 5/6] test-hg.sh: tests are now expected to pass Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 6/6] remote-bzr: support the new 'force' option Felipe Contreras
2014-04-14 20:41 ` [PATCH v9 0/6] transport-helper: fixes Junio C Hamano
2014-04-15 21:25   ` Junio C Hamano [this message]
2014-04-18 23:32   ` Felipe Contreras
2014-04-19  1:09     ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqqfvlejnef.fsf@gitster.dls.corp.google.com \
    --to=gitster@pobox.com \
    --cc=felipe.contreras@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=max@quendi.de \
    --cc=rhansen@bbn.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.