summaryrefslogtreecommitdiffstats
path: root/src/git_ignore.rs
AgeCommit message (Collapse)Author
2020-03-30moved files aroundCanop
refactored, added a few mods into a less flat source structure.
2020-03-19use $XDG_CONFIG_HOME/git/ignore if core.excludesFile is missingCanop
Fix #212
2020-01-30add the time! macroCanop
To help manage duration logging with reduced impact when not logging
2020-01-30make git_file_info not default, measure moreCanop
2020-01-28don't use gitlib2 gitignore computationCanop
Doing the computation in root allow not looking for git repos and git ignore files more than necessary and thus is much faster. Also we look for the global gitignore file and use it if available.
2020-01-25[WIP] display git status informationCanop
2020-01-20minor code fmt changesCanop
2020-01-18change default value of the toggle_trim_root to falseCanop
Fix #106 but might be reverted
2020-01-18don't use .gitignore files of super repositoriesCanop
Fix #160
2019-10-23move to the last versions of crossterm and termimadCanop
2019-10-07use lazy-regex to slightly clean regex creation codeCanop
2019-06-15fix blank help screen on scroll when it fits the screenDenys Séguret
2019-04-04update a few crateCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
* initial path not a file: display an error and exit * initial path not a directory: open the parent instead * directory removed between display and focus: display an error in status
2019-01-15documentationCanop
2018-12-30gitignore respect togglable and available as cli argCanop
2018-12-29filter out files & directories according to .gitignore filesCanop