summaryrefslogtreecommitdiff
path: root/tests/win32
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-172-12/+10
* win32: ensure content filtering occurs in longpath testEdward Thomson2021-09-201-4/+23
* Apply suggestions from code reviewLaurence McGlashan2021-09-141-0/+2
* Refactor shared code in longpath test.Laurence McGlashan2021-09-141-22/+12
* If longpaths is true and filters are enabled, pass git_repository through the...Laurence McGlashan2021-09-141-0/+28
* win32: add file and get status on a long pathEdward Thomson2021-05-061-1/+31
* win32: ensure core.longpaths is honored for workdir pathsEdward Thomson2021-05-061-0/+4
* path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAXIan Hattendorf2021-05-051-21/+1
* repo: introduce git_repository_workdir_pathEdward Thomson2021-04-281-0/+16
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto2016-02-181-1/+1
|\
| * win32: drop incorrect `const`nessEdward Thomson2016-02-161-1/+1
* | win32: tests around handling forbidden pathsEdward Thomson2016-02-171-0/+183
|/
* tests: win32::longpath: free expected_msgPatrick Steinhardt2015-11-241-0/+2
* win32::longpath: don't print pathlongpath-printfEdward Thomson2015-09-281-2/+0
* win32: test checkout msg on long path errEdward Thomson2015-09-231-0/+62