summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revparse: support bare '@'Edward Thomson2022-01-302-0/+10
* Merge pull request #6153 from arroz/fix/apple-static-libEdward Thomson2022-01-302-1/+3
|\
| * Introduced `LINK_WITH_STATIC_LIBRARIES` per PR comments.Miguel Arroz2022-01-092-1/+3
| * Merge branch 'libgit2:main' into fix/apple-static-libMiguel Arroz2022-01-0711-5/+176
| |\
| * | Disabling setting `CMAKE_FIND_LIBRARY_SUFFIXES` on Apple platforms.Miguel Arroz2021-12-291-1/+1
* | | Merge branch 'boretrk/futils_mktmp'Edward Thomson2022-01-304-19/+57
|\ \ \
| * | | futils: document mktmp's safetyEdward Thomson2022-01-301-2/+10
| * | | futils_mktmp: don't use umask.Peter Pettersson2022-01-162-17/+21
| * | | tests: verify that futils_mktmp respects umaskPeter Pettersson2022-01-141-0/+26
| | |/ | |/|
* | | Merge pull request #6185 from boretrk/noextEdward Thomson2022-01-302-1/+1
|\ \ \
| * | | Remove stray '// TODO'Peter Pettersson2022-01-301-1/+0
| * | | cmake: disable some gnu extensionsPeter Pettersson2022-01-301-0/+1
|/ / /
* | | Merge pull request #6138 from ccstolley/ccs_packedrefs_fastEdward Thomson2022-01-307-32/+334
|\ \ \
| * | | Fix compiler warning on Windows.Colin Stolley2022-01-131-2/+2
| * | | Check packed-refs filestamp before reusing mmap.Colin Stolley2022-01-131-1/+8
| * | | On windows, copy file into memory instead of mmap.Colin Stolley2022-01-131-8/+31
| * | | Drop redundant check in packed_set_peeling_mode().Colin Stolley2022-01-131-4/+0
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-1/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-1/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-3/+2
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-5/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-2/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-2/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-1/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-2/+2
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-1/+1
| * | | Update src/refdb_fs.cColin Stolley2022-01-131-1/+1
| * | | Update src/refdb_fs.cColin Stolley2021-12-241-2/+1
| * | | Update src/refdb_fs.cColin Stolley2021-12-241-2/+1
| * | | Update src/refdb_fs.cColin Stolley2021-12-241-2/+1
| * | | Update src/refdb_fs.cColin Stolley2021-12-241-2/+1
| * | | Update src/refdb_fs.cColin Stolley2021-12-241-1/+1
| * | | refs: Speed up packed lookups.Colin Stolley2021-12-147-30/+317
* | | | Merge pull request #6187 from libgit2/ethomson/copyrightEdward Thomson2022-01-271-19/+24
|\ \ \ \
| * | | | COPYING: remove regex copyright, add PCRE copyrightethomson/copyrightEdward Thomson2022-01-221-19/+24
|/ / / /
* | | | 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