summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "tests: validate host and port for ssh tests when non-standard"Edward Thomson2023-02-271-11/+1
| * | Revert "Pass hostkey & port to host verify callback"Edward Thomson2023-02-271-11/+3
| |/
* | Merge pull request #6506 from libgit2/ethomson/zero_update_tipsEdward Thomson2023-02-271-1/+1
|\ \ | |/ |/|
| * remote: always populate old id in update tipsEdward Thomson2023-02-251-1/+1
|/
* v1.6.1: correct missing version number updatesv1.6.1Edward Thomson2023-02-254-5/+5
* Merge pull request #6501 from libgit2/ethomson/v1.6Edward Thomson2023-02-255-5/+104
|\
| * v1.6: update version numbersEdward Thomson2023-02-244-5/+5
| * v1.6: update the changelogEdward Thomson2023-02-241-0/+99
|/
* Merge pull request #6503 from fxcoudert/hostandportEdward Thomson2023-02-244-15/+42
|\
| * tests: validate host and port for ssh tests when non-standardEdward Thomson2023-02-241-1/+11
| * Pass hostkey & port to host verify callbackFrancois-Xavier Coudert2023-02-241-3/+11
| * net: parse urls or scp style paths in the same functionEdward Thomson2023-02-243-11/+20
|/
* Merge pull request #6500 from timrogers/timrogers/empty-docsEdward Thomson2023-02-231-1/+3
|\
| * Correct the definition of "empty" in the docs for `git_repository_is_empty`Tim Rogers2023-02-231-1/+3
|/
* Merge pull request #6499 from libgit2/ethomson/sha256_fix_2Edward Thomson2023-02-232-0/+4
|\
| * odb: don't unconditionally add oid_type to streamEdward Thomson2023-02-232-0/+4
* | Merge pull request #6498 from libgit2/ethomson/httpproxy_env_testsEdward Thomson2023-02-231-21/+15
|\ \ | |/ |/|
| * tests: always unset HTTP_PROXY before starting testsEdward Thomson2023-02-231-21/+15
|/
* Merge pull request #6497 from fxcoudert/ssh-agent-nonfatalEdward Thomson2023-02-221-1/+3
|\
| * Make failure to connect to ssh-agent non-fatalFrancois-Xavier Coudert2023-02-221-1/+3
* | Merge pull request #6494 from libgit2/ethomson/clarify_readmeEdward Thomson2023-02-221-2/+3
|\ \ | |/ |/|
| * Update README.md Edward Thomson2023-02-221-5/+5
| * README: clarify the linking exceptionEdward Thomson2023-02-201-4/+5
* | Merge pull request #6493 from libgit2/ethomson/ownershipEdward Thomson2023-02-202-7/+43
|\ \ | |/ |/|
| * repo: support safe.directory with %(prefix)/Edward Thomson2023-02-201-6/+39
| * repo: don't fail on strange win32 pathsEdward Thomson2023-02-182-1/+4
* | Merge pull request #6492 from cavaquinho/fix/bare-repo-oid-typeEdward Thomson2023-02-202-23/+51
|\ \ | |/ |/|
| * Deleted unused variable.Miguel Arroz2023-02-171-1/+0
| * #6491: Sets oid_type on repos open with git_repository_open_bareMiguel Arroz2023-02-172-22/+51
|/
* Merge pull request #6487 from libgit2/ethomson/strarray-deprecateEdward Thomson2023-02-161-0/+1
|\
| * stash: update strarray usageEdward Thomson2023-02-161-0/+1
|/
* Merge pull request #6330 from gitkraken-jacobw/partial-stashingEdward Thomson2023-02-164-32/+302
|\
| * stash: fixes from code reviewEdward Thomson2023-02-162-57/+38
| * stash: test save options initJacob Watson2022-07-141-0/+5
| * stash: add `const` to argumentsJacob Watson2022-07-142-5/+7
| * stash: better option validation for stash saveJacob Watson2022-07-141-6/+17
| * stash: implement CI testingJacob Watson2022-07-141-0/+37
| * stash: implement partial stashing by pathJacob Watson2022-07-142-26/+260
* | Merge pull request #6486 from libgit2/ethomson/strarray-deprecateEdward Thomson2023-02-165-14/+28
|\ \
| * | strarray: remove deprecated declarationEdward Thomson2023-02-165-14/+28
|/ /
* | Merge pull request #6480 from libgit2/ethomson/warnEdward Thomson2023-02-153-4/+5
|\ \
| * | tests: use static scope for test dataEdward Thomson2023-02-152-3/+3
| * | socket: mark flags as unusedEdward Thomson2023-02-151-1/+2
|/ /
* | Merge pull request #6479 from libgit2/ethomson/cloneEdward Thomson2023-02-151-1/+1
|\ \
| * | clone: clean up options on failureEdward Thomson2023-02-141-1/+1
|/ /
* | Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-14196-530/+5143
|\ \
| * | ci: build our own git on xenialEdward Thomson2023-02-131-2/+14
| * | win32: adjust max path length for SHA256Edward Thomson2023-02-131-1/+1
| * | cmake: support older cmakesEdward Thomson2023-02-131-1/+1
| * | ci: actually build sha256 support on linuxEdward Thomson2023-02-121-1/+1