• Show log

    Commit

  • Hash : 63de2128
    Author : Edward Thomson
    Date : 2020-02-02T20:20:19

    checkout: filter pathspecs for _all_ checkout types
    
    We were previously applying the pathspec filter for the baseline
    iterator during checkout, as well as the target tree.  This was an
    oversight; in fact, we should apply the pathspec filter to _all_
    checkout targets, not just trees.
    
    Add a helper function to set the iterator pathspecs from the given
    checkout pathspecs, and call it everywhere.