summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* buf: deprecate git_buf as a public typeethomson/userbufEdward Thomson2020-05-297-22/+64
* filter: user-facing functions write to a userbufEdward Thomson2020-05-298-32/+33
* merge: user-facing functions write to a userbufEdward Thomson2020-05-293-4/+4
* submodule: user-facing functions write to a userbufEdward Thomson2020-05-291-4/+12
* packbuilder: user-facing functions write to a userbufEdward Thomson2020-05-293-6/+5
* refspec: user-facing functions write to a userbufEdward Thomson2020-05-297-13/+28
* object: user-facing functions write to a userbufEdward Thomson2020-05-291-4/+4
* diff: user-facing functions write to a userbufEdward Thomson2020-05-293-21/+27
* notes: user-facing functions write to a userbufEdward Thomson2020-05-291-3/+4
* message: user-facing functions write to a userbufEdward Thomson2020-05-291-6/+7
* remote: user-facing functions write to a userbufEdward Thomson2020-05-292-11/+16
* tree: user-facing functions write to a userbufEdward Thomson2020-05-291-3/+12
* worktree: user-facing functions write to a userbufEdward Thomson2020-05-291-8/+12
* repository: user-facing functions write to a userbufEdward Thomson2020-05-299-20/+28
* settings: user-facing functions write to a userbufEdward Thomson2020-05-291-6/+7
* describe: user-facing functions write to a userbufEdward Thomson2020-05-291-4/+8
* commit: user-facing functions write to a userbufEdward Thomson2020-05-293-18/+75
* branch: user-facing functions write to a userbufEdward Thomson2020-05-284-17/+35
* branch: remove unused git_branch_upstream__name declEdward Thomson2020-05-281-3/+13
* blob: user-facing functions write to a userbufEdward Thomson2020-05-281-4/+13
* config: user-facing functions write to a userbufEdward Thomson2020-05-286-35/+90
* diff: user-facing functions write to a userbufEdward Thomson2020-05-283-4/+13
* userbuf: provide a user-facing buffer structEdward Thomson2020-05-282-0/+59
* getenv: move into the buffer classEdward Thomson2020-05-287-60/+63
* Merge pull request #5522 from pks-t/pks/openssl-cert-memleakEdward Thomson2020-05-231-6/+12
|\
| * streams: openssl: fix memleak due to us not free'ing certsPatrick Steinhardt2020-05-151-6/+12
* | Merge pull request #5515 from pks-t/pks/flaky-checkout-testEdward Thomson2020-05-231-3/+4
|\ \
| * | checkout: fix file being treated as unmodified due to racy indexPatrick Steinhardt2020-05-161-3/+4
* | | Merge pull request #5523 from libgit2/pks/cmake-sort-reproducible-buildsEdward Thomson2020-05-231-17/+23
|\ \ \ | |/ / |/| |
| * | cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-151-17/+23
| |/
* | futils: fix order of declared parameters for `git_futils_fake_symlink`pks/futils-symlink-argsPatrick Steinhardt2020-05-122-6/+6
|/
* assert: allow non-int returning functions to assertethomson/assert_macrosEdward Thomson2020-05-111-14/+21
* assert: optionally fall-back to assert(3)Edward Thomson2020-05-112-27/+52
* Introduce GIT_ASSERT macrosEdward Thomson2020-05-111-0/+27
* Fix uninitialized stack memory and NULL ptr dereference in stash_to_indexPhilip Kelley2020-05-101-2/+2
* checkout: Fix removing untracked files by path in subdirectoriesSegev Finer2020-05-111-2/+7
* checkout: filter pathspecs for _all_ checkout typesethomson/checkout_pathspecsEdward Thomson2020-05-101-9/+20
* Merge pull request #5431 from libgit2/ethomson/hexdumpEdward Thomson2020-05-101-9/+22
|\
| * git__hexdump: better mimic `hexdump -C`ethomson/hexdumpEdward Thomson2020-04-011-9/+22
* | blame: add option to ignore whitespace changesCarl Schwan2020-04-141-3/+6
* | Merge pull request #5485 from libgit2/ethomson/sysdir_unusedPatrick Steinhardt2020-04-052-30/+0
|\ \
| * | sysdir: remove unused git_sysdir_get_strethomson/sysdir_unusedEdward Thomson2020-04-052-30/+0
* | | Fix typo causing removal of symbol 'git_worktree_prune_init_options'Seth Junot2020-04-041-1/+1
|/ /
* | Merge pull request #5425 from lhchavez/fix-get-delta-basePatrick Steinhardt2020-04-043-26/+44
|\ \
| * | Re-adding the "delta offset is zero" error caselhchavez2020-04-021-0/+6
| * | Making get_delta_base() conform to the general error-handling patternlhchavez2020-04-013-25/+29
| * | pack: Improve error handling for get_delta_base()lhchavez2020-04-011-7/+15
| |/
* | Merge pull request #5477 from pks-t/pks/rename-detection-negative-cachesPatrick Steinhardt2020-04-041-7/+20
|\ \
| * | merge: cache negative cache results for similarity metricsPatrick Steinhardt2020-04-011-7/+20
* | | Merge pull request #5388 from bk2204/repo-format-v1Patrick Steinhardt2020-04-021-9/+38
|\ \ \