Commit History

Author SHA1 Message Date
  Jelmer Vernooij 4756814d6c Fix flake8 3 years ago
  Jelmer Vernooij e7818a9482 Fix handling of escaped characters in ignore files. Fixes #930 3 years ago
  Andrey Torsunov 00b511015d Skip lines with spaces only in .gitignore 3 years ago
  Corentin Hembise a033a381ff Make flake8 happy 4 years ago
  Corentin Hembise c2e24bef2c Fix find_matching to stop returning after the first match 4 years ago
  Jelmer Vernooij 36b6dbdcc4 Merge branch 'patch-1' of git://github.com/courentin/dulwich 4 years ago
  Corentin Hembise 0f18a8dd36 Split the test in a function 4 years ago
  Jelmer Vernooij c8ce22c255 Reformatting. 4 years ago
  Jelmer Vernooij 6266df34af Reformat with black. 4 years ago
  Corentin Hembise 0f885dd491 Fix styling errors 4 years ago
  Corentin Hembise 442c8153c2 Failing test for manpage gitignore example with IgnoreFilterManager 4 years ago
  pared 5219d79334 ignore: question mark should not match slash 6 years ago
  Jelmer Vernooij df3302329b Fix style errors. 6 years ago
  Jelmer Vernooij e2a556309a Fix another test case mentioned by Segev in #526 7 years ago
  Jelmer Vernooij 6e4a4d61c0 Require that callers pass in a relative path to IgnoreFilterManager. 7 years ago
  Jelmer Vernooij caf074837f Actually remove files from disk in ``dulwich.porcelain.remove``. Fixes 7 years ago
  Jelmer Vernooij 4807bc49df Add example based on gitignore manpage. 7 years ago
  Jelmer Vernooij 17209b2c2c Add another test for empty path elements. 7 years ago
  Jelmer Vernooij e553e00383 Asterisk can match an empty string too. 7 years ago
  Jelmer Vernooij f31f21e85a Fix Python3. 7 years ago
  Jelmer Vernooij e687adb8a8 Properly check for directory paths with trailing slash in IgnoreFilterManager. 7 years ago
  Jelmer Vernooij 0f82327fdb Support ignorecase setting. 7 years ago
  Jelmer Vernooij d8f4dce59a Add IgnoreFilterManager.find_matching and IgnoreFilter.find_matching, to find actual ignore patterns that matched. 7 years ago
  Jelmer Vernooij faeb909a1a Look in lower directory ignore files first. 7 years ago
  Jelmer Vernooij bcc1ec3930 Fix python3 support for ignores. 7 years ago
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. 7 years ago
  Jelmer Vernooij 450148eac0 Add IgnoreFilterManager. 7 years ago
  Segev Finer b501e4d3a8 gitignore patterns without a trailing slash should match directories too. 7 years ago
  Segev Finer 08f4a39975 Correctly handle include, exclude than include in .gitignore 7 years ago
  Segev Finer 90d414f7ad A pattern with only a trailing slash should be treated as a glob 7 years ago