summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folderVicent Marti2014-07-232-0/+102
|\
| * Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-2256-318/+538
| |\
| * \ Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-07-108-53/+147
| |\ \
| * \ \ Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-0433-102/+835
| |\ \ \
| * | | | Add another test for unreadable and not included.Alan Rogers2014-06-041-0/+32
| * | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-1/+36
| * | | | Fix the no permissions test.Alan Rogers2014-05-301-3/+2
| * | | | Use 'X' for unreadable status.Alan Rogers2014-05-301-0/+3
| * | | | We do expect the foo path in the nopermissions testAlan Rogers2014-05-231-2/+2
| * | | | Remove errant newlineAlan Rogers2014-05-221-1/+0
| * | | | Simplify the no permission test.Alan Rogers2014-05-211-6/+4
| * | | | Skip unreadable files for now.Alan Rogers2014-05-151-2/+5
| * | | | Simplify the test.Alan Rogers2014-05-151-10/+5
| * | | | Add a test (failing) for a work tree status.Alan Rogers2014-05-141-0/+38
* | | | | git_cherry_pick -> git_cherrypickEdward Thomson2014-07-223-31/+31
| |_|_|/ |/| | |
* | | | Merge pull request #2476 from linquize/config-lf-eofVicent Marti2014-07-161-0/+16
|\ \ \ \
| * | | | Add unit test to test add section without lf at EOFLinquize2014-07-161-0/+16
* | | | | Merge pull request #2467 from ethomson/win_local_cloneVicent Marti2014-07-161-13/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Handle local file:/// paths on WindowsEdward Thomson2014-07-111-13/+43
* | | | | Switch description and path reportingEdward Thomson2014-07-151-1/+1
* | | | | Merge pull request #2463 from libgit2/cmn/ssh-factory-for-pathsVicent Marti2014-07-111-0/+65
|\ \ \ \ \
| * | | | | ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-0/+65
| |/ / / /
* | | | | refspec: support asterisks in the middle of a patternCarlos Martín Nieto2014-07-041-0/+23
|/ / / /
* | | | Merge pull request #2460 from libgit2/cmn/sched-yieldVicent Marti2014-07-031-0/+14
|\ \ \ \
| * | | | Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto2014-07-031-0/+14
| | |_|/ | |/| |
* | | | Merge pull request #2459 from libgit2/cmn/http-url-pathVicent Marti2014-07-031-0/+18
|\ \ \ \
| * | | | netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto2014-07-031-0/+18
| |/ / /
* | | | Merge pull request #2455 from ethomson/equal_oidVicent Marti2014-07-0240-151/+161
|\ \ \ \
| * | | | revwalk::simplify test should testEdward Thomson2014-07-011-3/+3
| * | | | Introduce cl_assert_equal_oidEdward Thomson2014-07-0139-148/+158
* | | | | Merge pull request #2453 from ethomson/checkout_indexVicent Marti2014-07-021-1/+1
|\ \ \ \ \
| * | | | | git_checkout_index: checkout other indexesEdward Thomson2014-07-011-1/+1
* | | | | | Merge pull request #2452 from libgit2/cmn/clone-custom-repoVicent Marti2014-07-024-87/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-024-87/+55
* | | | | | Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-301-5/+5
|/ / / / /
* | | | | Merge pull request #2440 from phkelley/transportsVicent Marti2014-06-303-29/+70
|\ \ \ \ \
| * | | | | Improvements to git_transport extensibilityPhilip Kelley2014-06-263-29/+70
* | | | | | checkout::conflict tests: only test owner modeEdward Thomson2014-06-261-1/+1
|/ / / / /
* | | | | Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-241-2/+7
|/ / / /
* | | | Merge remote-tracking branch 'upstream/cmn/mixed-eol-passthrough'Carlos Martín Nieto2014-06-242-26/+10
|\ \ \ \
| * | | | crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-232-26/+10
| |/ / /
* | | | Merge remote-tracking branch 'upstream/cmn/treebuilder-perf'Carlos Martín Nieto2014-06-241-2/+6
|\ \ \ \
| * | | | treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto2014-06-101-2/+6
* | | | | Share packs across repository instancescmn/global-mwfCarlos Martín Nieto2014-06-231-0/+42
| |/ / / |/| | |
* | | | test: remove assembla clone testcmn/clone-auth-changeCarlos Martín Nieto2014-06-131-6/+0
* | | | test: use read-only accountCarlos Martín Nieto2014-06-131-3/+3
|/ / /
* | | Merge pull request #2407 from libgit2/cmn/remote-rename-morev0.21.0-rc1Vicent Marti2014-06-083-39/+106
|\ \ \
| * | | remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-1/+1
| * | | remote: failing test for renaming with a symrefCarlos Martín Nieto2014-06-061-0/+48
| * | | remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-062-38/+57