summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog: include security updatesusers/ethomson/security_updatesEdward Thomson2019-08-131-0/+10
* commit_list: fix possible buffer overflow in `commit_quick_parse`Patrick Steinhardt2019-08-131-2/+6
* config: validate ownership of C:\ProgramData\Git\config before using itJohannes Schindelin2019-08-133-1/+97
* Merge pull request #5113 from pks-t/pks/stash-perfEdward Thomson2019-08-114-14/+168
|\
| * stash: avoid recomputing tree when committing worktreePatrick Steinhardt2019-07-201-14/+9
| * examples: implement git-stash examplePatrick Steinhardt2019-07-203-0/+159
* | Merge pull request #5121 from pks-t/pks/variadic-errorsEdward Thomson2019-08-116-16/+39
|\ \
| * | unix: posix: avoid use of variadic macro `p_snprintf`Patrick Steinhardt2019-08-011-1/+1
| * | apply: remove use of variadic error macroPatrick Steinhardt2019-08-011-3/+12
| * | parse: remove use of variadic macros which are not C89 compliantPatrick Steinhardt2019-08-012-3/+12
| * | errors: introduce `git_error_vset` functionPatrick Steinhardt2019-08-012-9/+14
* | | Merge pull request #4913 from implausible/feature/signing-rebase-commitsPatrick Steinhardt2019-08-095-14/+335
|\ \ \
| * | | fixup: strange indentationTyler Ang-Wanek2019-08-071-5/+5
| * | | documentation: add small explanation for commit signingTyler Ang-Wanek2019-07-021-1/+7
| * | | fixup: code cleanup around rebase commit signingTyler Ang-Wanek2019-07-022-10/+4
| * | | rebase: always use git_commit_create_with_signatureTyler Ang-Wanek2019-07-021-32/+28
| * | | commit: git_commit_create_with_signature should support null signatureTyler Ang-Wanek2019-07-022-9/+13
| * | | fixup: Leverage git_error_set_after_callback_functionTyler Ang-Wanek2019-07-021-7/+7
| * | | Include "commit.h" in "rebase.h" for git_commit_signing_cbTyler Ang-Wanek2019-06-251-0/+1
| * | | Clear error before calling signing_cb, set error if one has not been setTyler Wanek2019-02-211-1/+3
| * | | Set git_error when signing_cb returns an error codeTyler Wanek2019-02-201-1/+3
| * | | fixup: More generic signing_cb for future flexibilityTyler Wanek2019-01-244-26/+26
| * | | Update formatting of newly added rebase sign test suiteTyler Wanek2019-01-231-124/+124
| * | | Single callback for commit signing in rebase w/ git_bufTyler Wanek2019-01-233-74/+49
| * | | Add tests for signing rebase commitsTyler Wanek2019-01-231-0/+252
| * | | Add signing callbacks for git_rebase_commit in git_rebase_optionsTyler Wanek2019-01-232-5/+94
* | | | Merge pull request #5197 from pks-t/pks/remote-ifdeffed-blockEdward Thomson2019-08-021-29/+0
|\ \ \ \
| * | | | remote: remove unused block of codePatrick Steinhardt2019-08-021-29/+0
* | | | | Merge pull request #5146 from scottfurry/StaticFixesExamplesPatrick Steinhardt2019-08-023-8/+8
|\ \ \ \ \
| * | | | | Adjust printf specifiers in examples codeScott Furry2019-08-013-8/+8
| |/ / / /
* | | | | Merge pull request #5191 from eaigner/masterPatrick Steinhardt2019-08-021-1/+11
|\ \ \ \ \
| * | | | | config: check if we are running in a sandboxed environmentErik Aigner2019-08-011-1/+11
* | | | | | Merge pull request #5184 from novalis/fix-examplePatrick Steinhardt2019-08-011-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix example checkout to forbid rather than require --David Turner2019-07-241-1/+1
| |/ / / /
* | | | | Merge pull request #5183 from pks-t/pks/editorconfigPatrick Steinhardt2019-08-011-3/+5
|\ \ \ \ \
| * | | | | editorconfig: update to match our coding stylePatrick Steinhardt2019-07-241-3/+5
* | | | | | Merge pull request #5125 from albfan/wip/albfan/diff_buffersPatrick Steinhardt2019-08-017-61/+147
|\ \ \ \ \ \
| * | | | | | examples: consolidate includes into "common.h"Patrick Steinhardt2019-07-055-26/+18
| * | | | | | Compare buffers in diff exampleAlberto Fanjul2019-07-053-35/+129
* | | | | | | Merge pull request #5135 from j143-bot/jdev01Patrick Steinhardt2019-08-011-0/+58
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Implement test for graph ahead and behindJanardhan Pulivarthi2019-07-221-0/+58
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5186 from pks-t/pks/config-snapshot-separationPatrick Steinhardt2019-08-015-233/+337
|\ \ \ \ \ \
| * | | | | | config_backend: rename internal structuresPatrick Steinhardt2019-07-262-46/+46
| * | | | | | config_file: separate out read-only backendPatrick Steinhardt2019-07-263-200/+230
| * | | | | | config_file: fix cast of readonly backendPatrick Steinhardt2019-07-261-1/+1
| * | | | | | config_file: remove shared `diskfile_header` structPatrick Steinhardt2019-07-261-84/+86
| * | | | | | config_file: duplicate accessors for readonly backendPatrick Steinhardt2019-07-261-2/+43
| * | | | | | config_file: reimplement `config_readonly_open` genericallyPatrick Steinhardt2019-07-261-12/+25
| * | | | | | config_entries: fix possible segfault when duplicating entriesPatrick Steinhardt2019-07-262-15/+33
| |/ / / / /
* | | | | | Merge pull request #5192 from libgit2/cmn/object-size-nopublicCarlos Martín Nieto2019-07-293-24/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |