summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6348 from lya001/fix-invalid-branch-nameEdward Thomson2022-07-132-14/+29
|\
| * Update src/libgit2/tag.cEdward Thomson2022-07-121-0/+2
| * Apply suggestions from code reviewEdward Thomson2022-07-122-6/+6
| * Merge branch 'main' into fix-invalid-branch-nameyuangli2022-07-12403-8307/+14989
| |\
| * | tag: refactor tag name validity checksyuangli2022-07-111-5/+15
| * | branches: fix error message for invalid nameyuangli2022-07-111-7/+7
| * | branch: refactor branch name validity checksyuangli2022-07-111-2/+7
* | | Merge pull request #6347 from libgit2/ethomson/no_pack_v3Edward Thomson2022-07-121-1/+1
|\ \ \
| * | | pack: don't pretend we support pack files v3Edward Thomson2022-07-081-1/+1
| | |/ | |/|
* | | repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-123-16/+45
* | | repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-121-30/+77
* | | repo: allow admin owned configs by admin usersEdward Thomson2022-07-071-1/+4
* | | fs: allow ownership match if user is in admin groupEdward Thomson2022-07-072-7/+26
* | | fs: refactor file ownership checksEdward Thomson2022-07-073-103/+53
* | | fs: remove mock naming from change ownership constantsEdward Thomson2022-07-072-18/+31
* | | Revert "repo: allow administrator to own the configuration"Edward Thomson2022-07-071-1/+1
|/ /
* | 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
* | | config: use correct git_sysdir_find* function within git_config_find* functionsKevin Saul2022-06-281-2/+2
|/ /
* | 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
* | | repo: allow administrator to own the configurationEdward Thomson2022-06-131-1/+1
* | | 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-122-1/+13
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/main' into mainlhchavez2022-06-1126-123/+872
| |\ \ \
| * | | | Apply suggestions from code reviewlhchavez2022-06-111-1/+1
| * | | | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-162-1/+13
* | | | | 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 #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 #6291 from libgit2/cmn/midx-no-hashEdward Thomson2022-06-111-6/+0
|\ \ \ \
| * | | | midx: do not verify the checksum on loadCarlos Martín Nieto2022-05-031-6/+0
| |/ / /
* | | | Replace bitwise AND 0x7fffffff with XOR 0x80000000.Colin Stolley2022-05-201-1/+1
* | | | midx: fix large object offset table check.Colin Stolley2022-05-201-1/+1
|/ / /
* | | Merge pull request #6274 from libgit2/ethomson/cli_cloneEdward Thomson2022-04-259-0/+715
|\ \ \
| * | | cli: introduce a clone commandEdward Thomson2022-04-145-23/+201
| * | | cli: introduce signal handlerEdward Thomson2022-04-144-0/+94
| * | | cli: introduce a progress classEdward Thomson2022-04-132-0/+443
| |/ /
* | | Merge pull request #6265 from libgit2/ethomson/sha256_twoEdward Thomson2022-04-1816-114/+135
|\ \ \ | |/ / |/| |