summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Put back the number of expected references to 6 from the test repoCarlos Martín Nieto2015-03-131-3/+3
* Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2Carlos Martín Nieto2015-03-111-0/+122
|\
| * Add API to add a memory buffer to an indexDamien PROFETA2015-02-251-0/+122
* | Merge pull request #2970 from ethomson/inmemory_bareCarlos Martín Nieto2015-03-111-0/+27
|\ \
| * | repository_new: test its barenessEdward Thomson2015-03-101-0/+27
* | | Fixed build warningPierre-Olivier Latour2015-03-081-1/+1
* | | refdb: use the same id for old and new when renaming a referencecmn/rename-reflogCarlos Martín Nieto2015-03-081-0/+4
* | | Merge pull request #2961 from ethomson/filter_relative_pathsEdward Thomson2015-03-061-0/+97
|\ \ \
| * | | filter::file tests: test filter_list_apply_to_fileEdward Thomson2015-03-061-0/+97
| |/ /
* | | branch: fix generated reflog message upon renamingnulltoken2015-03-041-1/+1
* | | branch: fix generated reflog message upon creationnulltoken2015-03-041-1/+1
|/ /
* | Merge pull request #2932 from jeffhostetler/jeffhostetler/big_clone_crashCarlos Martín Nieto2015-03-041-0/+48
|\ \
| * | Fix p_ftruncate to handle big files for git_cloneJeff Hostetler2015-03-031-0/+48
| |/
* | libgit2_shutdown: clear err message on shutdownEdward Thomson2015-03-041-1/+0
* | Merge pull request #2886 from jeffhostetler/jeffhostetler/clar_traceCarlos Martín Nieto2015-03-046-0/+324
|\ \
| * | Converted cl_perf_timer to use git__timer internally.Jeff Hostetler2015-03-032-76/+11
| * | Added cl_perf_timer. Updated global trace to include timers.Jeff Hostetler2015-03-023-1/+152
| * | Cleanup formatting of clar trace messages.Jeff Hostetler2015-03-021-7/+7
| * | Provide mechanism to let CLAR globally setup git_trace()Jeff Hostetler2015-03-024-0/+238
* | | Merge pull request #2945 from ethomson/empty_hashsig_heapCarlos Martín Nieto2015-03-041-0/+100
|\ \ \
| * | | diff_tform: account for whitespace optionsEdward Thomson2015-03-041-6/+68
| * | | diff_tform: don't compare empty hashsig_heapsEdward Thomson2015-03-031-0/+38
* | | | Plug a few leaksCarlos Martín Nieto2015-03-043-0/+5
* | | | config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-0320-240/+235
|/ / /
* | | Remove swp filesCarlos Martín Nieto2015-03-031-0/+0
* | | Merge pull request #2913 from ethomson/stash_fixupEdward Thomson2015-03-031-0/+19
|\ \ \
| * | | stash: correctly stash wd modified/index deletedEdward Thomson2015-02-181-0/+19
* | | | repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-0316-81/+66
* | | | push: remove reflog message overrideCarlos Martín Nieto2015-03-032-4/+4
* | | | branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-036-80/+40
* | | | reset: remove reflog message overrideCarlos Martín Nieto2015-03-0311-85/+69
* | | | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-0365-395/+343
* | | | Merge pull request #2908 from ethomson/safe_createCarlos Martín Nieto2015-03-038-43/+92
|\ \ \ \ | |_|/ / |/| | |
| * | | checkout tests: just use SAFE where appropriateEdward Thomson2015-02-272-9/+4
| * | | checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-275-40/+58
| * | | clone: drop now unnecessary SAFE_CREATEEdward Thomson2015-02-272-2/+2
| * | | checkout: upgrade to `SAFE_CREATE` when no index fileEdward Thomson2015-02-271-0/+36
| * | | merge perf test: drop unnecessary SAFE_CREATEEdward Thomson2015-02-271-1/+1
| | |/ | |/|
* | | Update to clar 2b73f5eEdward Thomson2015-02-272-0/+75
|/ /
* | tests: separate INVASIVE filesystem testsEdward Thomson2015-02-192-2/+2
* | git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-1/+1
* | filter streams: base -> parentEdward Thomson2015-02-181-4/+4
* | git_writestream: from git_filter_streamEdward Thomson2015-02-181-8/+8
* | filter: test a large file through the streamEdward Thomson2015-02-171-0/+221
* | Remove extra semicolon outside of a functionStefan Widgren2015-02-152-2/+2
* | Merge pull request #2831 from ethomson/merge_lockCarlos Martín Nieto2015-02-153-4/+153
|\ \
| * | merge: lock the index at the start of the mergeEdward Thomson2015-02-141-0/+49
| * | checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson2015-02-141-0/+80
| * | git_indexwriter: lock then write the indexEdward Thomson2015-02-141-0/+21
| * | merge test: test an actual failure, not conflictEdward Thomson2015-02-131-6/+5
| |/