diff --git a/TODO.md b/TODO.md index 8984c19..f2365bf 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,7 @@ Pending actions, general notes, etc. (in no particular order): * https://www.codingwiththomas.com/blog/my-sphinx-best-practice-for-a-multiversion-documentation-in-different-languages * Refactor code so Makefile, pyproject.toml are at the repository's root? * [#10](../../issues/10): Review [vag](https://github.com/charlyoleg2/vag) and [vcstool](https://github.com/dirk-thomas/vcstool) for inspiration. -* *"Librarice"* multigit so it can be used in library mode by other applications.` +* Refactor multigit so it can be used in library mode by other applications. +* Find the way to simplify subrepos' format allowing for *gitref* instead of *branch|tag|commit* (the code should find what kind of object *gitref* references). ## IN PROGRESS