Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revparse: support bare '@' | Edward Thomson | 2022-01-30 | 2 | -0/+10 |
* | Merge pull request #6153 from arroz/fix/apple-static-lib | Edward Thomson | 2022-01-30 | 2 | -1/+3 |
|\ | |||||
| * | Introduced `LINK_WITH_STATIC_LIBRARIES` per PR comments. | Miguel Arroz | 2022-01-09 | 2 | -1/+3 |
| * | Merge branch 'libgit2:main' into fix/apple-static-lib | Miguel Arroz | 2022-01-07 | 11 | -5/+176 |
| |\ | |||||
| * | | Disabling setting `CMAKE_FIND_LIBRARY_SUFFIXES` on Apple platforms. | Miguel Arroz | 2021-12-29 | 1 | -1/+1 |
* | | | Merge branch 'boretrk/futils_mktmp' | Edward Thomson | 2022-01-30 | 4 | -19/+57 |
|\ \ \ | |||||
| * | | | futils: document mktmp's safety | Edward Thomson | 2022-01-30 | 1 | -2/+10 |
| * | | | futils_mktmp: don't use umask. | Peter Pettersson | 2022-01-16 | 2 | -17/+21 |
| * | | | tests: verify that futils_mktmp respects umask | Peter Pettersson | 2022-01-14 | 1 | -0/+26 |
| | |/ | |/| | |||||
* | | | Merge pull request #6185 from boretrk/noext | Edward Thomson | 2022-01-30 | 2 | -1/+1 |
|\ \ \ | |||||
| * | | | Remove stray '// TODO' | Peter Pettersson | 2022-01-30 | 1 | -1/+0 |
| * | | | cmake: disable some gnu extensions | Peter Pettersson | 2022-01-30 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #6138 from ccstolley/ccs_packedrefs_fast | Edward Thomson | 2022-01-30 | 7 | -32/+334 |
|\ \ \ | |||||
| * | | | Fix compiler warning on Windows. | Colin Stolley | 2022-01-13 | 1 | -2/+2 |
| * | | | Check packed-refs filestamp before reusing mmap. | Colin Stolley | 2022-01-13 | 1 | -1/+8 |
| * | | | On windows, copy file into memory instead of mmap. | Colin Stolley | 2022-01-13 | 1 | -8/+31 |
| * | | | Drop redundant check in packed_set_peeling_mode(). | Colin Stolley | 2022-01-13 | 1 | -4/+0 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -1/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -1/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -3/+2 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -5/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -2/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -2/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -1/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -2/+2 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -1/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2022-01-13 | 1 | -1/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2021-12-24 | 1 | -2/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2021-12-24 | 1 | -2/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2021-12-24 | 1 | -2/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2021-12-24 | 1 | -2/+1 |
| * | | | Update src/refdb_fs.c | Colin Stolley | 2021-12-24 | 1 | -1/+1 |
| * | | | refs: Speed up packed lookups. | Colin Stolley | 2021-12-14 | 7 | -30/+317 |
* | | | | Merge pull request #6187 from libgit2/ethomson/copyright | Edward Thomson | 2022-01-27 | 1 | -19/+24 |
|\ \ \ \ | |||||
| * | | | | COPYING: remove regex copyright, add PCRE copyrightethomson/copyright | Edward Thomson | 2022-01-22 | 1 | -19/+24 |
|/ / / / | |||||
* | | | | Merge pull request #6184 from boretrk/noflexarray | Edward Thomson | 2022-01-20 | 1 | -9/+7 |
|\ \ \ \ | |||||
| * | | | | diff_driver: split global_drivers array into separate elements | Peter Pettersson | 2022-01-20 | 1 | -9/+7 |
* | | | | | Merge pull request #6180 from libgit2/ethomson/win32_findfile_fixes | Edward Thomson | 2022-01-19 | 10 | -107/+796 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | win32: improve impl & tests for system path / g4w interopethomson/win32_findfile_fixes | Edward Thomson | 2022-01-17 | 5 | -271/+490 |
| * | | | | path: introduce git_fs_path_find_executable | Edward Thomson | 2022-01-17 | 5 | -0/+281 |
| * | | | | win32: remove unnecessary findfile structure | Edward Thomson | 2022-01-17 | 1 | -42/+37 |
| * | | | | win32: test system paths for gvfs compatibility | Edward Thomson | 2022-01-17 | 3 | -26/+144 |
| * | | | | sysdir: allow resetting cached system dirs | Edward Thomson | 2022-01-17 | 2 | -0/+21 |
| * | | | | Correctly detect the share/template folder | Sven Strickroth | 2022-01-17 | 1 | -9/+50 |
| * | | | | Detect installed x64 versions of Git for Windows | Sven Strickroth | 2022-01-17 | 1 | -0/+6 |
| * | | | | Do not unconditionally remove the last 4 chars of the directory where git.exe... | Sven Strickroth | 2022-01-17 | 1 | -3/+11 |
| * | | | | Prevent possible buffer overflow | Sven Strickroth | 2022-01-17 | 1 | -1/+1 |
* | | | | | Merge pull request #6168 from punkymaniac/patch-documentation-2 | Edward Thomson | 2022-01-17 | 32 | -9/+144 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Apply suggestions from code review | Edward Thomson | 2022-01-17 | 10 | -14/+13 |
| * | | | | Set parameter name as function declaration | punkymaniac | 2022-01-12 | 2 | -2/+2 |