| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge branch 'pr/5861' | Edward Thomson | 2021-07-30 | 1 | -0/+23 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tests: reformat upstream merge | Edward Thomson | 2021-07-30 | 1 | -5/+5 | |
| | * | | | | | tests: upstream merge test has been added. | Dmitry Lobanov | 2021-06-18 | 1 | -0/+23 | |
| * | | | | | | Merge pull request #5952 from libgit2/ethomson/attrs_from_commit | Edward Thomson | 2021-07-29 | 11 | -10/+76 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMIT | Edward Thomson | 2021-07-22 | 8 | -0/+65 | |
| | * | | | | | attr: introduce `git_attr_options` for extended queries | Edward Thomson | 2021-07-22 | 1 | -1/+1 | |
| | * | | | | | attr: the attr source is now a struct | Edward Thomson | 2021-07-22 | 1 | -1/+2 | |
| | * | | | | | attr: rename internal attr file source enum | Edward Thomson | 2021-07-22 | 2 | -8/+8 | |
| * | | | | | | Swap the order of the `git_graph_reachable_from_any` params | lhchavez | 2021-07-27 | 1 | -6/+6 | |
| * | | | | | | graph: Create `git_graph_reachable_from_any()` | lhchavez | 2021-07-27 | 1 | -0/+236 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge pull request #5765 from lhchavez/cgraph-revwalks | Edward Thomson | 2021-07-26 | 1 | -15/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | commit-graph: Create `git_commit_graph` as an abstraction for the file | lhchavez | 2021-03-10 | 1 | -15/+15 | |
| * | | | | | | Merge pull request #5890 from lolgear/git_submodule_dup | Edward Thomson | 2021-07-22 | 1 | -0/+40 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | tests: submodule git lookup can be dupped test comments have been changed. | Dmitry Lobanov | 2021-06-15 | 1 | -3/+3 | |
| | * | | | | | tests: submodule git lookup can be dupped test has been added. | Dmitry Lobanov | 2021-06-03 | 1 | -0/+40 | |
| * | | | | | | Merge pull request #5941 from NattyNarwhal/stdintification | Edward Thomson | 2021-07-16 | 5 | -242/+242 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update tests/graph/commit_graph.c | Edward Thomson | 2021-07-16 | 1 | -1/+1 | |
| | * | | | | | | stdint constants in test suite | Calvin Buckley | 2021-07-07 | 5 | -242/+242 | |
| * | | | | | | | 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 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | test that specific lines can negate broader ignore lines | Anders Borum | 2021-06-14 | 1 | -0/+8 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #5926 from Batchyx/batchyx/config-refresh-twice | Edward Thomson | 2021-07-14 | 1 | -0/+24 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | config: fix included configs not refreshed more than once | Nicolas Cavallari | 2021-06-23 | 1 | -0/+24 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #5908 from punkymaniac/patch-mem-leak | Edward Thomson | 2021-07-13 | 1 | -0/+40 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | Add test for fetch proxy memleak | punkymaniac | 2021-06-16 | 1 | -0/+40 | |
| | |/ / / / / | ||||||
| * | | | | | | Consider files executable only if the user can execute them | David Turner | 2021-06-16 | 1 | -0/+39 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'pr/5853' | Edward Thomson | 2021-05-19 | 1 | -0/+35 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | diff: test ignore-blank-lines | Edward Thomson | 2021-05-18 | 1 | -0/+35 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | tests: clean up refs::races zero oid test | Edward Thomson | 2021-05-18 | 1 | -1/+3 | |
| * | | | | | tests: exit with error on win32 leakcheck | Edward Thomson | 2021-05-18 | 1 | -0/+9 | |
| * | | | | | Merge branch 'zero_oid_in_old' | Edward Thomson | 2021-05-16 | 1 | -0/+16 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | refs: test git_reference_create_matching failure for zero oid | Edward Thomson | 2021-05-16 | 1 | -0/+3 | |
| | * | | | | git_reference_create_matching: Treat all-zero OID as "must be absent" | David Turner | 2021-04-20 | 1 | -0/+13 | |
| | |/ / / | ||||||
| * | | | | Add testcase | Kartikaya Gupta | 2021-05-12 | 14 | -0/+66 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #5860 from libgit2/ethomson/buf_text | Edward Thomson | 2021-05-11 | 12 | -62/+50 | |
| |\ \ \ | ||||||
| | * | | | buf: bom enum is in the buf namespace | Edward Thomson | 2021-05-11 | 1 | -3/+3 | |
| | * | | | buf: remove internal `git_buf_text` namespace | Edward Thomson | 2021-05-11 | 12 | -59/+47 | |
| * | | | | filter: deprecate git_filter_list_apply_to_data | Edward Thomson | 2021-05-06 | 3 | -73/+90 | |
| |/ / / | ||||||
| * | | | Merge pull request #5858 from libgit2/ethomson/memleaks | Edward Thomson | 2021-05-06 | 2 | -0/+4 | |
| |\ \ \ | ||||||
| | * | | | test: clean up memory leaks | Edward Thomson | 2021-05-06 | 2 | -0/+4 | |
| * | | | | win32: add file and get status on a long path | Edward Thomson | 2021-05-06 | 1 | -1/+31 | |
| * | | | | win32: ensure core.longpaths is honored for workdir paths | Edward Thomson | 2021-05-06 | 1 | -0/+4 | |
| * | | | | path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAX | Ian Hattendorf | 2021-05-05 | 2 | -27/+5 | |
| * | | | | clar: support long paths on Windows | Edward Thomson | 2021-05-05 | 2 | -20/+61 | |
| |/ / / | ||||||
| * | | | Merge pull request #5823 from libgit2/ethomson/path_validation | Edward Thomson | 2021-05-02 | 9 | -206/+391 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | repo: validate repository paths | Edward Thomson | 2021-04-28 | 1 | -0/+32 | |
| | * | | refs: ensure loose refs adhere to path validation | Edward Thomson | 2021-04-28 | 1 | -0/+40 | |
| | * | | attr: validate workdir paths for attribute files | Edward Thomson | 2021-04-28 | 1 | -3/+3 | |
| | * | | repo: introduce git_repository_workdir_path | Edward Thomson | 2021-04-28 | 1 | -0/+16 | |
