| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | http: add SSPI authentication on Windows | Edward Thomson | 2023-03-21 | 3 | -4/+345 | |
| * | | | | | | | | utf8: add conversion with size and refactor names | Edward Thomson | 2023-03-21 | 10 | -115/+180 | |
| * | | | | | | | | http: refactor GSSAPI / negotiate / NTLM auth | Edward Thomson | 2023-03-21 | 3 | -46/+46 | |
| * | | | | | | | | http: introduce schannel streams for windows | Edward Thomson | 2023-03-21 | 8 | -35/+807 | |
| * | | | | | | | | pack: cast to uint64_t when calculating index size instead | Carlos Martín Nieto | 2023-03-16 | 1 | -4/+3 | |
| * | | | | | | | | pack: use 64 bits for the number of objects | Carlos Martín Nieto | 2023-03-14 | 1 | -4/+4 | |
| * | | | | | | | | cmake: don't include `include/git2` | Edward Thomson | 2023-03-10 | 3 | -3/+0 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | sysdir: Do not declare win32 functions on non-win32 platforms | Nicolas Cavallari | 2023-03-08 | 1 | -0/+2 | |
| * | | | | | | | index: support `git_index_add_all` directories with force | Edward Thomson | 2023-03-02 | 1 | -1/+2 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #6520 from libgit2/ethomson/git_odb_open | Edward Thomson | 2023-03-02 | 1 | -0/+19 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | odb: restore `git_odb_open` | Edward Thomson | 2023-03-01 | 1 | -0/+19 | |
| * | | | | | | | Remove unused wditer variable | Yuriy Chernyshov | 2023-02-28 | 1 | -2/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #6514 from libgit2/ethomson/libgit2_pc | Edward Thomson | 2023-02-27 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | meta: configure pkg-config .pc correctly | Edward Thomson | 2023-02-27 | 1 | -2/+2 | |
| * | | | | | | | Merge pull request #6512 from libgit2/ethomson/odb_loose | Edward Thomson | 2023-02-27 | 1 | -0/+34 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | odb: add back git_odb_backend_loose | Edward Thomson | 2023-02-27 | 1 | -0/+34 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6511 from libgit2/ethomson/hostandport | Edward Thomson | 2023-02-27 | 1 | -11/+3 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Revert "Pass hostkey & port to host verify callback" | Edward Thomson | 2023-02-27 | 1 | -11/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | remote: always populate old id in update tips | Edward Thomson | 2023-02-25 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Pass hostkey & port to host verify callback | Francois-Xavier Coudert | 2023-02-24 | 1 | -3/+11 | |
| * | | | | | net: parse urls or scp style paths in the same function | Edward Thomson | 2023-02-24 | 3 | -11/+20 | |
| * | | | | | odb: don't unconditionally add oid_type to stream | Edward Thomson | 2023-02-23 | 1 | -0/+2 | |
| * | | | | | Make failure to connect to ssh-agent non-fatal | Francois-Xavier Coudert | 2023-02-22 | 1 | -1/+3 | |
| * | | | | | Merge pull request #6493 from libgit2/ethomson/ownership | Edward Thomson | 2023-02-20 | 2 | -7/+43 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | repo: support safe.directory with %(prefix)/ | Edward Thomson | 2023-02-20 | 1 | -6/+39 | |
| | * | | | | | repo: don't fail on strange win32 paths | Edward Thomson | 2023-02-18 | 2 | -1/+4 | |
| * | | | | | | Deleted unused variable. | Miguel Arroz | 2023-02-17 | 1 | -1/+0 | |
| * | | | | | | #6491: Sets oid_type on repos open with git_repository_open_bare | Miguel Arroz | 2023-02-17 | 1 | -22/+48 | |
| |/ / / / / | ||||||
| * | | | | | stash: update strarray usage | Edward Thomson | 2023-02-16 | 1 | -0/+1 | |
| * | | | | | Merge pull request #6330 from gitkraken-jacobw/partial-stashing | Edward Thomson | 2023-02-16 | 1 | -26/+200 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stash: fixes from code review | Edward Thomson | 2023-02-16 | 1 | -40/+33 | |
| | * | | | | | stash: add `const` to arguments | Jacob Watson | 2022-07-14 | 1 | -4/+4 | |
| | * | | | | | stash: better option validation for stash save | Jacob Watson | 2022-07-14 | 1 | -6/+17 | |
| | * | | | | | stash: implement partial stashing by path | Jacob Watson | 2022-07-14 | 1 | -25/+195 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | strarray: remove deprecated declaration | Edward Thomson | 2023-02-16 | 4 | -1/+28 | |
| * | | | | | socket: mark flags as unused | Edward Thomson | 2023-02-15 | 1 | -1/+2 | |
| * | | | | | clone: clean up options on failure | Edward Thomson | 2023-02-14 | 1 | -1/+1 | |
| * | | | | | Merge pull request #6456 from libgit2/ethomson/sha256_experimental | Edward Thomson | 2023-02-14 | 40 | -414/+1158 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | clone: free connect opts | Edward Thomson | 2023-02-12 | 2 | -0/+9 | |
| | * | | | | | repo: take an oid_type when initializing | Edward Thomson | 2023-02-12 | 1 | -3/+15 | |
| | * | | | | | repo: dump backends on oid type change | Edward Thomson | 2023-02-12 | 1 | -1/+18 | |
| | * | | | | | transport: teach transports about oid types and SHA256 | Edward Thomson | 2023-02-12 | 12 | -83/+286 | |
| | * | | | | | clone: support sha256 | Edward Thomson | 2023-02-12 | 3 | -22/+109 | |
| | * | | | | | revparse: don't assume SHA1 | Edward Thomson | 2023-02-12 | 1 | -6/+13 | |
| | * | | | | | refdb: teach filesystem refdb about sha256 | Edward Thomson | 2023-02-12 | 3 | -48/+78 | |
| | * | | | | | object: lookup sha256 objects | Edward Thomson | 2023-02-12 | 16 | -110/+261 | |
| | * | | | | | packfile: handle sha256 packfiles | Edward Thomson | 2023-02-12 | 9 | -138/+238 | |
| | * | | | | | repo: don't overwrite repo format version on reinit | Edward Thomson | 2023-02-12 | 1 | -8/+16 | |
| | * | | | | | repo: internal setter for `objectformat` | Edward Thomson | 2023-02-12 | 2 | -0/+38 | |
| | * | | | | | repo: understand the `objectformat` extension | Edward Thomson | 2023-02-12 | 2 | -5/+46 | |
