Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: gitignore, fix incorrect parsing. Fixes #500 | Arieh Schneier | 2023-05-29 | 2 | -6/+40 |
| | | | | 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 | 2 | -0/+47 |
| | | | | home | ||||
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Paulo Gomes <pjbgf@linux.com> | ||||
* | better tests | enisdenjo | 2021-10-27 | 1 | -39/+9 |
| | |||||
* | plumbing: gitignore, Read .git/info/exclude file too. | enisdenjo | 2021-10-27 | 2 | -10/+58 |
| | |||||
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 2 | -17/+15 |
| | |||||
* | plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256) | Andrew Archibald | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | fix typo | Arne Westphal | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | test CRLF in GFS case | Arne Westphal | 2020-06-29 | 1 | -4/+12 |
| | |||||
* | replace ReadAll by bufio.scanner | Arne Westphal | 2020-06-29 | 1 | -6/+6 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 2 | -6/+6 |
| | |||||
* | Fixed an edge case for .gitignore | Fedor Korotkov | 2018-08-19 | 2 | -0/+9 |
| | | | | | | Fixes #923 Signed-off-by: Fedor Korotkov <fedor.korotkov@gmail.com> | ||||
* | Worktree: Provide ability to add excludes (#825) | Alan D. Cabrera | 2018-05-11 | 2 | -7/+249 |
| | | | Worktree: Provide ability to add excludes | ||||
* | fix typo | Wells Johnston | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 2 | -4/+3 |
| | | | | 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 | 4 | -218/+199 |
| | |||||
* | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 7 | -0/+676 |