aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/gitignore/dir_test.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: gitignore, Fix loading of ignored .gitignore files.Wouter Horlings2024-06-171-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 Schneier2023-06-051-8/+44
| | | | | | user home. Fixes #578 Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* plumbing: gitignore, fix incorrect parsing. Fixes #500Arieh Schneier2023-05-291-6/+38
| | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* plumbing: gitignore, TypoJleagle2023-05-251-1/+1
| | | Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ↵Jleagle2023-05-251-0/+39
| | | | home
* better testsenisdenjo2021-10-271-39/+9
|
* plumbing: gitignore, Read .git/info/exclude file too.enisdenjo2021-10-271-0/+43
|
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-021-14/+13
|
* fix typoArne Westphal2020-06-291-1/+1
|
* test CRLF in GFS caseArne Westphal2020-06-291-4/+12
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
|
* Worktree: Provide ability to add excludes (#825)Alan D. Cabrera2018-05-111-3/+166
| | | Worktree: Provide ability to add excludes
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-3/+2
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-191-26/+36
|
* Adds gitignore supportOleg Sklyar2017-06-191-0/+41