filter branches (incomplete)
Promosing work toward metadata driven filter branches. A few methods to construct them are stubbed out; all the data types and pure code seems good. This commit was sponsored by Walter Somerville.
This commit is contained in:
parent
2825f2e41d
commit
9633c67842
5 changed files with 246 additions and 0 deletions
|
@ -37,3 +37,7 @@ shaSize = 40
|
|||
|
||||
nullSha :: Ref
|
||||
nullSha = Ref $ replicate shaSize '0'
|
||||
|
||||
{- Git's magic empty tree. -}
|
||||
emptyTree :: Ref
|
||||
emptyTree = Ref "4b825dc642cb6eb9a060e54bf8d69288fbee4904"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue