summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* openssl: don't fail when we can't customize allocatorsethomson/openssl_valgrindEdward Thomson2021-08-211-5/+10
* sha1dc: remove conditional for <sys/types.h>Peter Pettersson2021-08-181-2/+0
* Fix LIBGIT2_FILENAME not being passed to the resource compilerJulien Richard2021-08-171-1/+1
* Merge pull request #5972 from libgit2/ethomson/http_empty_passwordEdward Thomson2021-08-141-2/+6
|\
| * http: don't require a passwordethomson/http_empty_passwordEdward Thomson2021-08-051-2/+6
* | Merge pull request #5854 from alexjg/respect-force-flag-in-remote-fetchEdward Thomson2021-08-101-0/+5
|\ \
| * | skip descendant check if remote ref not foundAlex Good2021-08-051-1/+3
| * | Merge branch 'main' into respect-force-flag-in-remote-fetchAlex Good2021-06-302-3/+8
| |\ \
| * | | Respect the force flag on refspecs in git_remote_fetchAlex Good2021-06-111-0/+3
* | | | cmake: extended futimens checking on macOSethomson/futimensEdward Thomson2021-07-301-1/+1
* | | | tests: reset odb backend priorityethomson/odb_tests_priorityEdward Thomson2021-07-302-2/+5
* | | | odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-302-6/+16
* | | | Merge branch 'pr/5861'Edward Thomson2021-07-301-3/+13
|\ \ \ \
| * | | | branch: git branch upstream with format format name parameter has been added.Dmitry Lobanov2021-05-181-28/+3
| * | | | branch: git branch upstream functions layouts have been fixed.Dmitry Lobanov2021-05-161-4/+6
| * | | | branch: git branch upstream format enum has been added.Dmitry Lobanov2021-05-161-4/+27
| * | | | branch: git branch upstream functions layouts have been fixed.Dmitry Lobanov2021-05-161-2/+4
| * | | | branch: git branch upstream merge has been exposed.Dmitry Lobanov2021-05-121-0/+8
| * | | | branch: git branch upstream with format has been added.Dmitry Lobanov2021-05-121-2/+2
* | | | | Merge pull request #5953 from boretrk/c99-inlineEdward Thomson2021-07-301-0/+2
|\ \ \ \ \
| * | | | | common.h: use inline when compiling for c99 and laterPeter Pettersson2021-07-261-0/+2
* | | | | | Merge pull request #5952 from libgit2/ethomson/attrs_from_commitEdward Thomson2021-07-2910-183/+363
|\ \ \ \ \ \
| * | | | | | filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMITEdward Thomson2021-07-222-5/+15
| * | | | | | attr: introduce GIT_ATTR_CHECK_INCLUDE_COMMITEdward Thomson2021-07-224-17/+61
| * | | | | | attr: cache nonexistent attr files from commitsEdward Thomson2021-07-221-3/+18
| * | | | | | filter: add git_filter_optionsEdward Thomson2021-07-222-15/+34
| * | | | | | filter: filter options are now "filter sessions"Edward Thomson2021-07-223-26/+27
| * | | | | | attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-223-19/+66
| * | | | | | attr: include the filename in the attr sourceEdward Thomson2021-07-226-78/+104
| * | | | | | attr: the attr source is now a structEdward Thomson2021-07-223-18/+24
| * | | | | | attr: rename internal attr file source enumEdward Thomson2021-07-226-69/+81
* | | | | | | Swap the order of the `git_graph_reachable_from_any` paramslhchavez2021-07-271-3/+3
* | | | | | | graph: Create `git_graph_reachable_from_any()`lhchavez2021-07-273-18/+84
* | | | | | | commit-graph: Introduce `git_commit_list_generation_cmp`lhchavez2021-07-264-2/+21
* | | | | | | Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-266-91/+293
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-105-161/+249
| * | | | | | commit-graph: Use the commit-graph in revwalkslhchavez2021-03-104-2/+116
* | | | | | | Merge pull request #5890 from lolgear/git_submodule_dupEdward Thomson2021-07-221-0/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | submodule: git submodule dup out and source parameters have become mandatory.Dmitry Lobanov2021-06-151-2/+2
| * | | | | | submodule: git submodule dup implementation has been reverted. Assert has bee...Dmitry Lobanov2021-05-261-1/+7
| * | | | | | submodule: git submodule dup object dup has been added.Dmitry Lobanov2021-05-261-5/+2
| * | | | | | submodule: git submodule dup guard statement has been fixed.Dmitry Lobanov2021-05-191-1/+1
| * | | | | | submodule: git submodule dup has been added.Dmitry Lobanov2021-05-161-0/+8
* | | | | | | Merge branch 'pr/5948' into mainEdward Thomson2021-07-221-13/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | trace: drop unnecessary write indirectionEdward Thomson2021-07-221-17/+9
| * | | | | | Remove macro magicCalvin Buckley2021-07-191-10/+0
| * | | | | | Variadic arguments aren't in C89Calvin Buckley2021-07-171-5/+27
* | | | | | | Update src/allocators/stdalloc.cEdward Thomson2021-07-201-1/+1
* | | | | | | merge: don't try to malloc(0)Edward Thomson2021-07-191-1/+2
* | | | | | | packbuilder: don't try to malloc(0)Edward Thomson2021-07-191-10/+16