| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | 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 | |
| | * | | | | | submodule: git submodule dup documentation has been fixed. | Dmitry Lobanov | 2021-06-01 | 1 | -2/+2 | |
| | * | | | | | submodule: git submodule dup object dup has been added. | Dmitry Lobanov | 2021-05-26 | 1 | -3/+5 | |
| | * | | | | | submodule: git submodule dup has been added. | Dmitry Lobanov | 2021-05-16 | 1 | -0/+7 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #5917 from tiennou/fix/docurium-issues | Edward Thomson | 2021-07-02 | 2 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | docs: fix some missing includes that cause Docurium to error out | Etienne Samson | 2021-05-27 | 2 | -0/+2 | |
| * | | | | | | Merge pull request #5910 from arxanas/patch-1 | Edward Thomson | 2021-06-15 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update index.h | Waleed Khan | 2021-06-14 | 1 | -2/+2 | |
| | * | | | | | | Fix misleading doc for `git_index_find` | Waleed Khan | 2021-06-13 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Add some missing documentation about return value | punkymaniac | 2021-06-02 | 2 | -0/+4 | |
| * | | | | | | Fix struct indentation | punkymaniac | 2021-06-02 | 1 | -0/+1 | |
| * | | | | | | Remove bad space in documentation | punkymaniac | 2021-06-02 | 1 | -1/+1 | |
| * | | | | | | Add documentation about GIT_OPT_GET_USER_AGENT | punkymaniac | 2021-06-02 | 1 | -0/+5 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'pr/5853' | Edward Thomson | 2021-05-19 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | diff:add option to ignore blank line changes | yuuri | 2021-05-01 | 1 | -0/+4 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #5850 from punkymaniac/comment-format | Edward Thomson | 2021-05-16 | 2 | -21/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix typo | punkymaniac | 2021-04-22 | 1 | -1/+1 | |
| | * | | | | | Uniformise documentation return code separator | punkymaniac | 2021-04-22 | 1 | -7/+7 | |
