aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/gitignore/dir.go
Commit message (Collapse)AuthorAgeFilesLines
* *: Handle paths starting with ~usernameArieh Schneier2023-07-091-16/+2
| | | | Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any ↵Arieh Schneier2023-06-051-3/+13
| | | | | | user home. Fixes #578 Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ↵Jleagle2023-05-251-0/+8
| | | | home
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+2
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* plumbing: gitignore, Read .git/info/exclude file too.enisdenjo2021-10-271-10/+15
|
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-021-3/+2
|
* plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256)Andrew Archibald2021-03-101-1/+1
|
* replace ReadAll by bufio.scannerArne Westphal2020-06-291-6/+6
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
|
* Worktree: Provide ability to add excludes (#825)Alan D. Cabrera2018-05-111-4/+83
| | | Worktree: Provide ability to add excludes
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-191-3/+10
|
* Adds gitignore supportOleg Sklyar2017-06-191-0/+50