| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | url: introduce `git_net_url_matches_pattern_list` | Edward Thomson | 2021-09-01 | 1 | -0/+49 | |
| * | url: introduce `git_net_url_matches_pattern` | Edward Thomson | 2021-09-01 | 1 | -0/+54 | |
| * | tests: create the network::url test hierarcy | Edward Thomson | 2021-09-01 | 3 | -59/+59 | |
| * | util: introduce `git__strlcmp` | Edward Thomson | 2021-09-01 | 1 | -0/+11 | |
| * | Add NO_PROXY env support | Mathieu Parent | 2021-09-01 | 2 | -0/+106 | |
| * | Merge branch 'cgraph-write' into main | Edward Thomson | 2021-08-30 | 2 | -0/+43 | |
| |\ | ||||||
| | * | Merge remote-tracking branch 'origin/main' into cgraph-write | lhchavez | 2021-08-29 | 6 | -10/+245 | |
| | |\ | ||||||
| | * \ | Merge remote-tracking branch 'origin/main' into cgraph-write | lhchavez | 2021-08-26 | 27 | -49/+336 | |
| | |\ \ | ||||||
| | * | | | Make the defaultable fields defaultable | lhchavez | 2021-08-26 | 1 | -0/+8 | |
| | * | | | commit-graph: Add a way to write commit-graph files | lhchavez | 2021-07-27 | 1 | -0/+35 | |
| * | | | | Merge pull request #6011 from libgit2/ethomson/filter_apply | Edward Thomson | 2021-08-29 | 2 | -3/+36 | |
| |\ \ \ \ | ||||||
| | * | | | | filter: use streaming filters in tests | Edward Thomson | 2021-08-27 | 2 | -3/+36 | |
| * | | | | | Merge pull request #6016 from libgit2/ethomson/commit_create_cb | Edward Thomson | 2021-08-29 | 1 | -6/+252 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rebase: deprecate signing_cbethomson/commit_create_cb | Edward Thomson | 2021-08-29 | 1 | -11/+26 | |
| | * | | | | | rebase: introduce git_commit_create_cb | Edward Thomson | 2021-08-29 | 1 | -0/+231 | |
| * | | | | | | Merge pull request #6012 from libgit2/ethomson/custom_url | Edward Thomson | 2021-08-29 | 2 | -1/+96 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | remote: deprecate resolve_url callbackethomson/custom_url | Edward Thomson | 2021-08-29 | 1 | -0/+8 | |
| | * | | | | | | remote: introduce git_remote_ready_cb | Edward Thomson | 2021-08-29 | 2 | -1/+43 | |
| | * | | | | | | remote: introduce set_instance_url | Edward Thomson | 2021-08-27 | 1 | -0/+45 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6009 from libgit2/ethomson/custom_cert_locations | Edward Thomson | 2021-08-29 | 6 | -1/+165 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | opts: test GIT_OPT_SET_SSL_CERT_LOCATIONS | Edward Thomson | 2021-08-29 | 6 | -1/+165 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #5841 from J0Nes90/features/checkout-dry-run | Edward Thomson | 2021-08-29 | 1 | -0/+46 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | implement GIT_CHECKOUT_DRY_RUN to allow notifications without touching the wo... | Jochen Hunz | 2021-04-14 | 1 | -0/+46 | |
| * | | | | | | Merge branch 'main' into multi-pack-index-odb-write | Edward Thomson | 2021-08-29 | 5 | -11/+136 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge pull request #5404 from lhchavez/multi-pack-index-write | Edward Thomson | 2021-08-29 | 1 | -0/+30 | |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | | * | | | | | Merge remote-tracking branch 'origin/main' into multi-pack-index-write | lhchavez | 2021-08-27 | 28 | -49/+572 | |
| | | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | | midx: Add a way to write multi-pack-index files | lhchavez | 2021-07-26 | 1 | -0/+30 | |
| | * | | | | | | tests: change comments to c89 style | Peter Pettersson | 2021-08-29 | 2 | -9/+9 | |
| | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Merge pull request #5747 from lhchavez/atomic-tests | Edward Thomson | 2021-08-27 | 1 | -0/+125 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Homogenize semantics for atomic-related functions | lhchavez | 2021-08-26 | 1 | -0/+125 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | clone: set refs/remotes/origin/HEAD to default branch when branch is specifie... | Alexander Ovchinnikov | 2021-08-26 | 1 | -0/+8 | |
| | * | | | | | Revert "Merge pull request #5775 from libgit2/ethomson/clone_branch" | Alexander Ovchinnikov | 2021-08-26 | 1 | -8/+0 | |
| | |/ / / / | ||||||
| * | | | | | midx: Introduce git_odb_write_multi_pack_index() | lhchavez | 2021-08-27 | 1 | -0/+34 | |
| * | | | | | midx: Add a way to write multi-pack-index files | lhchavez | 2021-08-27 | 1 | -0/+30 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #6006 from boretrk/c11-warnings | Edward Thomson | 2021-08-25 | 1 | -5/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | win32: name the dummy union in GIT_REPARSE_DATA_BUFFER | Peter Pettersson | 2021-08-25 | 1 | -5/+5 | |
| * | | | | | Merge pull request #5802 from lhchavez/git-warn-unused-result | Edward Thomson | 2021-08-25 | 6 | -18/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Proof-of-concept for a more aggressive GIT_UNUSED() | lhchavez | 2021-08-08 | 4 | -11/+6 | |
| | * | | | | | Introduce GIT_WARN_UNUSED_RESULT | lhchavez | 2021-08-08 | 2 | -7/+7 | |
| * | | | | | | Merge pull request #5950 from boretrk/posixtest | Edward Thomson | 2021-08-25 | 5 | -15/+16 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | tests: don't generate false positives on empty path segments | Peter Pettersson | 2021-08-08 | 5 | -15/+16 | |
| | |/ / / / | ||||||
| * | | | | | tests: show errors when libgit2_init fails | Edward Thomson | 2021-08-24 | 1 | -1/+3 | |
| * | | | | | Merge pull request #5854 from alexjg/respect-force-flag-in-remote-fetch | Edward Thomson | 2021-08-10 | 1 | -0/+169 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | skip descendant check if remote ref not found | Alex Good | 2021-08-05 | 1 | -19/+4 | |
| | * | | | | Fix memory sanitizer failures in tests | Alex Good | 2021-06-30 | 1 | -15/+18 | |
| | * | | | | Respect the force flag on refspecs in git_remote_fetch | Alex Good | 2021-06-11 | 1 | -0/+181 | |
| * | | | | | tests: reset odb backend priorityethomson/odb_tests_priority | Edward Thomson | 2021-07-30 | 1 | -0/+6 | |
| * | | | | | Merge branch 'pr/5491' | Edward Thomson | 2021-07-30 | 1 | -0/+23 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | odb: Implement option for overriding of default odb backend priority | Tony De La Nuez | 2021-07-30 | 1 | -0/+23 | |
| * | | | | | | Fix one memory leak in master | lhchavez | 2021-07-30 | 1 | -0/+2 | |
| |/ / / / / | ||||||
