summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rebase: updates based on PR commentsEdward Thomson2014-10-262-17/+16
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-265-70/+109
* rebase: oid member of operation should be constEdward Thomson2014-10-261-1/+1
* git_rebase: iterators for operationsEdward Thomson2014-10-261-0/+27
* rebase: preload all operationsEdward Thomson2014-10-261-2/+2
* rebase: init/open a git_rebase objectEdward Thomson2014-10-262-11/+34
* git_rebase_next: provide info about the operationEdward Thomson2014-10-261-6/+68
* git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson2014-10-261-1/+12
* Introduce `git_note_author`, `git_note_committer`Edward Thomson2014-10-261-0/+17
* Introduce git_rebase_finish to complete a rebaseEdward Thomson2014-10-261-0/+12
* git_rebase_commit: drop already-picked commitsEdward Thomson2014-10-262-1/+4
* Introduce git_rebase_commitEdward Thomson2014-10-261-0/+28
* Introduce git_rebase_nextEdward Thomson2014-10-261-0/+13
* Introduce git_rebase_abortEdward Thomson2014-10-261-0/+13
* git_reset: const the git_signature argEdward Thomson2014-10-261-1/+1
* Introduce git_rebase to set up a rebase sessionEdward Thomson2014-10-262-0/+74
* Merge pull request #2638 from libgit2/cmn/config-refresh-removeEdward Thomson2014-10-242-15/+0
|\
| * config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-232-15/+0
* | Merge pull request #2646 from libgit2/cmn/remote-renameEdward Thomson2014-10-241-3/+6
|\ \
| * | remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-3/+6
| |/
* | remote: delete git_remote_supported_url()cmn/remove-supported-urlCarlos Martín Nieto2014-10-241-13/+0
|/
* Update some documentationCarlos Martín Nieto2014-10-184-27/+47
* Move un-namespaced constant to internal headerRussell Belfer2014-10-101-2/+0
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-101-2/+3
|\
| * remote: accept a repository and remote name for deletioncmn/remote-delete-nameCarlos Martín Nieto2014-09-301-2/+3
* | Merge pull request #2575 from cirosantilli/factor-struct-typedefCarlos Martín Nieto2014-10-101-6/+4
|\ \
| * | Join typedef and struct definitions in single file.Ciro Santilli2014-09-241-6/+4
* | | Merge pull request #2588 from swansontec/ssl-cert-path2Carlos Martín Nieto2014-10-101-1/+13
|\ \ \
| * | | Add support for setting the SSL CA locationWilliam Swanson2014-09-301-1/+13
| | |/ | |/|
* | | Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto2014-10-101-0/+5
|\ \ \
| * | | Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-031-0/+5
* | | | Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson2014-10-101-1/+2
|\ \ \ \
| * | | | Provide host name to certificate_check_cbSven Strickroth2014-09-221-1/+2
| | |/ / | |/| |
* | | | Treat an empty list of refspecs the same as a NULL value.Arthur Schreiber2014-10-101-3/+3
* | | | Merge pull request #2592 from libgit2/cmn/describeCarlos Martín Nieto2014-10-094-0/+166
|\ \ \ \
| * | | | describe: document the APIcmn/describeCarlos Martín Nieto2014-09-301-3/+71
| * | | | describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-301-5/+9
| * | | | describe: implement describing the workdirCarlos Martín Nieto2014-09-301-0/+5
| * | | | describe: split into gather and format stepsCarlos Martín Nieto2014-09-301-4/+23
| * | | | describe: rename _object() to _commit()Carlos Martín Nieto2014-09-301-1/+1
| * | | | Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto2014-09-3041-728/+1247
| |\ \ \ \ | | |/ / /
| * | | | object: introduce git_describe_object()nulltoken2014-04-304-0/+70
* | | | | Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson2014-10-094-1/+128
|\ \ \ \ \
| * | | | | transaction: rename lock() to lock_ref()cmn/reference-transactionCarlos Martín Nieto2014-10-091-1/+1
| * | | | | transaction: add documentationCarlos Martín Nieto2014-09-301-2/+88
| * | | | | Introduce reference transactionsCarlos Martín Nieto2014-09-303-0/+41
| * | | | | reflog: constify byindexCarlos Martín Nieto2014-09-301-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2462 from libgit2/cmn/remote-fetch-refsEdward Thomson2014-10-091-1/+7
|\ \ \ \ \
| * | | | | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-1/+7
| |/ / / /
* | | | | Add git_merge_bases_many.Arthur Schreiber2014-10-091-0/+15