summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create cl_skip macro and use it to skip testsrb/dont-count-on-libgit2-sourceRussell Belfer2014-04-026-43/+51
* Add warning when skipping blame testRussell Belfer2014-04-021-12/+7
* Skip blame libgit2 test if not in libgit2 repoRussell Belfer2014-04-011-2/+11
* refspec: git_refspec_parse() does not existCarlos Martín Nieto2014-04-011-1/+0
* Merge pull request #2208 from libgit2/vmg/mempackRussell Belfer2014-04-013-0/+278
|\
| * In-memory packing backendvmg/mempackVicent Marti2014-03-263-0/+278
* | Merge pull request #2226 from libgit2/rb/submodule-sorting-fixEdward Thomson2014-04-015-19/+52
|\ \
| * | Improve test of submodule name sortingRussell Belfer2014-03-311-0/+6
| * | CleanupsRussell Belfer2014-03-313-4/+4
| * | Fix submodule sorting in workdir iteratorRussell Belfer2014-03-311-16/+25
| * | Add faster git_submodule__is_submodule checkRussell Belfer2014-03-312-0/+18
* | | Merge pull request #2229 from linquize/Wdeclaration-after-statementVicent Marti2014-04-011-1/+1
|\ \ \
| * | | Add CFLAGS -Wdeclaration-after-statementLinquize2014-04-011-1/+1
|/ / /
* | | Merge pull request #2228 from mekishizufu/example_short_idVicent Marti2014-04-011-4/+6
|\ \ \
| * | | examples: Use git_object_short_idJiri Pospisil2014-04-011-4/+6
* | | | Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti2014-04-017-22/+22
|\ \ \ \ | |/ / / |/| | |
| * | | remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-017-22/+22
| | |/ | |/|
* | | Merge pull request #2178 from libgit2/rb/fix-short-idEdward Thomson2014-03-314-17/+36
|\ \ \ | |_|/ |/| |
| * | Add failing test for git_object_short_idJiri Pospisil2014-03-102-0/+7
| * | Fix a number of git_odb_exists_prefix bugsRussell Belfer2014-03-102-17/+29
* | | Merge pull request #2224 from ethomson/merge_file_constVicent Marti2014-03-312-4/+4
|\ \ \
| * | | Const up members of git_merge_file_resultEdward Thomson2014-03-312-4/+4
|/ / /
* | | Merge pull request #2222 from ethomson/merge_head_idVicent Marti2014-03-313-0/+44
|\ \ \
| * | | Introduce git_merge_head_idEdward Thomson2014-03-313-0/+44
* | | | Merge pull request #2219 from tiennou/reset-need-packCarlos Martín Nieto2014-03-311-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Don't reset need_packEtienne Samson2014-03-301-1/+2
|/ / /
* | | Merge pull request #2216 from ethomson/clarEdward Thomson2014-03-291-2/+8
|\ \ \
| * | | Update clar to 4b75388Edward Thomson2014-03-281-2/+8
|/ / /
* | | Merge pull request #2214 from ethomson/sandbox_configVicent Marti2014-03-284-4/+45
|\ \ \
| * | | Sandbox configuration during test runsEdward Thomson2014-03-281-1/+10
| * | | Update clar to 587f88aEdward Thomson2014-03-283-3/+35
|/ / /
* | | Merge pull request #2212 from libgit2/rb/submodule-use-after-freeVicent Marti2014-03-272-5/+12
|\ \ \
| * | | Fix memory leak of test repository objectRussell Belfer2014-03-271-2/+5
| * | | Fix memory leak of submodule branch nameRussell Belfer2014-03-271-0/+1
| * | | Fix use-after-free in submodule reloadRussell Belfer2014-03-271-3/+6
|/ / /
* | | Merge pull request #2210 from libgit2/rb/submodule-api-with-no-submodulesVicent Marti2014-03-274-7/+139
|\ \ \
| * | | Fix error when submodule path and name differRussell Belfer2014-03-262-2/+38
| * | | Fix segfault if gitmodules is invalidRussell Belfer2014-03-263-5/+101
|/ / /
* | | Merge pull request #2209 from ethomson/cleanupVicent Marti2014-03-262-2/+10
|\ \ \
| * | | Free temporary merge indexEdward Thomson2014-03-261-2/+1
| * | | Decorate unused params as unused in revwalk::hidecb testsEdward Thomson2014-03-261-0/+9
|/ / /
* | | Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti2014-03-2615-364/+461
|\ \ \ | |_|/ |/| |
| * | Fix submodule leaks and invalid referencesRussell Belfer2014-03-254-30/+105
| * | Make submodules externally refcountedRussell Belfer2014-03-2515-334/+356
* | | Merge pull request #2205 from libgit2/rb/submodule-untracked-vs-ignoredVicent Marti2014-03-266-23/+82
|\ \ \
| * | | Update behavior for untracked sub-reposRussell Belfer2014-03-256-23/+82
| |/ /
* | | Merge pull request #2166 from ethomson/giterr_restoreVicent Marti2014-03-262-0/+29
|\ \ \
| * | | clone: don't overwrite original error messageEdward Thomson2014-03-251-0/+5
| * | | Test for giterr_captureEdward Thomson2014-03-251-0/+24
|/ / /
* | | Merge pull request #2181 from anuraggup/hide_cbEdward Thomson2014-03-254-5/+251
|\ \ \ | |/ / |/| |