1. 25 Apr, 2014 2 commits
  2. 24 Apr, 2014 7 commits
  3. 23 Apr, 2014 9 commits
  4. 22 Apr, 2014 11 commits
  5. 21 Apr, 2014 5 commits
  6. 20 Apr, 2014 1 commit
  7. 19 Apr, 2014 3 commits
  8. 18 Apr, 2014 2 commits
    • Minor fixes · ac16bd0a
      Only apply LEADING_DIR pattern munging to patterns in ignore and
      attribute files, not to pathspecs used to select files to operate
      on.  Also, allow internal macro definitions to be evaluated before
      loading all external ones (important so that external ones can
      make use of internal `binary` definition).
      Russell Belfer committed
    • Fix ignore difference from git with trailing /* · 916fcbd6
      Ignore patterns that ended with a trailing '/*' were still needing
      to match against another actual '/' character in the full path.
      This is not the same behavior as core Git.
      
      Instead, we strip a trailing '/*' off of any patterns that were
      matching and just take it to imply the FNM_LEADING_DIR behavior.
      Russell Belfer committed