log --after=date
This commit is contained in:
parent
47646d44b7
commit
9fb5f3edc7
5 changed files with 44 additions and 21 deletions
|
@ -34,3 +34,6 @@ extractSha s
|
|||
{- Size of a git sha. -}
|
||||
shaSize :: Int
|
||||
shaSize = 40
|
||||
|
||||
nullSha :: Ref
|
||||
nullSha = Ref $ replicate shaSize '0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue