Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: gitignore, Fix loading of ignored .gitignore files. | Wouter Horlings | 2024-06-17 | 1 | -1/+15 |
| | | | | | | | Stop loading .gitignore files from ignored directories, as this can cause files to be included that should not be. See https://git-scm.com/docs/gitignore#_pattern_format | ||||
* | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any ↵ | Arieh Schneier | 2023-06-05 | 1 | -8/+44 |
| | | | | | | user home. Fixes #578 Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | ||||
* | plumbing: gitignore, fix incorrect parsing. Fixes #500 | Arieh Schneier | 2023-05-29 | 1 | -6/+38 |
| | | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> | ||||
* | plumbing: gitignore, Typo | Jleagle | 2023-05-25 | 1 | -1/+1 |
| | | | Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com> | ||||
* | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ↵ | Jleagle | 2023-05-25 | 1 | -0/+39 |
| | | | | home | ||||
* | better tests | enisdenjo | 2021-10-27 | 1 | -39/+9 |
| | |||||
* | plumbing: gitignore, Read .git/info/exclude file too. | enisdenjo | 2021-10-27 | 1 | -0/+43 |
| | |||||
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 1 | -14/+13 |
| | |||||
* | fix typo | Arne Westphal | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | test CRLF in GFS case | Arne Westphal | 2020-06-29 | 1 | -4/+12 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | Worktree: Provide ability to add excludes (#825) | Alan D. Cabrera | 2018-05-11 | 1 | -3/+166 |
| | | | Worktree: Provide ability to add excludes | ||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -3/+2 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | plumbing: gitignore, upgrade to go-billy.v3 and test with gocheck | Máximo Cuadros | 2017-06-19 | 1 | -26/+36 |
| | |||||
* | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 1 | -0/+41 |