filestore icon indicating copy to clipboard operation
filestore copied to clipboard

A versioning file store backed by git, darcs, or mercurial

Results 3 filestore issues
Sort by recently updated
recently updated
newest added

Sometimes you want to copy a file and its whole history, without renaming or deleting the original source. Kind of like branching without ever merging. Is that already possible, or...

Would it be possible to modify this library as to support specifying a remote repository location and working with it instead of a local one? My use case is the...

It would be handy if `save` could return the `RevisionId` it just saved the `FilePath` at, rather than requiring that you immediately call `latest` for that same `FilePath`. I mention...