summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repository: warn on safe.directory handlingethomson/warningsEdward Thomson2023-02-152-1/+70
* warning: allow callers to configure a warning callbackEdward Thomson2023-02-156-1/+113
* 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
| * clone: free connect optsEdward Thomson2023-02-122-0/+9
| * repo: take an oid_type when initializingEdward Thomson2023-02-122-3/+24
| * repo: dump backends on oid type changeEdward Thomson2023-02-121-1/+18
| * transport: teach transports about oid types and SHA256Edward Thomson2023-02-1213-83/+298
| * clone: support sha256Edward Thomson2023-02-127-34/+173
| * revparse: don't assume SHA1Edward Thomson2023-02-121-6/+13
| * refdb: teach filesystem refdb about sha256Edward Thomson2023-02-123-48/+78
| * object: lookup sha256 objectsEdward Thomson2023-02-1229-174/+961
| * odb: test sha256 pack backendEdward Thomson2023-02-122-0/+252
| * packfile: handle sha256 packfilesEdward Thomson2023-02-1217-155/+412
| * odb: rename test file to avoid underscoreEdward Thomson2023-02-121-4/+4
| * tests: add a sha256 repositoryEdward Thomson2023-02-12117-0/+2569
| * ci: run sha256 builds during our nightly runsEdward Thomson2023-02-121-1/+31
| * tests: helpers for getting ints from configurationEdward Thomson2023-02-122-0/+22
| * repo: don't overwrite repo format version on reinitEdward Thomson2023-02-122-15/+42
| * repo: internal setter for `objectformat`Edward Thomson2023-02-122-0/+38
| * repo: understand the `objectformat` extensionEdward Thomson2023-02-125-11/+132
| * oid: provide type lookups by enum value or nameEdward Thomson2023-02-092-0/+60
* | Merge pull request #6455 from libgit2/ethomson/sysdirEdward Thomson2023-02-1427-455/+772
|\ \
| * | Set all SSH hostkey preferences that are availableEric Huss2023-02-091-43/+42
| * | ci: convert PATH correctly to Cygwin format on Windowsethomson/sysdir_testEdward Thomson2023-02-092-4/+28
| * | ci: limit test runner to build pathEdward Thomson2023-02-091-2/+20
| * | ci: run clone tests in onlineEdward Thomson2023-02-091-1/+1
| * | tests: known_hosts manipulating ssh clone testsEdward Thomson2023-02-092-22/+145
| * | ci: compile against libssh2 on windowsEdward Thomson2023-02-092-2/+35
| * | ci: use latest ci-dependencies release for mingwEdward Thomson2023-02-091-2/+2
| * | ci: isolate the home directory for test executionEdward Thomson2023-02-091-1/+3
| * | tests: use a dummy homedirEdward Thomson2023-02-093-0/+20
| * | tests: configure temporary homedirs correctlyEdward Thomson2023-02-097-36/+98
| * | core: allow users to configure home directoryEdward Thomson2023-02-092-1/+32
| * | config: use home directory for `~` includesEdward Thomson2023-02-092-3/+3
| * | attr: use home directory for `~` includesEdward Thomson2023-02-091-1/+1
| * | ssh: give a realistic error messageEdward Thomson2023-02-091-2/+2
| * | ssh: support windows `known_hosts` filesEdward Thomson2023-02-091-8/+8
| * | sysdir: provide actual home directoryEdward Thomson2023-02-092-10/+58
| * | sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-02-096-318/+275
| |/
* | Merge pull request #6376 from bzEq/bzEq/aix-int64Edward Thomson2023-02-141-0/+2
|\ \
| * | Revert "Include <stdint.h>"Kai Luo2022-09-221-1/+2
| * | Include <stdint.h>Kai Luo2022-09-221-2/+1
| * | On AIX, `off64_t` is equivalent to `long long`.Kai Luo2022-08-091-0/+2
* | | Merge pull request #6423 from cavaquinho/fix/6422-revwalk_push_glob-dangling-refEdward Thomson2023-02-142-1/+22
|\ \ \