summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Reinstate efficient submodule reloadingRussell Belfer2014-04-011-123/+111
| * | Use enums instead of bools for submodule optionsRussell Belfer2014-04-011-20/+37
| * | Make submodule refresh a bit smarterRussell Belfer2014-04-015-64/+115
| * | Make a real submodule cache objectRussell Belfer2014-04-014-142/+243
| * | Add some funny options for debugging statusRussell Belfer2014-04-011-9/+50
| * | Submodule sync refactoringRussell Belfer2014-04-012-47/+49
| * | Fix git_submodule_sync and add new config helperRussell Belfer2014-04-014-113/+149
| * | Add efficient git_buf join3 APIRussell Belfer2014-04-015-5/+95
* | | Merge pull request #2211 from Yogu/retry-renaming-configVicent Marti2014-04-041-1/+22
|\ \ \ | |_|/ |/| |
| * | Retry renaming files on Access Denied errorsJan Melcher2014-03-271-1/+22
* | | Merge pull request #2244 from jacquesg/const-correctnessVicent Marti2014-04-0312-24/+31
|\ \ \
| * | | Const correctness!Jacques Germishuys2014-04-0312-24/+31
|/ / /
* | | Merge pull request #2238 from libgit2/cmn/upstream-for-unbornVicent Marti2014-04-034-8/+90
|\ \ \
| * | | remote: mark branch for-merge even if we're unbornCarlos Martín Nieto2014-04-021-7/+20
| * | | remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-023-1/+70
* | | | Merge pull request #2239 from libgit2/vmg/clar-skip-testVicent Marti2014-04-036-69/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Clar: skip testsvmg/clar-skip-testVicent Marti2014-04-026-73/+89
| * | | 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
* | | | Merge pull request #2237 from mekishizufu/fix_return_valueVicent Marti2014-04-021-1/+1
|\ \ \ \
| * | | | checkout: Fix submodule_is_config_only's return valueJiri Pospisil2014-04-021-1/+1
* | | | | Merge pull request #2230 from anuraggup/revwalk-merge-baseVicent Marti2014-04-023-41/+93
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | No need to find merge base.Anurag Gupta2014-03-313-41/+93
* | | | | Merge pull request #2231 from libgit2/fix-memory-index-doc-commentVicent Marti2014-04-021-2/+2
|\ \ \ \ \
| * | | | | Give the correct name for the function in the doc.fix-memory-index-doc-commentRob Rix2014-04-021-2/+2
| * | | | | Correct a stale reference to GIT_EBAREINDEXRob Rix2014-04-011-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2233 from libgit2/rb/fix-untracked-repo-statusVicent Marti2014-04-023-25/+186
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | New tests of status for repo inside reporb/fix-untracked-repo-statusRussell Belfer2014-04-012-24/+183
| * | | | Fix skipping content of contained reposRussell Belfer2014-04-011-1/+3
|/ / / /
* | | | 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