summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* midx: use raw oidsethomson/oidmadnessEdward Thomson2022-01-222-12/+16
* index: use raw oidsEdward Thomson2022-01-221-6/+4
* pack: use raw oidsEdward Thomson2022-01-222-18/+25
* commit_graph: use `git_oid_raw`Edward Thomson2022-01-222-13/+16
* oid: introduce `git_oid_cpy_raw`Edward Thomson2022-01-222-2/+9
* oid: introduce `git_oid_raw_ncmp`Edward Thomson2022-01-222-19/+24
* oid: `hashcmp` is now `raw_cmp`Edward Thomson2022-01-223-5/+7
* oid: introduce git_oid_rawEdward Thomson2022-01-222-1/+15
* tests: don't cast raw data to a `git_oid``Edward Thomson2022-01-222-4/+12
* indexer: write raw id dataEdward Thomson2022-01-221-1/+1
* treecache: write the raw id not the objectEdward Thomson2022-01-221-1/+1
* oidmap: hash on the id, not the objectEdward Thomson2022-01-221-1/+1
* oid: don't assume the size of an oidEdward Thomson2022-01-222-2/+2
* tree: move git_oid into tree entryEdward Thomson2022-01-226-30/+23
* packbuilder: use the packfile name instead of hashEdward Thomson2022-01-224-13/+40
* indexer: use a byte array for checksumEdward Thomson2022-01-224-28/+50
* index: use a byte array for checksumEdward Thomson2022-01-224-48/+53
* config: use a byte array for checksumEdward Thomson2022-01-221-5/+6
* commit_graph: use a byte array for checksumEdward Thomson2022-01-222-12/+20
* midx: use a byte array for checksumEdward Thomson2022-01-222-13/+21
* hash: introduce git_hash_fmtEdward Thomson2022-01-222-0/+18
* oid: avoid `tostr_s` in many placesEdward Thomson2022-01-222-2/+12
* commit_graph: tests are now `commitgraph`Edward Thomson2022-01-221-3/+3
* Merge pull request #6184 from boretrk/noflexarrayEdward Thomson2022-01-201-9/+7
|\
| * diff_driver: split global_drivers array into separate elementsPeter Pettersson2022-01-201-9/+7
* | Merge pull request #6180 from libgit2/ethomson/win32_findfile_fixesEdward Thomson2022-01-1910-107/+796
|\ \ | |/ |/|
| * win32: improve impl & tests for system path / g4w interopethomson/win32_findfile_fixesEdward Thomson2022-01-175-271/+490
| * path: introduce git_fs_path_find_executableEdward Thomson2022-01-175-0/+281
| * win32: remove unnecessary findfile structureEdward Thomson2022-01-171-42/+37
| * win32: test system paths for gvfs compatibilityEdward Thomson2022-01-173-26/+144
| * sysdir: allow resetting cached system dirsEdward Thomson2022-01-172-0/+21
| * Correctly detect the share/template folderSven Strickroth2022-01-171-9/+50
| * Detect installed x64 versions of Git for WindowsSven Strickroth2022-01-171-0/+6
| * Do not unconditionally remove the last 4 chars of the directory where git.exe...Sven Strickroth2022-01-171-3/+11
| * Prevent possible buffer overflowSven Strickroth2022-01-171-1/+1
* | Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-1732-9/+144
|\ \ | |/ |/|
| * Apply suggestions from code reviewEdward Thomson2022-01-1710-14/+13
| * Set parameter name as function declarationpunkymaniac2022-01-122-2/+2
| * Separate function description from short descriptionpunkymaniac2022-01-111-6/+7
| * Rephrase param descriptionpunkymaniac2022-01-091-1/+1
| * Fix misspelling word "ge" -> "get"punkymaniac2022-01-091-1/+1
| * Document return value for git_libgit2_featurespunkymaniac2022-01-091-0/+3
| * Add documentation about parameter and return valuepunkymaniac2022-01-0930-0/+122
| * Add missing parameter namepunkymaniac2022-01-091-1/+1
| * Add `git_apply_options_init` documentationpunkymaniac2022-01-091-0/+10
* | Merge pull request #6167 from libgit2/ethomson/scp_urls_with_portsEdward Thomson2022-01-1712-158/+645
|\ \
| * | ssh: use url parsing functionalityethomson/scp_urls_with_portsEdward Thomson2022-01-171-61/+26
| * | url: introduce git_net_str_is_urlEdward Thomson2022-01-173-1/+41
| * | ci: test `[user@host:port]:path` formatsEdward Thomson2022-01-171-5/+15
| * | url: introduce git_net_url_parse_scpEdward Thomson2022-01-174-38/+515