fix branches
This commit is contained in:
parent
8461812935
commit
c87662419a
3 changed files with 19 additions and 0 deletions
|
@ -1,17 +1,24 @@
|
|||
%% title = "treehouse virtual file system design"
|
||||
|
||||
% id = "01JDDE33S14N7HWB2W1Z603K94"
|
||||
- notes on the design; this is not an actual listing of the virtual file system
|
||||
|
||||
% id = "01JDDE33S1CXBQ9EB4ENYG3JNP"
|
||||
- `content` - `GitDir(".", "content")`
|
||||
|
||||
% id = "01JDDE33S1G9B80CJDM09TG5MJ"
|
||||
- `GitDir` is a special filesystem which makes all files have subpaths with commit data sourced from git.
|
||||
their entries are ordered by how new/old a commit is
|
||||
|
||||
% id = "01JDDE33S11P6NP1NNMVF6EX52"
|
||||
- `inner/<commit>` - contains the file content and a revision info fork
|
||||
|
||||
% id = "01JDDE33S1EK8JKHKVGXSR46HB"
|
||||
- `inner/latest` - same but for the latest revision, if applicable.
|
||||
this may be the working tree
|
||||
|
||||
% id = "01JDDE33S1X9GT32HCZE12455A"
|
||||
- `template` - `PhysicalDir("template")`
|
||||
|
||||
% id = "01JDDE33S14FEG7XHBRCN3H8WM"
|
||||
- `static` - `PhysicalDir("static")`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue