Merge branch 'trunk' into add-num-log

This commit is contained in:
Richard Feldman 2021-03-28 12:43:51 -04:00 committed by GitHub
commit 51e7720658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 180 additions and 71 deletions

View file

@ -34,6 +34,7 @@ pub enum LowLevel {
ListWalk,
ListWalkBackwards,
ListSum,
ListProduct,
ListKeepOks,
ListKeepErrs,
DictSize,