aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/gitignore
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-052-11/+57
| | | | | | user home. Fixes #578 Signed-off-by: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com>
* plumbing: gitignore, fix incorrect parsing. Fixes #500Arieh Schneier2023-05-292-6/+40
| | | | 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-252-0/+47
| | | | home
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+2
| | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* better testsenisdenjo2021-10-271-39/+9
|
* plumbing: gitignore, Read .git/info/exclude file too.enisdenjo2021-10-272-10/+58
|
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-022-17/+15
|
* plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256)Andrew Archibald2021-03-101-1/+1
|
* fix typoArne Westphal2020-06-291-1/+1
|
* test CRLF in GFS caseArne Westphal2020-06-291-4/+12
|
* replace ReadAll by bufio.scannerArne Westphal2020-06-291-6/+6
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-102-6/+6
|
* Fixed an edge case for .gitignoreFedor Korotkov2018-08-192-0/+9
| | | | | | Fixes #923 Signed-off-by: Fedor Korotkov <fedor.korotkov@gmail.com>
* Worktree: Provide ability to add excludes (#825)Alan D. Cabrera2018-05-112-7/+249
| | | Worktree: Provide ability to add excludes
* fix typoWells Johnston2018-01-081-1/+1
|
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-232-4/+3
| | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
* plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-194-218/+199
|
* Adds gitignore supportOleg Sklyar2017-06-197-0/+676