Explorar o código

Add TODO for GIT_NAMESPACE environment variable support in CLI

Jelmer Vernooij hai 3 meses
pai
achega
16813b480a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      dulwich/cli.py

+ 4 - 0
dulwich/cli.py

@@ -28,6 +28,10 @@ no means intended to be a full-blown Git command-line interface but just
 a way to test Dulwich.
 """
 
+# TODO: Add support for GIT_NAMESPACE environment variable by wrapping
+# repository refs with NamespacedRefsContainer when the environment
+# variable is set. See issue #1809 and dulwich.refs.NamespacedRefsContainer.
+
 import argparse
 import io
 import logging