Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | oid: provide type lookups by enum value or name | Edward Thomson | 2023-02-09 | 1 | -0/+41 |
* | | | Merge pull request #6455 from libgit2/ethomson/sysdir | Edward Thomson | 2023-02-14 | 10 | -384/+408 |
|\ \ \ | |||||
| * | | | Set all SSH hostkey preferences that are available | Eric Huss | 2023-02-09 | 1 | -43/+42 |
| * | | | core: allow users to configure home directory | Edward Thomson | 2023-02-09 | 1 | -0/+19 |
| * | | | config: use home directory for `~` includes | Edward Thomson | 2023-02-09 | 2 | -3/+3 |
| * | | | attr: use home directory for `~` includes | Edward Thomson | 2023-02-09 | 1 | -1/+1 |
| * | | | ssh: give a realistic error message | Edward Thomson | 2023-02-09 | 1 | -2/+2 |
| * | | | ssh: support windows `known_hosts` files | Edward Thomson | 2023-02-09 | 1 | -8/+8 |
| * | | | sysdir: provide actual home directory | Edward Thomson | 2023-02-09 | 2 | -10/+58 |
| * | | | sysdir: move windows sysdir functions out of shared util | Edward Thomson | 2023-02-09 | 5 | -317/+275 |
| |/ / | |||||
* | | | Merge pull request #6376 from bzEq/bzEq/aix-int64 | Edward Thomson | 2023-02-14 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | Revert "Include <stdint.h>" | Kai Luo | 2022-09-22 | 1 | -1/+2 |
| * | | | Include <stdint.h> | Kai Luo | 2022-09-22 | 1 | -2/+1 |
| * | | | On AIX, `off64_t` is equivalent to `long long`. | Kai Luo | 2022-08-09 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge pull request #6423 from cavaquinho/fix/6422-revwalk_push_glob-dangling-ref | Edward Thomson | 2023-02-14 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | #6422: handle dangling symbolic refs gracefully | Miguel Arroz | 2022-11-03 | 1 | -1/+5 |
* | | | | Merge branch 'revparse' | Edward Thomson | 2023-02-14 | 1 | -1/+10 |
|\ \ \ \ | |||||
| * | | | | revparse: comment reflog HEAD@{n} parsing | Edward Thomson | 2023-02-14 | 1 | -5/+10 |
| * | | | | Fix parsing rev with reflog of HEAD (e.g., HEAD@{3}) | Sven Strickroth | 2023-02-14 | 1 | -1/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #6374 from vicr123/embed-ssh | Edward Thomson | 2023-02-14 | 2 | -11/+4 |
|\ \ \ \ | |||||
| * | | | | Fix EMBED_SSH_PATH | Victor Tran | 2022-08-08 | 2 | -11/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #6475 from jorio/fix_diff_empty_untracked_file | Edward Thomson | 2023-02-14 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | diff_file: don't mmap/readbuffer empty files | Iliyas Jorio | 2023-02-13 | 1 | -0/+7 |
| | |/ / | |/| | | |||||
* | | | | openssl: support OpenSSL 3 in dynamic mode | Edward Thomson | 2023-02-10 | 2 | -6/+11 |
* | | | | openssl: retry initialization on failure | Edward Thomson | 2023-02-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Add OpenSSL deprection warning | Edward Thomson | 2023-02-02 | 1 | -0/+2 |
* | | | Merge pull request #6444 from abizjak/main | Edward Thomson | 2023-01-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Use `git_clone__submodule` to avoid file checks in workdir | Aleš Bizjak | 2023-01-05 | 1 | -1/+1 |