diff options
author | EuAndreh <eu@euandre.org> | 2021-08-04 13:09:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-04 13:09:02 -0300 |
commit | d39525a92e3751d4ec104f4f2aa0a85363cf93ef (patch) | |
tree | 6cd84cd3d01b6e81c35c1d1b44a1ead346915d2f | |
parent | tests/resources/*: Embed Git repositories directly (diff) | |
download | gistatic-d39525a92e3751d4ec104f4f2aa0a85363cf93ef.tar.gz gistatic-d39525a92e3751d4ec104f4f2aa0a85363cf93ef.tar.xz |
TODOs.md: Mark #question-5414aee2-031a-5759-2a22-d572ee899ac0 as DONE
-rw-r--r-- | TODOs.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -107,7 +107,14 @@ Benchmark on (stagit): # Questions -## TODO How to embed repositories without using submodules {#question-5414aee2-031a-5759-2a22-d572ee899ac0} +## DONE How to embed repositories without using submodules {#question-5414aee2-031a-5759-2a22-d572ee899ac0} +- DONE in 2021-08-04 + + By using a special `.gitdir` directory on the embedded repositories, the toplevel repository + can remain unchanged and include those. + + Done in + [`252430e9ea5996c21c1fe24de623f458a24edbb7`](https://git.euandreh.xyz/gistatic/commit/?id=252430e9ea5996c21c1fe24de623f458a24edbb7). - TODO in 2021-07-31 --- |