summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diff: don't do rename detection on submodulesethomson/submodule_renamesEdward Thomson2017-02-091-2/+2
* merge: don't do rename detection on submodulesEdward Thomson2017-02-091-1/+1
* merge_trees: introduce test for submodule renamesEdward Thomson2017-02-0917-0/+29
* Merge pull request #4104 from cbargren/fix/windows-digest-proxyEdward Thomson2017-02-091-8/+19
|\
| * Pass proxy options payload to credentials callbackChristopher Bargren2017-02-061-1/+1
| * Fix digest credentials for proxy in windowsChris Bargren2017-02-061-7/+18
* | Merge pull request #4109 from rcjsuen/patch-1Edward Thomson2017-02-081-1/+1
|\ \
| * | Flag checkout_opts in git_reset as optionalRemy Suen2017-02-051-1/+1
|/ /
* | Merge pull request #4108 from rcjsuen/patch-1Edward Thomson2017-02-041-1/+1
|\ \
| * | Flag given_opts in git_revert as optionalRemy Suen2017-02-041-1/+1
|/ /
* | 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
| | * | | | | | indexer: introduce `git_packfile_close`Edward Thomson2017-01-213-14/+17
| |/ / / / / /
| * | | | | | Merge pull request #4016 from novalis/submodule-optimizationEdward Thomson2017-01-216-94/+235
| |\ \ \ \ \ \