summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-144-138/+284
* mailmap: API and style cleanupNika Layzell2018-06-142-34/+51
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-143-227/+155
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-142-2/+3
* mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-144-4/+63
* mailmap: Make everything a bit more style conformingNika Layzell2018-06-141-25/+82
* mailmap: Don't error out when there's junk at the end of the lineEmilio Cobos Álvarez2018-06-141-3/+0
* mailmap: Don't return a freed pointer, even if we return an error codeEmilio Cobos Álvarez2018-06-141-1/+3
* mailmap: Do not error out when the mailmap contains an invalid lineEmilio Cobos Álvarez2018-06-141-4/+4
* mailmap: Be consistent about checking len vs. len > 0Emilio Cobos Álvarez2018-06-141-1/+1
* mailmap: git_vector_get already checks boundsEmilio Cobos Álvarez2018-06-141-4/+1
* mailmap: Some more style cleanupNika Layzell2018-06-141-3/+6
* mailmap: Clean up mailmap parser, and finish APINika Layzell2018-06-141-157/+274
* mailmap: WIP mailmap supportEmilio Cobos Álvarez2018-06-141-0/+208
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-1172-485/+491
|\
| * Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1071-479/+480
| * buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+6
| * pack: rename `git_packfile_stream_free`Patrick Steinhardt2018-06-103-5/+5
* | Merge pull request #4668 from novalis/bad-stashEdward Thomson2018-06-091-1/+2
|\ \
| * | Fix stash save bug with fast path index checkDavid Turner2018-06-061-1/+2
* | | Merge pull request #4662 from pks-t/pks/gitfile-apiEdward Thomson2018-06-092-129/+71
|\ \ \
| * | | path: unify `git_path_is_*` APIsPatrick Steinhardt2018-06-012-129/+71
| |/ /
* | | Merge pull request #4670 from pks-t/pks/ignore-leadingdirEdward Thomson2018-06-092-17/+13
|\ \ \
| * | | ignore: remove now-useless check for LEADINGDIRPatrick Steinhardt2018-06-061-14/+3
| * | | ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2018-06-062-3/+10
| |/ /
* | | settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-072-0/+14
* | | alloc: make memory allocators use function pointersPatrick Steinhardt2018-06-077-115/+142
* | | stdalloc: extend allocators by file and linePatrick Steinhardt2018-06-073-27/+47
* | | util: extract allocators into its own "alloc.h" headerPatrick Steinhardt2018-06-072-56/+71
* | | util: extract `stdalloc` allocator into its own modulePatrick Steinhardt2018-06-073-91/+137
* | | win32: crtdbg: provide independent `free` functionPatrick Steinhardt2018-06-073-2/+10
* | | win32: crtdbg: internalize implementation of allocatorsPatrick Steinhardt2018-06-072-74/+82
| |/ |/|
* | Merge pull request #4655 from glaubitz/alignmentPatrick Steinhardt2018-06-071-21/+21
|\ \
| * | index: Fix alignment issues in write_disk_entry()John Paul Adrian Glaubitz2018-06-011-21/+21
| |/
* | Merge pull request #4665 from neithernut/fix-refdb-globPatrick Steinhardt2018-06-061-2/+6
|\ \
| * | refdb_fs: test whether the base directory exists when globbingJulian Ganz2018-06-011-2/+6
| |/
* | Merge pull request #4641 from pks-t/pks/submodule-names-memleakPatrick Steinhardt2018-06-061-29/+31
|\ \ | |/ |/|
| * submodule: remove useless mask computationsPatrick Steinhardt2018-05-301-18/+1
| * submodule: refactor loading submodule namesPatrick Steinhardt2018-05-301-12/+24
| * submodule: detect duplicated submodule pathsPatrick Steinhardt2018-05-301-0/+7
* | Merge pull request #4661 from laomaiweng/patch-1Patrick Steinhardt2018-05-301-1/+1
|\ \ | |/ |/|
| * streams: openssl: add missing check on OPENSSL_LEGACY_APIQuentin Minster2018-05-301-1/+1
* | Merge pull request #4656 from tiennou/fix/mbedtls-no-pkgconfigPatrick Steinhardt2018-05-301-2/+4
|\ \ | |/ |/|
| * mbedtls: don't require mbedtls from our pkgconfig fileEtienne Samson2018-05-251-2/+4
* | Merge pull request #4660 from libgit2/cmn/submodule-traversalCarlos Martín Nieto2018-05-298-42/+357
|\ \ | |/ |/|
| * submodule: plug leaks from the escape detectionCarlos Martín Nieto2018-05-241-3/+10
| * submodule: replace index with strchr which exists on WindowsCarlos Martín Nieto2018-05-241-1/+1
| * submodule: the repostiory for _name_is_valid should not be constCarlos Martín Nieto2018-05-242-4/+3
| * path: check for a symlinked .gitmodules in fs-agnostic codeCarlos Martín Nieto2018-05-231-8/+32
| * path: reject .gitmodules as a symlinkCarlos Martín Nieto2018-05-237-18/+28