[PATCH v3 00/21] Add namespace support to cgit

Richard richard.maw at gmail.com
Sat Aug 20 18:01:33 CEST 2016


On 1 August 2016 at 22:35, Richard Maw <richard.maw at gmail.com> wrote:
> I'm going to try adding namespaced functions to libgit later in the week.

I tried.

Resolving refs all the way from high-level APIs like get_sha1,
dwim_ref and resolve_ref_unsafe
requires making read_raw_ref, reflog_exists and for_each_reflog*
namespace aware,
and threading a flag for opting into using namespaces through all the
functions in-between.

Actually doing all this is more than I can do in the hobby-programming
time I have available.

Are you willing to accept having the namespace awareness code in cgit?


More information about the CGit mailing list