mirror of https://github.com/perkeep/perkeep.git
Add TODO
Change-Id: Icbce2e60befb2f7a63010b01039b79d10c10e422
This commit is contained in:
parent
8866e88db0
commit
4e6740eac5
4
TODO
4
TODO
|
@ -1,3 +1,7 @@
|
|||
-- make camget and/or pkg/schema sanity-check all the "file" and "directory"
|
||||
names, to make sure they don't have path separators in them, "..", etc.
|
||||
Use Basename/Clean/etc.
|
||||
|
||||
-- rename sha1.New() to blobref.NewHash() and
|
||||
blobref.SHA1FromString(string) to blobref.FromString(string), and
|
||||
add blobref.FromHash(hash.Hash) (using reflect.TypeOf to find
|
||||
|
|
Loading…
Reference in New Issue