summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | mailmap: Some more style cleanupNika Layzell2018-06-141-3/+6
| * | mailmap: Clean up mailmap parser, and finish APINika Layzell2018-06-142-173/+377
| * | mailmap: WIP mailmap supportEmilio Cobos Álvarez2018-06-143-0/+248
* | | Merge pull request #4683 from pks-t/pks/tree-unused-functionsEdward Thomson2018-06-162-55/+0
|\ \ \
| * | | tree: remove unused function `git_tree__prefix_position`Patrick Steinhardt2018-06-152-45/+0
| * | | tree: remove unused function `git_tree_entry_icmp`Patrick Steinhardt2018-06-152-10/+0
* | | | Merge pull request #4678 from staticfloat/sf/mbedtls_linkagePatrick Steinhardt2018-06-152-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Test using `SHA1_BACKEND=mbedTLS` as wellstaticfloat@gmail.com2018-06-101-2/+2
| * | | Link `mbedTLS` libraries in when `SHA1_BACKEND == "mbedTLS"`staticfloat@gmail.com2018-06-101-1/+6
| * | | Fix typo in adding `hash_mbedtls.c` to `SRC_SHA1`staticfloat@gmail.com2018-06-101-1/+1
* | | | Merge pull request #4676 from libgit2/editorconfigPatrick Steinhardt2018-06-151-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | editorconfig: allow trailing whitespace in markdowneditorconfigEdward Thomson2018-06-091-0/+1
* | | | Merge pull request #4681 from pks-t/pks/indentation-tab-widthEdward Thomson2018-06-121-1/+1
|\ \ \ \
| * | | | docs: fix statement about tab widthPatrick Steinhardt2018-06-121-1/+1
| | |/ / | |/| |
* | | | Merge pull request #4680 from pks-t/pks/diff-opts-enumEdward Thomson2018-06-121-6/+6
|\ \ \ \
| * | | | diff: fix enum value being out of allowed rangePatrick Steinhardt2018-06-121-6/+6
| |/ / /
* | | | Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-11234-1063/+1092
|\ \ \ \
| * | | | Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-10231-1056/+1057
| * | | | buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`Patrick Steinhardt2018-06-102-2/+19
| * | | | common.h: create `GIT_DEPRECATED` macroPatrick Steinhardt2018-06-101-0/+11
| * | | | pack: rename `git_packfile_stream_free`Patrick Steinhardt2018-06-103-5/+5
* | | | | Merge pull request #4677 from libgit2/ethomson/memleaksEdward Thomson2018-06-111-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stash test: free the commitEdward Thomson2018-06-111-0/+1
| * | | | stash test: free the referenceEdward Thomson2018-06-101-0/+1
|/ / / /
* | | | Merge pull request #4668 from novalis/bad-stashEdward Thomson2018-06-092-1/+42
|\ \ \ \
| * | | | Fix stash save bug with fast path index checkDavid Turner2018-06-062-1/+42
* | | | | Merge branch 'pks/docs-improvements'Edward Thomson2018-06-099-19/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | README.md: detail how to list all build optionsPatrick Steinhardt2018-05-301-0/+9
| * | | | README.md: fix link to `test_index_racy__diff`Patrick Steinhardt2018-05-301-1/+1
| * | | | docs: reorganize documentsPatrick Steinhardt2018-05-309-18/+16
| * | | | README.md: add table of contentsPatrick Steinhardt2018-05-301-0/+21
* | | | | Merge branch 'compat/clibs'Edward Thomson2018-06-092-1/+10
|\ \ \ \ \
| * | | | | docs: update release steps to include clib manifestEdward Thomson2018-06-091-1/+3
| * | | | | Include clib's package reference.Alexander Jung2018-06-091-0/+7
* | | | | | Merge pull request #4662 from pks-t/pks/gitfile-apiEdward Thomson2018-06-093-134/+76
|\ \ \ \ \ \
| * | | | | | path: unify `git_path_is_*` APIsPatrick Steinhardt2018-06-013-134/+76
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4670 from pks-t/pks/ignore-leadingdirEdward Thomson2018-06-093-35/+62
|\ \ \ \ \ \
| * | | | | | ignore: remove now-useless check for LEADINGDIRPatrick Steinhardt2018-06-061-14/+3
| * | | | | | ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2018-06-063-3/+46
| * | | | | | tests: status::ignore: fix style of a testPatrick Steinhardt2018-06-061-20/+15
| |/ / / / /
* | | | | | Merge pull request #4576 from pks-t/pks/memory-allocatorPatrick Steinhardt2018-06-0713-211/+461
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | CHANGELOG.md: update changelog to mention custom memory allocatorsPatrick Steinhardt2018-06-071-0/+3
| * | | | | settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-074-0/+45
| * | | | | alloc: make memory allocators use function pointersPatrick Steinhardt2018-06-079-115/+220
| * | | | | 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
|\ \ \ \ \