Re: [PATCH 12/16] Display notes from namespace

2016-07-29 Thread Jason A. Donenfeld
On Sat, Jul 16, 2016 at 12:59 AM, Richard Maw wrote: > + if (ref_exists(namespaced_note_ref.buf)) { > + if (has_glob_specials(namespaced_note_ref.buf)) { > + for (const char *c = namespaced_note_ref.buf; >

[PATCH 12/16] Display notes from namespace

2016-07-15 Thread Richard Maw
We must not leave it at its default behaviour, as that results in notes from the root namespace being used and ignoring notes from the current namespace, since it is not namespace aware. We can handle this by instructing it to not load the default refs, and providing a set of extra refs to use.