summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refs: make `git_reference_cmp` consider the nameethomson/reference_cmpEdward Thomson2022-07-074-0/+33
* Merge pull request #6333 from jpalus/pcre2-detectionEdward Thomson2022-07-072-5/+4
|\
| * cmake: drop posix dependency from pcre* detectionJan Palus2022-07-072-5/+4
* | Merge pull request #6334 from i-tengfei/fix-rebase-interactiveEdward Thomson2022-07-071-1/+11
|\ \
| * | rebase: formatting fixesEdward Thomson2022-07-061-3/+4
| * | fix interactive rebase detect.Tengfei2022-06-281-1/+10
| |/
* | Merge pull request #6335 from kcsaul/fix/config-find-system-fileEdward Thomson2022-07-061-2/+2
|\ \
| * | config: use correct git_sysdir_find* function within git_config_find* functionsKevin Saul2022-06-281-2/+2
| |/
* | Merge pull request #6340 from vishwin/mainEdward Thomson2022-07-061-1/+3
|\ \
| * | ntlmclient: LibreSSL 3.5 removed HMAC_CTX_cleanupCharlie Li2022-07-031-1/+3
| |/
* | Merge pull request #6343 from libgit2/ethomson/ciEdward Thomson2022-07-064-12/+16
|\ \
| * | ci: update dockerfiles for mbedTLS new urlEdward Thomson2022-07-063-11/+11
| * | actions: pass UID and GID to PR builds of dockerfilesEdward Thomson2022-07-061-1/+5
|/ /
* | Merge pull request #6342 from libgit2/ethomson/actions_limitsEdward Thomson2022-07-063-36/+41
|\ \ | |/ |/|
| * actions: move CodeQL workflow into nightlyEdward Thomson2022-07-062-40/+29
| * actions: limit secheduled workflows to our main repoEdward Thomson2022-07-063-1/+17
|/
* Merge pull request #6303 from zawata/legacy_buffer_stream_segfaultEdward Thomson2022-06-221-0/+30
|\
| * copy back git_buf after callbackJohn Alden2022-06-221-6/+16
| * fix indentation, copy asizeJohn Alden2022-06-161-7/+9
| * Address feedbackJohn Alden2022-06-141-3/+11
| * Call legacy_write_fn if givenJohn Alden2022-05-131-0/+10
* | Merge pull request #6321 from libgit2/ethomson/ownershipEdward Thomson2022-06-132-3/+4
|\ \
| * | repo: allow administrator to own the configurationEdward Thomson2022-06-132-3/+4
* | | Merge pull request #6322 from libgit2/ethomson/statEdward Thomson2022-06-131-2/+5
|\ \ \
| * | | status: update documentation for default optionsEdward Thomson2022-06-131-2/+5
|/ / /
* | | Merge pull request #6320 from libgit2/ethomson/config-docsEdward Thomson2022-06-131-2/+2
|\ \ \ | |/ / |/| |
| * | config: update config entry iteration lifecycleEdward Thomson2022-06-131-2/+2
|/ /
* | cmake: only use `getloadavg` where it existsEdward Thomson2022-06-133-2/+8
* | cmake: add `gnu` library for HaikuEdward Thomson2022-06-131-2/+2
* | cmake: detect `getentropy`Edward Thomson2022-06-131-0/+4
* | Merge pull request #6278 from lhchavez/git_transport_smart_remote_connect_opt...Edward Thomson2022-06-125-3/+188
|\ \
| * | transport: remove `git_transport_smart_proxy_options` Edward Thomson2022-06-121-10/+0
| * | Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-1146-153/+982
| |\ \
| * | | Apply suggestions from code reviewlhchavez2022-06-114-3/+5
| * | | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-165-3/+187
* | | | Merge pull request #6288 from libgit2/cmn/mwindow-simplificationsEdward Thomson2022-06-122-10/+10
|\ \ \ \
| * | | | mwindow: use multiplication instesad of conditionalsCarlos Martín Nieto2022-04-291-3/+1
| * | | | mwindow: include both the offset and the extra in the same callCarlos Martín Nieto2022-04-292-7/+9
* | | | | Merge pull request #6023 from libgit2/ethomson/clang-formatEdward Thomson2022-06-111-0/+92
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a .clang-format with our styleethomson/clang-formatEdward Thomson2021-08-301-0/+92
* | | | | Merge pull request #6319 from libgit2/ethomson/progress_32bitEdward Thomson2022-06-112-5/+24
|\ \ \ \ \
| * | | | | progress: fewer updates about throughputEdward Thomson2022-06-112-4/+23
| * | | | | cli: show progress on 32 bit machinesEdward Thomson2022-06-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6305 from zawata/fix_refdb_error_msgEdward Thomson2022-06-111-1/+1
|\ \ \ \ \
| * | | | | fix missing error messageJohn Alden2022-05-171-1/+1
| |/ / / /
* | | | | Merge pull request #6287 from SkinnyMind/docs-typosEdward Thomson2022-06-113-7/+7
|\ \ \ \ \
| * | | | | docs: fix couple of typosAleksey Kulikov2022-04-283-7/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #6299 from dongcarl/patch-1Edward Thomson2022-06-111-2/+0
|\ \ \ \ \
| * | | | | revparse: Remove error-prone, redundant testCarl Dong2022-05-091-2/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #6291 from libgit2/cmn/midx-no-hashEdward Thomson2022-06-111-6/+0
|\ \ \ \ \