• Show log

    Commit

  • Hash : e91f9a8f
    Author : Russell Belfer
    Date : 2013-06-19T15:20:59

    Add higher level pathspec API
    
    Right now, setting up a pathspec to be parsed and processed
    requires several data structures and a couple of API calls.  This
    adds a new high level data structure that contains all the items
    that you'll need and high-level APIs that do all of the setup and
    all of the teardown.  This will make it easier to use pathspecs
    in various places with less repeated code.