summaryrefslogtreecommitdiffstats
path: root/ignore/src/gitignore.rs
AgeCommit message (Expand)Author
2018-07-29ignore: fix typoAndrew Gallant
2018-07-29ignore: fix bug in matched_path_or_any_parentsAndrew Gallant
2018-07-28ignore: respect XDG_CONFIG_DIR/git/configAndrew Gallant
2018-07-16ignore: permit use of env::home_dirAndrew Gallant
2018-05-06ignore/doc: improve docs for case_insensitiveGarrett Squire
2018-04-24ignore: speed up Gitignore::emptyAndrew Gallant
2018-04-05ignore: add Clone/Debug for buildersFlorentBecker
2018-03-10ignore: support backslash escapingBrian Malehorn
2018-02-14ignore: fix improper hidden filteringAndrew Gallant
2018-01-29ignore: fix handling of / in patternsdana
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-11-01Properly match the rules "**/" and "!**/"Brian Campbell
2017-07-13[ignore] Fix matched_path_or_any_parents() for patterns ending in slashBehnam Esfahbod
2017-07-12[ignore] Add extensive test for gitignore matching (#551)Behnam Esfahbod ✅
2017-07-03add --iglob flagPeter S Panov
2017-04-12Add better error messages for invalid globs.Andrew Gallant
2017-03-12Fix leading slash bug when used with `!`.Andrew Gallant
2017-01-30Look for global git/ignore in ~/.config/git, not ~/gitDaniel Hahler
2016-11-17Use env::home_dir() instead of env::var_os(HOME).Andrew Gallant
2016-11-09Fix a bug with handling --ignore-file.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant