summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http: ensure the scheme supports the credentialsethomson/creds_for_schemeIan Hattendorf2019-08-231-4/+9
* http: allow dummy negotiation scheme to fail to actEdward Thomson2019-08-212-5/+8
* Merge pull request #5187 from ianhattendorf/fix/clone-whitespaceEdward Thomson2019-08-143-2/+8
|\
| * clone: Remove whitespace ssh testIan Hattendorf2019-08-131-15/+0
| * clone: Update whitespace test urlIan Hattendorf2019-08-121-4/+4
| * clone: whitespace in url ssh testIan Hattendorf2019-07-252-2/+18
| * git_net_url_parse: don't git_buf_decode_percent for pathIan Hattendorf2019-07-241-1/+1
| * clone: whitespace in url testIan Hattendorf2019-07-241-0/+5
* | Merge pull request #5202 from libgit2/users/ethomson/security_updatesEdward Thomson2019-08-135-3/+113
|\ \
| * | 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
| | |_|/ / / | |/| | | |