unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 7ff33dcab7adab2dd08c7ae586ae041795d0a180 297 bytes (raw)
name: bindings/ruby/filenames.c 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include "defs.h"

VALUE
notmuch_rb_filenames_get (notmuch_filenames_t *fnames)
{
    VALUE rb_array = rb_ary_new();
    for (; notmuch_filenames_valid (fnames); notmuch_filenames_move_to_next (fnames))
	rb_ary_push (rb_array, rb_str_new2 (notmuch_filenames_get (fnames)));
    return rb_array;
}

debug log:

solving 7ff33dca ...
found 7ff33dca in https://yhetil.org/notmuch/20230327215942.13286-4-felipe.contreras@gmail.com/
found 17ec4406 in https://yhetil.org/notmuch/20230327215942.13286-3-felipe.contreras@gmail.com/
found 17873393 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 1787339359c41519be65332e632cf78669b1e10b	bindings/ruby/filenames.c

applying [1/2] https://yhetil.org/notmuch/20230327215942.13286-3-felipe.contreras@gmail.com/
diff --git a/bindings/ruby/filenames.c b/bindings/ruby/filenames.c
index 17873393..17ec4406 100644


applying [2/2] https://yhetil.org/notmuch/20230327215942.13286-4-felipe.contreras@gmail.com/
diff --git a/bindings/ruby/filenames.c b/bindings/ruby/filenames.c\r
index 17ec4406..7ff33dca 100644\r

Checking patch bindings/ruby/filenames.c...
Applied patch bindings/ruby/filenames.c cleanly.
Checking patch bindings/ruby/filenames.c...
Applied patch bindings/ruby/filenames.c cleanly.

index at:
100644 7ff33dcab7adab2dd08c7ae586ae041795d0a180	bindings/ruby/filenames.c

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).