summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buf: deprecate git_buf as a public typeethomson/userbufEdward Thomson2020-05-2923-183/+129
* examples: use git_userbufEdward Thomson2020-05-293-7/+7
* filter: user-facing functions write to a userbufEdward Thomson2020-05-2918-102/+104
* merge: user-facing functions write to a userbufEdward Thomson2020-05-295-12/+12
* submodule: user-facing functions write to a userbufEdward Thomson2020-05-294-10/+19
* packbuilder: user-facing functions write to a userbufEdward Thomson2020-05-295-8/+7
* refspec: user-facing functions write to a userbufEdward Thomson2020-05-2911-34/+49
* object: user-facing functions write to a userbufEdward Thomson2020-05-293-7/+11
* diff: user-facing functions write to a userbufEdward Thomson2020-05-2910-105/+111
* notes: user-facing functions write to a userbufEdward Thomson2020-05-294-10/+11
* message: user-facing functions write to a userbufEdward Thomson2020-05-294-24/+24
* remote: user-facing functions write to a userbufEdward Thomson2020-05-295-23/+30
* tree: user-facing functions write to a userbufEdward Thomson2020-05-292-5/+14
* worktree: user-facing functions write to a userbufEdward Thomson2020-05-293-14/+19
* repository: user-facing functions write to a userbufEdward Thomson2020-05-2914-41/+53
* settings: user-facing functions write to a userbufEdward Thomson2020-05-297-28/+35
* describe: user-facing functions write to a userbufEdward Thomson2020-05-293-11/+15
* commit: user-facing functions write to a userbufEdward Thomson2020-05-297-52/+116
* branch: user-facing functions write to a userbufEdward Thomson2020-05-289-37/+54
* branch: remove unused git_branch_upstream__name declEdward Thomson2020-05-281-3/+13
* blob: user-facing functions write to a userbufEdward Thomson2020-05-287-61/+73
* config: user-facing functions write to a userbufEdward Thomson2020-05-2819-159/+221
* diff: user-facing functions write to a userbufEdward Thomson2020-05-2818-79/+98
* userbuf: provide a user-facing buffer structEdward Thomson2020-05-283-0/+137
* getenv: move into the buffer classEdward Thomson2020-05-288-61/+64
* 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-232-22/+19
|\ \
| * | checkout::index: free the indexEdward Thomson2020-05-231-0/+2
| * | checkout: fix file being treated as unmodified due to racy indexPatrick Steinhardt2020-05-161-3/+4
| * | tests: checkout: fix stylistic issues and static variablePatrick Steinhardt2020-05-161-19/+13
* | | Merge pull request #5523 from libgit2/pks/cmake-sort-reproducible-buildsEdward Thomson2020-05-235-25/+36
|\ \ \ | |/ / |/| |
| * | cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-155-25/+36
| |/
* | Merge pull request #5517 from libgit2/pks/futils-symlink-argsEdward Thomson2020-05-122-6/+6
|\ \
| * | futils: fix order of declared parameters for `git_futils_fake_symlink`pks/futils-symlink-argsPatrick Steinhardt2020-05-122-6/+6
| |/
* | Merge pull request #5516 from suhaibmujahid/update-releasePatrick Steinhardt2020-05-121-0/+11
|\ \
| * | feat: Check the version in package.jsonSuhaib Mujahid2020-05-121-0/+11
|/ /
* | Merge pull request #5513 from libgit2/pks/tests-fix-32-bit-formatterEdward Thomson2020-05-121-1/+1
|\ \ | |/ |/|
| * tests: merge: fix printf formatter on 32 bit archesPatrick Steinhardt2020-05-121-1/+1
|/
* Merge pull request #5511 from suhaibmujahid/patch-1Edward Thomson2020-05-121-1/+1
|\
| * Update package.jsonSuhaib Mujahid2020-05-111-1/+1
* | Merge pull request #5509 from libgit2/ethomson/assert_macrosEdward Thomson2020-05-114-1/+155
|\ \
| * | assert: allow non-int returning functions to assertethomson/assert_macrosEdward Thomson2020-05-112-14/+74
| * | assert: optionally fall-back to assert(3)Edward Thomson2020-05-113-27/+54
| * | Introduce GIT_ASSERT macrosEdward Thomson2020-05-113-1/+68
| |/
* | Merge pull request #5512 from A-Ovchinnikov-mx/patch-1Edward Thomson2020-05-111-0/+15
|\ \ | |/ |/|
| * Update README.mdA-Ovchinnikov-mx2020-05-111-0/+15
|/
* Merge pull request #5510 from phkelley/stash-to-index-crashEdward Thomson2020-05-111-2/+2
|\
| * 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-112-2/+33