Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | attr: cache nonexistent attr files from commits | Edward Thomson | 2021-07-22 | 1 | -3/+18 | |
| * | | | | | | | | filter: add git_filter_options | Edward Thomson | 2021-07-22 | 3 | -15/+70 | |
| * | | | | | | | | filter: filter options are now "filter sessions" | Edward Thomson | 2021-07-22 | 3 | -26/+27 | |
| * | | | | | | | | attr: introduce `git_attr_options` for extended queries | Edward Thomson | 2021-07-22 | 5 | -20/+146 | |
| * | | | | | | | | attr: include the filename in the attr source | Edward Thomson | 2021-07-22 | 6 | -78/+104 | |
| * | | | | | | | | attr: the attr source is now a struct | Edward Thomson | 2021-07-22 | 4 | -19/+26 | |
| * | | | | | | | | attr: rename internal attr file source enum | Edward Thomson | 2021-07-22 | 8 | -77/+89 | |
* | | | | | | | | | Merge pull request #5954 from Crayon2000/patch-1 | Edward Thomson | 2021-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo in general.c | Crayon | 2021-07-28 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5767 from lhchavez/cgraph-reachable-from-any | Edward Thomson | 2021-07-27 | 5 | -20/+340 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Swap the order of the `git_graph_reachable_from_any` params | lhchavez | 2021-07-27 | 3 | -11/+11 | |
| * | | | | | | | | | graph: Create `git_graph_reachable_from_any()` | lhchavez | 2021-07-27 | 5 | -20/+340 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5766 from lhchavez/cgraph-generation-cmp | Edward Thomson | 2021-07-27 | 4 | -2/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | commit-graph: Introduce `git_commit_list_generation_cmp` | lhchavez | 2021-07-26 | 4 | -2/+21 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5765 from lhchavez/cgraph-revwalks | Edward Thomson | 2021-07-26 | 11 | -111/+376 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | commit-graph: Create `git_commit_graph` as an abstraction for the file | lhchavez | 2021-03-10 | 10 | -181/+332 | |
| * | | | | | | | | commit-graph: Use the commit-graph in revwalks | lhchavez | 2021-03-10 | 4 | -2/+116 | |
* | | | | | | | | | Merge pull request #5890 from lolgear/git_submodule_dup | Edward Thomson | 2021-07-22 | 3 | -0/+60 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | tests: submodule git lookup can be dupped test comments have been changed. | Dmitry Lobanov | 2021-06-15 | 1 | -3/+3 | |
| * | | | | | | | | submodule: git submodule dup out and source parameters have become mandatory. | Dmitry Lobanov | 2021-06-15 | 2 | -3/+3 | |
| * | | | | | | | | tests: submodule git lookup can be dupped test has been added. | Dmitry Lobanov | 2021-06-03 | 1 | -0/+40 | |
| * | | | | | | | | submodule: git submodule dup documentation has been fixed. | Dmitry Lobanov | 2021-06-01 | 1 | -2/+2 | |
| * | | | | | | | | submodule: git submodule dup implementation has been reverted. Assert has bee... | Dmitry Lobanov | 2021-05-26 | 1 | -1/+7 | |
| * | | | | | | | | submodule: git submodule dup object dup has been added. | Dmitry Lobanov | 2021-05-26 | 2 | -8/+7 | |
| * | | | | | | | | submodule: git submodule dup guard statement has been fixed. | Dmitry Lobanov | 2021-05-19 | 1 | -1/+1 | |
| * | | | | | | | | submodule: git submodule dup has been added. | Dmitry Lobanov | 2021-05-16 | 2 | -0/+15 | |
* | | | | | | | | | Merge branch 'pr/5948' into main | Edward Thomson | 2021-07-22 | 1 | -13/+17 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | trace: drop unnecessary write indirection | Edward Thomson | 2021-07-22 | 1 | -17/+9 | |
| * | | | | | | | | Remove macro magic | Calvin Buckley | 2021-07-19 | 1 | -10/+0 | |
| * | | | | | | | | Variadic arguments aren't in C89 | Calvin Buckley | 2021-07-17 | 1 | -5/+27 | |
* | | | | | | | | | Merge pull request #5951 from libgit2/ethomson/strict_alloc | Edward Thomson | 2021-07-20 | 7 | -22/+68 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update src/allocators/stdalloc.c | Edward Thomson | 2021-07-20 | 1 | -1/+1 | |
| * | | | | | | | | ci: enable strict allocation checking on one node | Edward Thomson | 2021-07-19 | 1 | -1/+1 | |
| * | | | | | | | | merge: don't try to malloc(0) | Edward Thomson | 2021-07-19 | 1 | -1/+2 | |
| * | | | | | | | | packbuilder: don't try to malloc(0) | Edward Thomson | 2021-07-19 | 1 | -10/+16 | |
| * | | | | | | | | alloc: add GIT_DEBUG_STRICT_ALLOC | Edward Thomson | 2021-07-19 | 4 | -10/+49 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5941 from NattyNarwhal/stdintification | Edward Thomson | 2021-07-16 | 14 | -267/+258 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update tests/graph/commit_graph.c | Edward Thomson | 2021-07-16 | 1 | -1/+1 | |
| * | | | | | | | | khash 64-bit type is unsigned, use int32_t too | Calvin Buckley | 2021-07-15 | 1 | -7/+2 | |
| * | | | | | | | | Remove sus unsigned long constant | Calvin Buckley | 2021-07-07 | 1 | -1/+1 | |
| * | | | | | | | | stdint constants in test suite | Calvin Buckley | 2021-07-07 | 5 | -242/+242 | |
| * | | | | | | | | Convert long long constant specifiers to stdint macros | Calvin Buckley | 2021-07-07 | 6 | -10/+10 | |
| * | | | | | | | | Initial pass at using int64_t instead of long long | Calvin Buckley | 2021-07-06 | 4 | -10/+6 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5945 from boretrk/resynctimer | Edward Thomson | 2021-07-16 | 3 | -12/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow compilation on systems without CLOCK_MONOTONIC | Peter Pettersson | 2021-07-15 | 3 | -12/+13 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5913 from lhchavez/python3 | Edward Thomson | 2021-07-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make `FIND_PACKAGE(PythonInterp)` prefer `python3` | lhchavez | 2021-07-14 | 1 | -0/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5824 from palmin/fix-ignore-negate | Edward Thomson | 2021-07-14 | 2 | -3/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Apply suggestions from code review | Edward Thomson | 2021-06-15 | 1 | -4/+4 | |
| * | | | | | | | | test that specific lines can negate broader ignore lines | Anders Borum | 2021-06-14 | 1 | -0/+8 |