summaryrefslogtreecommitdiff
path: root/tests/status
Commit message (Expand)AuthorAgeFilesLines
* status: don't use `// ...` in tests, use `/* ... */`Edward Thomson2022-01-061-5/+4
* Merge remote-tracking branch 'pr/6159'Edward Thomson2022-01-061-0/+62
|\
| * #6154 git_status_list_new case insensitive fixMiguel Arroz2022-01-011-0/+61
* | status: don't use `// ...` in tests, use `/* ... */`Edward Thomson2022-01-061-15/+15
* | Add `rename_threshold` to `git_status_options`.Miguel Arroz2021-12-311-0/+63
|/
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-092-11/+11
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-172-48/+47
* Consider files executable only if the user can execute themDavid Turner2021-06-161-0/+39
* Make the tests pass cleanly with MemorySanitizerlhchavez2020-06-301-1/+1
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-052-2/+4
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-203-3/+3
* tests: unify ignore tests into their own dirPatrick Steinhardt2019-06-071-1292/+0
* tests: remove accidentally checked in backup filePatrick Steinhardt2019-06-071-1268/+0
* Merge pull request #5074 from libgit2/ethomson/ignore_leading_slashEdward Thomson2019-06-061-0/+24
|\
| * ignore: test multiple leading slashesEdward Thomson2019-05-191-0/+24
* | ignore: test that comments begin at position 0Edward Thomson2019-05-241-0/+4
* | ignore: test that leading whitespace is significantEdward Thomson2019-05-242-0/+1294
* | ignore: test we can handle an ignore file with BOMEdward Thomson2019-05-191-0/+23
|/
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-012-3/+3
* index: use new enum and structure namesEdward Thomson2018-12-013-6/+6
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-132-3/+3
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-113-11/+11
|\
| * Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-103-11/+11
* | ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2018-06-061-0/+36
* | tests: status::ignore: fix style of a testPatrick Steinhardt2018-06-061-20/+15
|/
* status::renames: write NFD instead of NFC filenameethomson/apfs_precompose_fixesEdward Thomson2018-01-211-1/+7
* Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson2018-01-031-0/+4
|\
| * tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-031-0/+4
* | status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-301-0/+31
|/
* tests: status: additional test for negative ignores with patternPatrick Steinhardt2017-08-251-0/+27
* Fix issue with directory glob ignore in subdirectoriesRobert Gay2017-05-171-0/+78
* `cl_git_exec` -> `cl_git_expect`ethomson/clar_messagesEdward Thomson2017-02-171-1/+1
* tests: provide better pass/failure error messagesEdward Thomson2017-02-171-2/+2
* ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-121-0/+38
* tests: skip the unreadable file tests as rootEdward Thomson2016-04-111-0/+3
* Merge pull request #3719 from libgit2/ethomson/submodule_statusCarlos Martín Nieto2016-04-011-0/+37
|\
| * status: test submodules with mixed caseEdward Thomson2016-03-311-0/+37
* | leaks: fix some leaks in the testsEdward Thomson2016-03-311-2/+8
|/
* Failing test.joshaber2016-03-231-10/+53
* iterator: test pathlist handling for directoriesMarc Strapetz2016-03-231-0/+82
* status: update test to include valid OIDEdward Thomson2016-03-231-1/+1
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-172-12/+12
* Merge branch 'cmn/ignore-dir-check'Carlos Martín Nieto2015-09-131-0/+17
|\
| * ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto2015-09-131-0/+17
* | status test: brackets are now literalEdward Thomson2015-08-301-2/+2
|/
* diff: check files with the same or newer timestampsCarlos Martín Nieto2015-06-221-0/+2
* status: test that symlinks don't lose their modeEdward Thomson2015-06-201-0/+48
* tests: tick the index when we count OID calculationsCarlos Martín Nieto2015-06-161-0/+6
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-2/+2