summaryrefslogtreecommitdiff
path: root/src/mailmap.c
Commit message (Expand)AuthorAgeFilesLines
* path: use new length validation functionsEdward Thomson2021-11-091-1/+2
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-33/+34
* use git_repository_workdir_path to generate pathsEdward Thomson2021-04-281-0/+4
* mailmap: use GIT_ASSERTEdward Thomson2020-11-271-10/+19
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-6/+6
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* mailmap: Undefined or garbage value returned to callerEtienne Samson2018-08-211-1/+1
* 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-141-53/+79
* mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-141-136/+246
* mailmap: API and style cleanupNika Layzell2018-06-141-33/+47
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-141-193/+147
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-141-2/+2
* 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