summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-1716-73/+73
* checkout: overwrite files with differing modesEdward Thomson2015-09-161-1/+2
* checkout::tree tests: don't use hardcoded modeEdward Thomson2015-09-161-8/+8
* checkout::tree tests: don't use static bufferEdward Thomson2015-09-161-6/+9
* Check that checkout preserves filemode in working directory.Matti Virolainen2015-09-161-0/+63
* Check that an executable in index is not an executable after checkout.Matti Virolainen2015-09-161-0/+11
* cl_git_path_url: assert sane static buffer sizeEdward Thomson2015-09-141-0/+2
* clone::nonetwork: don't use fixed size bufferEdward Thomson2015-09-141-3/+6
* Merge pull request #3425 from ethomson/diriter_rootCarlos Martín Nieto2015-09-131-0/+29
|\
| * diriter: test we can iterate rootEdward Thomson2015-09-131-0/+29
* | Merge pull request #3423 from libgit2/cmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
|\ \ | |/ |/|
| * push: put the git_oid inline in the test structurecmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
* | Don't free config in `git_transaction_commit`.Arthur Schreiber2015-09-131-0/+10
* | 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
* | | Merge pull request #3370 from libgit2/cmn/submodule-refactorCarlos Martín Nieto2015-09-131-0/+55
|\ \ \ | |_|/ |/| |
| * | submodule: add a test for a renamed submdoule dircmn/submodule-refactorCarlos Martín Nieto2015-09-101-0/+55
* | | diff::workdir: ensure ignored files are not returnedEdward Thomson2015-09-121-0/+43
|/ /
* | futils: ensure we can write a hidden fileEdward Thomson2015-09-081-0/+68
* | filebuf: ensure we can lock a hidden fileEdward Thomson2015-09-081-0/+26
* | Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto2015-09-082-0/+199
|\ \
| * | git_index_add: allow case changing renamesEdward Thomson2015-09-082-0/+51
| * | index: canonicalize directory case when addingEdward Thomson2015-09-081-0/+148
* | | Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson2015-09-081-0/+21
|\ \ \ | |/ / |/| |
| * | New API: git_index_find_prefixLeo Yang2015-09-041-0/+21
* | | Merge pull request #3413 from libgit2/cmn/follow-symlinkEdward Thomson2015-09-061-0/+53
|\ \ \
| * | | filebuf: follow symlinks when creating a lock filecmn/follow-symlinkCarlos Martín Nieto2015-09-051-0/+53
| |/ /
* | | Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson2015-09-062-0/+34
|\ \ \ | |/ / |/| |
| * | index: add tests around case switchingCarlos Martín Nieto2015-08-142-0/+34
* | | Merge pull request #3402 from ethomson/faster_diffCarlos Martín Nieto2015-09-017-162/+962
|\ \ \
| * | | iterator test: handle case (in)sensitivityEdward Thomson2015-08-311-3/+26
| * | | iterator test: use new iter opts in fifo testEdward Thomson2015-08-311-2/+5
| * | | iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-312-24/+70
| * | | status test: brackets are now literalEdward Thomson2015-08-301-2/+2
| * | | tree_iterator: use a pathlistEdward Thomson2015-08-301-0/+114
| * | | diff: use new iterator pathlist handlingEdward Thomson2015-08-302-7/+36
| * | | diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson2015-08-281-0/+210
| * | | iterator: sort subdirs properly with pathlistEdward Thomson2015-08-281-1/+7
| * | | Move filelist into the iterator handling itself.Edward Thomson2015-08-281-0/+248
| * | | iterator: use an options struct instead of argsEdward Thomson2015-08-285-158/+279
| | |/ | |/|
* | | Merge pull request #3352 from ethomson/hiddenEdward Thomson2015-08-282-0/+61
|\ \ \ | |/ / |/| |
| * | win32: ensure hidden files can be stagedEdward Thomson2015-08-032-0/+61
* | | diff: don't error out on an invalid regexcmn/regex-nofailCarlos Martín Nieto2015-08-151-0/+26
* | | Merge pull request #3168 from libgit2/cmn/config-txEdward Thomson2015-08-131-0/+50
|\ \ \
| * | | config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-121-3/+4
| * | | config: expose locking via the main APICarlos Martín Nieto2015-08-121-19/+22
| * | | config: implement basic transactional supportCarlos Martín Nieto2015-08-121-0/+46
| | |/ | |/|
* | | remote: add failing test for a mirror refspecCarlos Martín Nieto2015-08-111-5/+34
|/ /
* | errors: tighten up git_error_state OOMs a bit moreEdward Thomson2015-08-031-5/+28
* | Test: check restored oom error points to static bufferMichael Procter2015-08-031-4/+4