Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4108 from rcjsuen/patch-1 | Edward Thomson | 2017-02-04 | 1 | -1/+1 |
|\ | |||||
| * | Flag given_opts in git_revert as optional | Remy Suen | 2017-02-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4105 from pks-t/pks/vector-reverse-overflow | Edward Thomson | 2017-02-02 | 2 | -0/+17 |
|\ | |||||
| * | vector: do not reverse a vector if it is empty | Patrick Steinhardt | 2017-02-02 | 1 | -0/+3 |
| * | revwal: add failing test for walking with topo-sort | Adam Niedzielski | 2017-02-02 | 1 | -0/+14 |
* | | Merge pull request #4096 from mplough/master | Edward Thomson | 2017-02-02 | 1 | -5/+4 |
|\ \ | |/ |/| | |||||
| * | Update docs for git_oid_fromstrn and p | Matthew Plough | 2017-01-27 | 1 | -5/+4 |
* | | Merge pull request #4095 from mplough/master | Edward Thomson | 2017-01-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix uninitialized variable warning | Matthew Plough | 2017-01-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4086 from libgit2/ethomson/fixes | Carlos Martín Nieto | 2017-01-24 | 4 | -18/+16 |
|\ | |||||
| * | checkout::tree test: cleanup memory leak | Edward Thomson | 2017-01-23 | 1 | -4/+1 |
| * | attr_cache_remove: don't remove given file | Edward Thomson | 2017-01-23 | 1 | -4/+6 |
| * | mac: on 32 bit, use `__builtin_umull_overflow` | Edward Thomson | 2017-01-23 | 1 | -6/+6 |
| * | submodule: only examine idx & head given a config | Edward Thomson | 2017-01-23 | 1 | -2/+2 |
| * | submodule: don't double free during load failure | Edward Thomson | 2017-01-23 | 1 | -2/+1 |
* | | Merge pull request #4050 from ethomson/ethomson/winhttp_errmsgs | Carlos Martín Nieto | 2017-01-24 | 1 | -7/+47 |
|\ \ | |/ |/| | |||||
| * | winhttp: set proper cert failure error messages | Edward Thomson | 2017-01-21 | 1 | -7/+47 |
* | | Merge pull request #4087 from tiennou/warnings | Edward Thomson | 2017-01-23 | 2 | -2/+3 |
|\ \ | |||||
| * | | variable 'i' is used uninitialized whenever 'if' condition is true | Etienne Samson | 2017-01-23 | 1 | -1/+2 |
| * | | parameter 'id' not found in the function declaration | Etienne Samson | 2017-01-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4051 from tiennou/clang-analyzer-1 | Edward Thomson | 2017-01-21 | 3 | -5/+7 |
|\ \ | |||||
| * | | pack: report revwalk error | Etienne Samson | 2017-01-13 | 1 | -1/+1 |
| * | | patch: memory leak of patch.base.diff_opts.new|old_prefix | Etienne Samson | 2017-01-13 | 1 | -1/+3 |
| * | | ignore: there must be a repository | Etienne Samson | 2017-01-13 | 1 | -3/+3 |
* | | | Merge pull request #4053 from chescock/extend-packfile-by-pages | Edward Thomson | 2017-01-21 | 1 | -1/+24 |
|\ \ \ | |||||
| * | | | Extend packfile in increments of page_size. | Chris Hescock | 2016-12-29 | 1 | -1/+24 |
* | | | | Merge branch 'pr/3912' | Edward Thomson | 2017-01-21 | 4 | -6/+41 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | symbolic ref target validation: fixups | Edward Thomson | 2017-01-21 | 4 | -41/+19 |
| * | | | Make symbolic ref target validation optional | Richard Ipsum | 2016-08-27 | 4 | -4/+62 |
* | | | | Merge pull request #4078 from pks-t/pks/example-cleanup | Edward Thomson | 2017-01-21 | 1 | -12/+43 |
|\ \ \ \ | |||||
| * | | | | examples: general: fix memory leaks | Patrick Steinhardt | 2017-01-12 | 1 | -1/+30 |
| * | | | | examples: general: display config only if it was found | Patrick Steinhardt | 2017-01-12 | 1 | -3/+3 |
| * | | | | examples: general: narrow down scope of loop variables | Patrick Steinhardt | 2017-01-12 | 1 | -4/+6 |
| * | | | | examples: general: clean up committer/author variables | Patrick Steinhardt | 2017-01-12 | 1 | -4/+4 |
* | | | | | Merge pull request #3892 from mitesch/shared_buffer | Edward Thomson | 2017-01-21 | 2 | -15/+43 |
|\ \ \ \ \ | |||||
| * | | | | | write_tree: use shared buffer for writing trees | Michael Tesch | 2016-12-12 | 2 | -15/+43 |
* | | | | | | CHANGELOG: move `git_submodule_update_option` changes | Edward Thomson | 2017-01-21 | 1 | -4/+4 |
* | | | | | | Merge branch 'master' into pr/3938 | Edward Thomson | 2017-01-21 | 155 | -1581/+2800 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #4085 from libgit2/ethomson/packfile_close | Edward Thomson | 2017-01-21 | 3 | -15/+18 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | indexer: avoid warning about `idx->pack`ethomson/packfile_close | Edward Thomson | 2017-01-21 | 1 | -1/+1 |
| | * | | | | | | indexer: introduce `git_packfile_close` | Edward Thomson | 2017-01-21 | 3 | -14/+17 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #4016 from novalis/submodule-optimization | Edward Thomson | 2017-01-21 | 6 | -94/+235 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Skip submodule head/index update when caching. | Brock Peabody | 2017-01-20 | 1 | -6/+15 |
| | * | | | | | | Allow for caching of submodules. | Brock Peabody | 2017-01-20 | 6 | -39/+171 |
| | * | | | | | | Fix formatting | David Turner | 2017-01-20 | 1 | -71/+71 |
| * | | | | | | | Merge branch 'pr/4060' | Edward Thomson | 2017-01-21 | 2 | -1/+59 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | indexer: only delete temp file if it was unused | Edward Thomson | 2017-01-21 | 1 | -5/+7 |
| | * | | | | | | Addressed review feedback | lhchavez | 2017-01-14 | 2 | -15/+8 |
| | * | | | | | | Close the file before unlinking | lhchavez | 2017-01-03 | 1 | -0/+6 |
| | * | | | | | | Fix the memory leak | lhchavez | 2017-01-03 | 1 | -1/+9 |