summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-223-6/+24
* indexer: check pack file connectivityPatrick Steinhardt2018-06-221-1/+151
* indexer: extract function reading stream objectsPatrick Steinhardt2018-06-221-78/+91
* indexer: remove useless local variablePatrick Steinhardt2018-06-221-6/+3
* object: implement function to parse raw dataPatrick Steinhardt2018-06-222-8/+68
* tree: implement function to parse raw dataPatrick Steinhardt2018-06-222-6/+20
* tag: implement function to parse raw dataPatrick Steinhardt2018-06-222-0/+6
* commit: implement function to parse raw dataPatrick Steinhardt2018-06-222-3/+11
* blob: implement function to parse raw dataPatrick Steinhardt2018-06-222-7/+36
* blob: use getters to get raw blob content and sizePatrick Steinhardt2018-06-221-4/+4
* pack-objects: make `git_walk_object` internal to pack-objectsPatrick Steinhardt2018-06-222-16/+16
* Merge pull request #4685 from csware/no-git_buf_freeEdward Thomson2018-06-181-1/+1
|\
| * Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* | Merge pull request #4606 from libgit2/cmn/revwalk-iterationEdward Thomson2018-06-182-10/+44
|\ \ | |/ |/|
| * revwalk: formatting updatescmn/revwalk-iterationEdward Thomson2018-06-181-17/+17
| * revwalk: remove one useless layer of functionsCarlos Martín Nieto2018-04-111-32/+17
| * revwalk: avoid walking the entire history when output is unsortedCarlos Martín Nieto2018-04-012-10/+59
* | Merge pull request #4586 from emilio/mailmapEdward Thomson2018-06-185-4/+545
|\ \
| * | Require the length argument to git_mailmap_from_buffer and make mailmap_add_b...Nika Layzell2018-06-171-8/+4
| * | mailmap: git_buf_free => git_buf_disposeNika Layzell2018-06-141-9/+9
| * | mailmap: Hide EEXISTS to simplify git_mailmap_add_entry callersNika Layzell2018-06-141-2/+4
| * | mailmap: Free the mailmap vectorNika Layzell2018-06-141-0/+2
| * | mailmap: API and style cleanupNika Layzell2018-06-143-76/+85
| * | 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 #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-151-2/+7
|\ \ \ | |/ / |/| |
| * | 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 #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
|\ \ \ \