summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add lax parsing for commit and tag objectsrb/object-parse-flexibilityRussell Belfer2014-05-153-43/+57
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-158-66/+54
* Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-132-1/+108
|\
| * Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-062-1/+108
* | Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-122-1/+58
|\ \
| * | Don't always test composed-insensitive lookupsrb/unicode-branch-namesRussell Belfer2014-05-081-4/+4
| * | Allow cl_repo_get_bool to work with missing keyRussell Belfer2014-05-081-1/+2
| * | Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-081-0/+56
* | | Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-121-3/+10
|\ \ \
| * | | Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-081-3/+10
| |/ /
* | | Don't scale diff stat when not neededRussell Belfer2014-05-121-0/+4
* | | Merge pull request #2300 from libgit2/cmn/match-host-testsRussell Belfer2014-05-121-0/+13
|\ \ \
| * | | netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-261-0/+13
* | | | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-124-9/+97
|\ \ \ \
| * | | | config: refresh on deleteCarlos Martín Nieto2014-04-181-3/+3
| * | | | config: refresh before reading a valueCarlos Martín Nieto2014-04-182-11/+3
| * | | | config: refresh the values on writeCarlos Martín Nieto2014-04-181-1/+1
| * | | | config: implement config snapshottingCarlos Martín Nieto2014-04-181-0/+69
| * | | | config: document current write behaviour in a testCarlos Martín Nieto2014-04-181-0/+27
* | | | | Merge pull request #2331 from libgit2/rb/dont-stop-diff-on-safecrlfVicent Marti2014-05-095-21/+76
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Disable threads::refdb::edit_while_iterate testrb/dont-stop-diff-on-safecrlfRussell Belfer2014-05-081-7/+12
| * | | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-064-14/+64
| | |_|/ | |/| |
* | | | odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-051-0/+24
|/ / /
* | | Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0214-80/+236
|\ \ \
| * | | Some further sandboxing cleanups to testsRussell Belfer2014-05-025-40/+13
| * | | Improve handling of fake home directoryRussell Belfer2014-05-025-27/+58
| * | | Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-2/+2
| * | | Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-025-134/+73
| * | | Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-022-2/+2
| * | | Add payloads, bitmaps to trace APIRussell Belfer2014-05-025-69/+64
| * | | Don't use trace if GIT_TRACE not definedRussell Belfer2014-05-022-0/+14
| * | | Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-022-28/+129
| * | | Add diff option to update index stat cacheRussell Belfer2014-05-021-0/+87
| * | | Skip diff oid calc when size definitely changedRussell Belfer2014-05-022-3/+7
| * | | Add build option for diff internal statisticsRussell Belfer2014-05-021-0/+12
* | | | Merge pull request #2310 from libgit2/cmn/commit-create-safeRussell Belfer2014-05-022-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-302-0/+13
| | |/ | |/|
* | | Make ** pattern eat trailing slashrb/fix-starstar-againRussell Belfer2014-05-011-0/+18
|/ /
* | Reset tests: Use sandboxed indexJiri Pospisil2014-04-251-6/+3
* | Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-251-35/+83
|\ \
| * | Verify update_tips callbacks in push test casesJacques Germishuys2014-04-211-35/+83
* | | Merge pull request #2297 from libgit2/rb/status-with-precomposed-changesVicent Marti2014-04-251-37/+164
|\ \ \
| * | | Improve docs for status rename detection limitsrb/status-with-precomposed-changesRussell Belfer2014-04-241-2/+5
| * | | Test toggling core.precomposeunicode yields renameRussell Belfer2014-04-241-0/+69
| * | | Test decomposed unicode renames work as expectedRussell Belfer2014-04-241-37/+92
* | | | Merge pull request #2241 from libgit2/rb/stash-skip-submodulesVicent Marti2014-04-252-10/+40
|\ \ \ \
| * | | | Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-222-1/+6
| * | | | Failing test for stashing a buried ignored fileRussell Belfer2014-04-221-0/+13
| * | | | Make stash and checkout ignore contained reposRussell Belfer2014-04-222-9/+21
* | | | | Merge pull request #2294 from ethomson/merge_checkout_strategyRussell Belfer2014-04-242-9/+27
|\ \ \ \ \ | |_|/ / / |/| | | |