summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4913 from implausible/feature/signing-rebase-commitsPatrick Steinhardt2019-08-092-2/+40
|\
| * documentation: add small explanation for commit signingTyler Ang-Wanek2019-07-021-1/+7
| * fixup: code cleanup around rebase commit signingTyler Ang-Wanek2019-07-021-1/+1
| * commit: git_commit_create_with_signature should support null signatureTyler Ang-Wanek2019-07-021-1/+2
| * Include "commit.h" in "rebase.h" for git_commit_signing_cbTyler Ang-Wanek2019-06-251-0/+1
| * fixup: More generic signing_cb for future flexibilityTyler Wanek2019-01-242-16/+16
| * Single callback for commit signing in rebase w/ git_bufTyler Wanek2019-01-231-26/+4
| * Add signing callbacks for git_rebase_commit in git_rebase_optionsTyler Wanek2019-01-231-1/+53
* | object: deprecate git_object__size for removalcmn/object-size-nopublicCarlos Martín Nieto2019-07-292-14/+12
* | configuration: deprecate git_cvar safelyethomson/cvarEdward Thomson2019-07-181-0/+14
* | configuration: cvar -> configmapPatrick Steinhardt2019-07-181-12/+12
* | Merge pull request #5128 from tiennou/fix/docsPatrick Steinhardt2019-06-277-70/+124
|\ \
| * | docs: More of itEtienne Samson2019-06-267-70/+124
* | | repo: commondir resolution can sometimes fallback to the repodirEtienne Samson2019-06-262-1/+6
* | | docs: fixupsEtienne Samson2019-06-261-1/+1
|/ /
* | tree: return `size_t` for treebuilder entrycountEdward Thomson2019-06-241-1/+1
* | net: remove unused `git_headlist_cb`ethomson/deprecate_headlistEdward Thomson2019-06-162-5/+5
* | attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-162-10/+32
* | Merge pull request #5117 from libgit2/ethomson/to_fromPatrick Steinhardt2019-06-165-14/+63
|\ \
| * | tag: add underscore to `from` functionethomson/to_fromEdward Thomson2019-06-162-1/+7
| * | index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-162-4/+10
| * | blob: add underscore to `from` functionsEdward Thomson2019-06-162-7/+31
| * | oid: `is_zero` instead of `iszero`Edward Thomson2019-06-162-2/+15
* | | object: rename git_object__size to git_object_sizeethomson/object_sizeEdward Thomson2019-06-162-1/+3
|/ /
* | doc: add missing documentation commentsEtienne Samson2019-06-159-2/+68
* | indexer: correct missing includesEtienne Samson2019-06-153-0/+3
* | apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-141-1/+3
* | Rename opt init functions to `options_init`Edward Thomson2019-06-1418-43/+94
* | trace: suffix the callbacks with `_cb`ethomson/callback_namesEdward Thomson2019-06-102-2/+17
* | credentials: suffix the callbacks with `_cb`Edward Thomson2019-06-102-6/+21
* | remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-0/+20
* | rebase: orig_head and onto accessorsErik Aigner2019-04-211-0/+28
* | Merge pull request #5032 from eaigner/checkout-force-safe-docfixEdward Thomson2019-03-281-2/+14
|\ \
| * | docs: clarify relation of safe and forced checkout strategyErik Aigner2019-03-251-2/+14
* | | Merge pull request #5008 from libgit2/ethomson/remote_completionEdward Thomson2019-03-022-3/+6
|\ \ \
| * | | remote: Rename git_remote_completion_type to _tethomson/remote_completionEdward Thomson2019-02-252-3/+6
* | | | odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-231-0/+11
* | | | odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-231-2/+35
|/ / /
* | | remote: deprecate git_push_transfer_progressethomson/transfer_progressEdward Thomson2019-02-221-0/+9
* | | remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-221-2/+3
* | | indexer: deprecate git_transfer_progressEdward Thomson2019-02-222-4/+29
* | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-227-12/+12
* | | indexer: rename git_transfer_progressEdward Thomson2019-02-222-30/+45
* | | Merge pull request #4991 from libgit2/ethomson/inttypesPatrick Steinhardt2019-02-212-313/+1
|\ \ \
| * | | Remove public 'inttypes.h' headerethomson/inttypesEdward Thomson2019-02-212-313/+1
* | | | Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-171-31/+0
|/ / /
* | | Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-1/+6
|/ /
* | version: 0.28ethomson/0_28Edward Thomson2019-01-311-3/+3
* | docs: minor changesEtienne Samson2019-01-301-12/+21
* | repo: split git_repository_open_flag_t options documentation inlineEtienne Samson2019-01-281-28/+41