Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

feat(leanproject mk-cache --force): create a temporary commit to house dirty caches #115

Closed

Commits on Sep 1, 2021

  1. feat(leanproject mk-cache --force): create a temporary commit to hous…

    …e dirty caches
    
    The cache is indexed by the SHA1 of the working tree that produced it.
    Previously `mk-cache --force` ignored this indexing scheme, replacing the cache for SHA1 with a non-matching cache.
    
    The new behavior is to create a temporary commit containing the changes in the working tree, and associate the cache with that commit.
    The commit is not created on the users current branch, so does not interfere with the user's use of git.
    eric-wieser committed Sep 1, 2021
    Copy the full SHA
    0b55445 View commit details
    Browse the repository at this point in the history