| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #6482 from libgit2/ethomson/xdiff | Edward Thomson | 2023-04-13 | 20 | -4394/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xdiff: move xdiff to 'deps' | Edward Thomson | 2023-03-03 | 20 | -4394/+2 | |
| * | | | | | | config: return `GIT_ENOTFOUND` for missing programdata | Edward Thomson | 2023-04-11 | 1 | -2/+5 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | repo: honor GIT_CONFIG_* environment variables | Edward Thomson | 2023-04-04 | 1 | -35/+94 | |
| * | | | | | repo: honor GIT_COMMON_DIR when respecting env | Edward Thomson | 2023-04-04 | 1 | -10/+26 | |
| * | | | | | repo: honor GIT_WORK_TREE environment variable | Edward Thomson | 2023-04-04 | 1 | -13/+42 | |
| * | | | | | env: remove the _from_env function | Edward Thomson | 2023-04-04 | 2 | -227/+233 | |
| * | | | | | repo: change error message | Edward Thomson | 2023-04-04 | 1 | -1/+1 | |
| * | | | | | Merge pull request #6505 from libgit2/ethomson/extension_madness | Edward Thomson | 2023-03-27 | 1 | -5/+33 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | repo: don't allow repeated extensions | Edward Thomson | 2023-02-25 | 1 | -5/+33 | |
| * | | | | | | 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 | 2 | -13/+13 | |
| * | | | | | | 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 | 6 | -34/+806 | |
| * | | | | | | 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 | 1 | -1/+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 | 1 | -11/+7 | |
| * | | | 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 | 1 | -6/+42 | |
| |\ \ \ | ||||||
| | * | | | 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 | 1 | -0/+3 | |
| * | | | | 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 | 38 | -405/+1122 | |
| |\ \ \ | ||||||
| | * | | | 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 | |
