From: Junio C Hamano <gitster@pobox•com>
To: "brian m. carlson" <sandals@crustytoothpaste•net>
Cc: git@vger•kernel.org, "Jeff King" <peff@peff•net>,
"Nguyễn Thái Ngọc Duy" <pclouds@gmail•com>,
"Michael Haggerty" <mhagger@alum•mit.edu>
Subject: Re: [PATCH v2 03/10] Convert struct ref to use object_id.
Date: Mon, 15 Jun 2015 15:13:57 -0700 [thread overview]
Message-ID: <xmqq4mm87h7e.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <1434233803-422442-4-git-send-email-sandals@crustytoothpaste.net> (brian m. carlson's message of "Sat, 13 Jun 2015 22:16:36 +0000")
"brian m. carlson" <sandals@crustytoothpaste•net> writes:
> Use struct object_id in three fields in struct ref and convert all the
> necessary places that use it.
>
> Signed-off-by: brian m. carlson <sandals@crustytoothpaste•net>
> ---
> builtin/clone.c | 16 +++++++-------
> builtin/fetch-pack.c | 4 ++--
> builtin/fetch.c | 50 +++++++++++++++++++++----------------------
> builtin/ls-remote.c | 2 +-
> builtin/receive-pack.c | 2 +-
> builtin/remote.c | 12 +++++------
> connect.c | 2 +-
> fetch-pack.c | 18 ++++++++--------
> http-push.c | 46 +++++++++++++++++++--------------------
> http.c | 2 +-
> remote-curl.c | 10 ++++-----
> remote.c | 58 +++++++++++++++++++++++++-------------------------
> remote.h | 6 +++---
> send-pack.c | 16 +++++++-------
> transport-helper.c | 18 ++++++++--------
> transport.c | 32 ++++++++++++++--------------
> transport.h | 8 +++----
> walker.c | 2 +-
> 18 files changed, 152 insertions(+), 152 deletions(-)
Whew. This was a big patch.
I've eyeballed it and did not find anything questionable. Thanks.
next prev parent reply other threads:[~2015-06-15 22:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-13 22:16 [PATCH v2 00/10] object_id part 2 brian m. carlson
2015-06-13 22:16 ` [PATCH v2 01/10] refs: convert some internal functions to use object_id brian m. carlson
2015-06-13 22:16 ` [PATCH v2 02/10] sha1_file: introduce has_object_file helper brian m. carlson
2015-06-13 22:16 ` [PATCH v2 03/10] Convert struct ref to use object_id brian m. carlson
2015-06-15 22:13 ` Junio C Hamano [this message]
2015-06-13 22:16 ` [PATCH v2 04/10] add_sought_entry_mem: convert to struct object_id brian m. carlson
2015-06-13 22:16 ` [PATCH v2 05/10] parse_fetch: convert to use " brian m. carlson
2015-06-13 22:16 ` [PATCH v2 06/10] get_remote_heads: convert to " brian m. carlson
2015-06-13 22:16 ` [PATCH v2 07/10] push_refs_with_export: " brian m. carlson
2015-06-13 22:16 ` [PATCH v2 08/10] ref_newer: convert to use " brian m. carlson
2015-06-13 22:16 ` [PATCH v2 10/10] remote: convert functions to " brian m. carlson
2015-08-02 23:33 ` [PATCH v2 00/10] object_id part 2 Michael Haggerty
2015-08-03 23:45 ` brian m. carlson
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=xmqq4mm87h7e.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
--cc=mhagger@alum$(echo .)mit.edu \
--cc=pclouds@gmail$(echo .)com \
--cc=peff@peff$(echo .)net \
--cc=sandals@crustytoothpaste$(echo .)net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox