Thread (100 messages) flat view 100 messages, 7 authors, 2018-07-23

Re: [PATCH v6 8/8] fetch-pack: implement ref-in-want

From: Duy Nguyen <hidden>
Date: 2018-07-22 09:20:40

On Thu, Jun 28, 2018 at 12:33 AM Brandon Williams [off-list ref] wrote:
+static void receive_wanted_refs(struct packet_reader *reader, struct ref *refs)
+{
+       process_section_header(reader, "wanted-refs", 0);
+       while (packet_reader_read(reader) == PACKET_READ_NORMAL) {
+               struct object_id oid;
+               const char *end;
+               struct ref *r = NULL;
+
+               if (parse_oid_hex(reader->line, &oid, &end) || *end++ != ' ')
+                       die("expected wanted-ref, got '%s'", reader->line);
Could you do a follow and wrap all these strings in _() since this one
is already in 'next'?
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help