summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | alloc: add GIT_DEBUG_STRICT_ALLOCEdward Thomson2021-07-193-10/+48
|/ / / /
* | | | Merge pull request #5941 from NattyNarwhal/stdintificationEdward Thomson2021-07-169-25/+16
|\ \ \ \
| * | | | khash 64-bit type is unsigned, use int32_t tooCalvin Buckley2021-07-151-7/+2
| * | | | Remove sus unsigned long constantCalvin Buckley2021-07-071-1/+1
| * | | | Convert long long constant specifiers to stdint macrosCalvin Buckley2021-07-076-10/+10
| * | | | Initial pass at using int64_t instead of long longCalvin Buckley2021-07-064-10/+6
* | | | | Allow compilation on systems without CLOCK_MONOTONICPeter Pettersson2021-07-153-12/+13
* | | | | Merge pull request #5824 from palmin/fix-ignore-negateEdward Thomson2021-07-141-3/+11
|\ \ \ \ \
| * | | | | Apply suggestions from code reviewEdward Thomson2021-06-151-4/+4