GitRepo.namespace

Get the currently active namespace for this repository.

  1. string namespace [@property getter]
    struct GitRepo
    @property
    string
    namespace
    (
    )
  2. char[] namespace [@property setter]

Examples

auto repo = initRepo(_userRepo, OpenBare.yes);
scope(exit) rmdirRecurse(_userRepo);
assert(repo.namespace is null);

Meta