summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | attr: cache nonexistent attr files from commitsEdward Thomson2021-07-221-3/+18
| * | | | | | | | filter: add git_filter_optionsEdward Thomson2021-07-223-15/+70
| * | | | | | | | filter: filter options are now "filter sessions"Edward Thomson2021-07-223-26/+27
| * | | | | | | | attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-225-20/+146
| * | | | | | | | attr: include the filename in the attr sourceEdward Thomson2021-07-226-78/+104
| * | | | | | | | attr: the attr source is now a structEdward Thomson2021-07-224-19/+26
| * | | | | | | | attr: rename internal attr file source enumEdward Thomson2021-07-228-77/+89
* | | | | | | | | Merge pull request #5954 from Crayon2000/patch-1Edward Thomson2021-07-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix typo in general.cCrayon2021-07-281-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5767 from lhchavez/cgraph-reachable-from-anyEdward Thomson2021-07-275-20/+340
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Swap the order of the `git_graph_reachable_from_any` paramslhchavez2021-07-273-11/+11
| * | | | | | | | | graph: Create `git_graph_reachable_from_any()`lhchavez2021-07-275-20/+340
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5766 from lhchavez/cgraph-generation-cmpEdward Thomson2021-07-274-2/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | commit-graph: Introduce `git_commit_list_generation_cmp`lhchavez2021-07-264-2/+21
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5765 from lhchavez/cgraph-revwalksEdward Thomson2021-07-2611-111/+376
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-1010-181/+332
| * | | | | | | | commit-graph: Use the commit-graph in revwalkslhchavez2021-03-104-2/+116
* | | | | | | | | Merge pull request #5890 from lolgear/git_submodule_dupEdward Thomson2021-07-223-0/+60
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | tests: submodule git lookup can be dupped test comments have been changed.Dmitry Lobanov2021-06-151-3/+3
| * | | | | | | | submodule: git submodule dup out and source parameters have become mandatory.Dmitry Lobanov2021-06-152-3/+3
| * | | | | | | | tests: submodule git lookup can be dupped test has been added.Dmitry Lobanov2021-06-031-0/+40
| * | | | | | | | submodule: git submodule dup documentation has been fixed.Dmitry Lobanov2021-06-011-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-262-8/+7
| * | | | | | | | 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-162-0/+15
* | | | | | | | | 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
* | | | | | | | | Merge pull request #5951 from libgit2/ethomson/strict_allocEdward Thomson2021-07-207-22/+68
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Update src/allocators/stdalloc.cEdward Thomson2021-07-201-1/+1
| * | | | | | | | ci: enable strict allocation checking on one nodeEdward Thomson2021-07-191-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-194-10/+49
|/ / / / / / / /
* | | | | | | | Merge pull request #5941 from NattyNarwhal/stdintificationEdward Thomson2021-07-1614-267/+258
|\ \ \ \ \ \ \ \
| * | | | | | | | Update tests/graph/commit_graph.cEdward Thomson2021-07-161-1/+1
| * | | | | | | | 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
| * | | | | | | | stdint constants in test suiteCalvin Buckley2021-07-075-242/+242
| * | | | | | | | 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
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5945 from boretrk/resynctimerEdward Thomson2021-07-163-12/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow compilation on systems without CLOCK_MONOTONICPeter Pettersson2021-07-153-12/+13
|/ / / / / / / /
* | | | | | | | Merge pull request #5913 from lhchavez/python3Edward Thomson2021-07-141-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Make `FIND_PACKAGE(PythonInterp)` prefer `python3`lhchavez2021-07-141-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5824 from palmin/fix-ignore-negateEdward Thomson2021-07-142-3/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Apply suggestions from code reviewEdward Thomson2021-06-151-4/+4
| * | | | | | | | test that specific lines can negate broader ignore linesAnders Borum2021-06-141-0/+8