Skip to content
Snippets Groups Projects
  • Matt Harbison's avatar
    e8f80529abeb
    lfs: use the local store method for opening a blob · e8f80529abeb
    Matt Harbison authored
    I noticed that when I cloned without updating and then turned around and pushed
    that clone to an lfs server, it was only trying to find the blob in the local
    store.
    
    Writes to the dummyremote (file based store) use local.read(), which looks at
    both the usercache and local store.
    e8f80529abeb
    History
    lfs: use the local store method for opening a blob
    Matt Harbison authored
    I noticed that when I cloned without updating and then turned around and pushed
    that clone to an lfs server, it was only trying to find the blob in the local
    store.
    
    Writes to the dummyremote (file based store) use local.read(), which looks at
    both the usercache and local store.