summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: break out the ugly split sources fnethomson/cmake_object_libraryEdward Thomson2017-02-052-0/+23
* cmake: detect stat struct before nsec optionEdward Thomson2017-02-052-17/+17
* cmake: ensure policies exist before setting themEdward Thomson2017-02-051-2/+7
* cmake: set CMP0051 to expand TARGET_OBJECTsEdward Thomson2017-02-051-0/+1
* cmake: enable new behavior for policy CMP0042Edward Thomson2017-02-051-0/+1
* cmake: reorg options into common sectionEdward Thomson2017-02-051-26/+25
* cmake: clarify src variable names a bitEdward Thomson2017-02-051-2/+2
* cmake: only create target obj lib on new enough cmakesEdward Thomson2017-02-041-6/+12
* cmake: use a target object libraryEdward Thomson2017-02-041-2/+7
* cmake: clean up options formattingEdward Thomson2017-02-031-24/+24
* cmake: don't repeat libgit2 sourcesEdward Thomson2017-02-031-2/+4
* cmake: change clar target to `git2_tests`Edward Thomson2017-02-031-11/+12
* Merge pull request #4105 from pks-t/pks/vector-reverse-overflowEdward Thomson2017-02-022-0/+17
|\
| * vector: do not reverse a vector if it is emptyPatrick Steinhardt2017-02-021-0/+3
| * revwal: add failing test for walking with topo-sortAdam Niedzielski2017-02-021-0/+14
* | Merge pull request #4096 from mplough/masterEdward Thomson2017-02-021-5/+4
|\ \ | |/ |/|
| * Update docs for git_oid_fromstrn and pMatthew Plough2017-01-271-5/+4
* | Merge pull request #4095 from mplough/masterEdward Thomson2017-01-271-1/+1
|\ \ | |/
| * Fix uninitialized variable warningMatthew Plough2017-01-271-1/+1
|/
* Merge pull request #4086 from libgit2/ethomson/fixesCarlos Martín Nieto2017-01-244-18/+16
|\
| * checkout::tree test: cleanup memory leakEdward Thomson2017-01-231-4/+1
| * attr_cache_remove: don't remove given fileEdward Thomson2017-01-231-4/+6
| * mac: on 32 bit, use `__builtin_umull_overflow`Edward Thomson2017-01-231-6/+6
| * submodule: only examine idx & head given a configEdward Thomson2017-01-231-2/+2
| * submodule: don't double free during load failureEdward Thomson2017-01-231-2/+1
* | Merge pull request #4050 from ethomson/ethomson/winhttp_errmsgsCarlos Martín Nieto2017-01-241-7/+47
|\ \ | |/ |/|
| * winhttp: set proper cert failure error messagesEdward Thomson2017-01-211-7/+47
* | Merge pull request #4087 from tiennou/warningsEdward Thomson2017-01-232-2/+3
|\ \
| * | variable 'i' is used uninitialized whenever 'if' condition is trueEtienne Samson2017-01-231-1/+2
| * | parameter 'id' not found in the function declarationEtienne Samson2017-01-231-1/+1
|/ /
* | Merge pull request #4051 from tiennou/clang-analyzer-1Edward Thomson2017-01-213-5/+7
|\ \
| * | pack: report revwalk errorEtienne Samson2017-01-131-1/+1
| * | patch: memory leak of patch.base.diff_opts.new|old_prefixEtienne Samson2017-01-131-1/+3
| * | ignore: there must be a repositoryEtienne Samson2017-01-131-3/+3
* | | Merge pull request #4053 from chescock/extend-packfile-by-pagesEdward Thomson2017-01-211-1/+24
|\ \ \
| * | | Extend packfile in increments of page_size.Chris Hescock2016-12-291-1/+24
* | | | Merge branch 'pr/3912'Edward Thomson2017-01-214-6/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | symbolic ref target validation: fixupsEdward Thomson2017-01-214-41/+19
| * | | Make symbolic ref target validation optionalRichard Ipsum2016-08-274-4/+62
* | | | Merge pull request #4078 from pks-t/pks/example-cleanupEdward Thomson2017-01-211-12/+43
|\ \ \ \
| * | | | examples: general: fix memory leaksPatrick Steinhardt2017-01-121-1/+30
| * | | | examples: general: display config only if it was foundPatrick Steinhardt2017-01-121-3/+3
| * | | | examples: general: narrow down scope of loop variablesPatrick Steinhardt2017-01-121-4/+6
| * | | | examples: general: clean up committer/author variablesPatrick Steinhardt2017-01-121-4/+4
* | | | | Merge pull request #3892 from mitesch/shared_bufferEdward Thomson2017-01-212-15/+43
|\ \ \ \ \
| * | | | | write_tree: use shared buffer for writing treesMichael Tesch2016-12-122-15/+43
* | | | | | CHANGELOG: move `git_submodule_update_option` changesEdward Thomson2017-01-211-4/+4
* | | | | | Merge branch 'master' into pr/3938Edward Thomson2017-01-21155-1581/+2800
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #4085 from libgit2/ethomson/packfile_closeEdward Thomson2017-01-213-15/+18
| |\ \ \ \ \ \
| | * | | | | | indexer: avoid warning about `idx->pack`ethomson/packfile_closeEdward Thomson2017-01-211-1/+1