| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | commit graph: formatting fixes | Edward Thomson | 2021-08-30 | 1 | -3/+2 | |
| | * | | Merge remote-tracking branch 'origin/main' into cgraph-write | lhchavez | 2021-08-29 | 6 | -8/+112 | |
| | |\ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'origin/main' into cgraph-write | lhchavez | 2021-08-26 | 11 | -137/+441 | |
| | |\ \ \ | ||||||
| | * | | | | Make the defaultable fields defaultable | lhchavez | 2021-08-26 | 1 | -2/+2 | |
| | * | | | | commit-graph: Add a way to write commit-graph files | lhchavez | 2021-07-27 | 2 | -1/+134 | |
| * | | | | | Merge pull request #6017 from libgit2/ethomson/buf_is_readonly | Edward Thomson | 2021-08-29 | 1 | -0/+55 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | buf: deprecate public git_buf writing functionsethomson/buf_is_readonly | Edward Thomson | 2021-08-29 | 1 | -0/+55 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #6011 from libgit2/ethomson/filter_apply | Edward Thomson | 2021-08-29 | 1 | -28/+49 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | filter: deprecate apply functionethomson/filter_apply | Edward Thomson | 2021-08-29 | 1 | -0/+8 | |
| | * | | | | | filter: add docs for `git_filter_stream_fn` | Edward Thomson | 2021-08-27 | 1 | -28/+41 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #6016 from libgit2/ethomson/commit_create_cb | Edward Thomson | 2021-08-29 | 3 | -20/+81 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rebase: deprecate signing_cbethomson/commit_create_cb | Edward Thomson | 2021-08-29 | 3 | -22/+31 | |
| | * | | | | | rebase: introduce git_commit_create_cb | Edward Thomson | 2021-08-29 | 2 | -0/+52 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #6012 from libgit2/ethomson/custom_url | Edward Thomson | 2021-08-29 | 1 | -3/+52 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | remote: deprecate resolve_url callbackethomson/custom_url | Edward Thomson | 2021-08-29 | 1 | -0/+10 | |
| | * | | | | remote: introduce git_remote_ready_cb | Edward Thomson | 2021-08-29 | 1 | -0/+17 | |
| | * | | | | remote: introduce set_instance_url | Edward Thomson | 2021-08-27 | 1 | -3/+25 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #5841 from J0Nes90/features/checkout-dry-run | Edward Thomson | 2021-08-29 | 1 | -0/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | Update include/git2/checkout.h | Edward Thomson | 2021-08-29 | 1 | -1/+4 | |
| | * | | | | implement GIT_CHECKOUT_DRY_RUN to allow notifications without touching the wo... | Jochen Hunz | 2021-04-14 | 1 | -0/+3 | |
| * | | | | | Merge pull request #5405 from lhchavez/multi-pack-index-odb-write | Edward Thomson | 2021-08-29 | 2 | -0/+21 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | midx: Introduce git_odb_write_multi_pack_index() | lhchavez | 2021-08-27 | 2 | -0/+21 | |
| | * | | | | | midx: Add a way to write multi-pack-index files | lhchavez | 2021-08-27 | 2 | -0/+77 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #5395 from josharian/http-use-eauth | Edward Thomson | 2021-08-29 | 1 | -6/+6 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'main' into http-use-eauth | Edward Thomson | 2021-08-29 | 36 | -304/+1108 | |
| | |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | | use consistent whitespace before comments | Josh Bleecher Snyder | 2020-02-07 | 1 | -6/+6 | |
| * | | | | | | Merge remote-tracking branch 'origin/main' into multi-pack-index-write | lhchavez | 2021-08-27 | 12 | -139/+461 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | amiga: use ';' as path list separator on AmigaOS | Peter Pettersson | 2021-08-08 | 1 | -3/+3 | |
| | * | | | | | odb: Implement option for overriding of default odb backend priority | Tony De La Nuez | 2021-07-30 | 1 | -1/+11 | |
| | * | | | | | Merge branch 'pr/5861' | Edward Thomson | 2021-07-30 | 1 | -0/+13 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | branch: git branch upstream merge has been exposed. | Dmitry Lobanov | 2021-05-12 | 1 | -0/+13 | |
| | * | | | | | | Merge branch 'pr/5940' | Edward Thomson | 2021-07-30 | 6 | -133/+265 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | status: document `GIT_STATUS_OPT_INCLUDE_UNREADABLE` | Edward Thomson | 2021-07-30 | 2 | -29/+75 | |
| | | * | | | | | | Fix struct documentation formatting | punkymaniac | 2021-07-06 | 4 | -86/+158 | |
| | | * | | | | | | Add missing return documentation | punkymaniac | 2021-07-06 | 1 | -0/+2 | |
| | | * | | | | | | Add missing empty line | punkymaniac | 2021-07-06 | 1 | -0/+1 | |
| | | * | | | | | | Fix documentation formatting for git_diff_file | punkymaniac | 2021-07-06 | 1 | -19/+30 | |
| | | * | | | | | | Fix bad char at the end of the word | punkymaniac | 2021-07-06 | 1 | -1/+1 | |
| | * | | | | | | | Merge pull request #5952 from libgit2/ethomson/attrs_from_commit | Edward Thomson | 2021-07-29 | 3 | -0/+149 | |
| | |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | | * | | | | | | filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMIT | Edward Thomson | 2021-07-22 | 2 | -0/+24 | |
| | | * | | | | | | attr: introduce GIT_ATTR_CHECK_INCLUDE_COMMIT | Edward Thomson | 2021-07-22 | 1 | -0/+10 | |
| | | * | | | | | | filter: add git_filter_options | Edward Thomson | 2021-07-22 | 1 | -0/+36 | |
| | | * | | | | | | attr: introduce `git_attr_options` for extended queries | Edward Thomson | 2021-07-22 | 1 | -0/+79 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Swap the order of the `git_graph_reachable_from_any` params | lhchavez | 2021-07-27 | 1 | -2/+2 | |
| | * | | | | | | graph: Create `git_graph_reachable_from_any()` | lhchavez | 2021-07-27 | 1 | -2/+20 | |
| * | | | | | | | midx: Add a way to write multi-pack-index files | lhchavez | 2021-07-26 | 2 | -0/+77 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #5765 from lhchavez/cgraph-revwalks | Edward Thomson | 2021-07-26 | 3 | -0/+63 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | commit-graph: Create `git_commit_graph` as an abstraction for the file | lhchavez | 2021-03-10 | 3 | -0/+63 | |
| * | | | | | | | Merge pull request #5890 from lolgear/git_submodule_dup | Edward Thomson | 2021-07-22 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | submodule: git submodule dup out and source parameters have become mandatory. | Dmitry Lobanov | 2021-06-15 | 1 | -1/+1 | |
