summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2799 from ethomson/merge_docCarlos Martín Nieto2015-01-051-0/+8
|\
| * Better document `git_merge_commits`Edward Thomson2015-01-051-0/+8
* | Bump version to 0.22Carlos Martín Nieto2015-01-051-3/+3
* | Merge commit 'refs/pull/2632/head' of github.com:libgit2/libgit2Carlos Martín Nieto2015-01-051-1/+65
|\ \ | |/ |/|
| * Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-1/+65
* | Include git2/common.h in sys/openssl.h.David Calavera2015-01-021-1/+1
* | Fixed git_revert() documentationPierre-Olivier Latour2014-12-301-1/+1
* | Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-301-0/+16
|\ \
| * | fetch: remove the prune setterCarlos Martín Nieto2014-12-141-10/+0
| * | remote: prune refs when fetchingLinquize2014-12-141-0/+26
* | | Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson2014-12-302-111/+14
|\ \ \
| * | | remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-302-111/+14
| |/ /
* | | treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-271-1/+1
* | | index: reuc and name entrycounts should be size_tEdward Thomson2014-12-221-2/+2
| |/ |/|
* | Merge pull request #2759 from libgit2/cmn/openssl-sysEdward Thomson2014-12-202-12/+9
|\ \
| * | Make the OpenSSL locking function warnings more severeCarlos Martín Nieto2014-12-122-12/+9
| |/
* | Fix public header on sys/refs.hDamien PROFETA2014-12-191-0/+11
* | treebuilder: take a repository for path validationEdward Thomson2014-12-171-3/+3
|/
* push: reword comment on finish()cmn/push-error-concernsCarlos Martín Nieto2014-12-101-5/+7
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-11/+2
* Merge pull request #2678 from libgit2/cmn/io-streamEdward Thomson2014-12-101-0/+40
|\
| * stream: constify the write bufferCarlos Martín Nieto2014-12-101-1/+1
| * Introduce stackable IO streamsCarlos Martín Nieto2014-12-101-0/+40
* | Merge pull request #2748 from libgit2/cmn/doc-allEdward Thomson2014-12-0618-29/+127
|\ \
| * | doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-0618-29/+127
* | | notes: fix comments for git_note_next()cmn/notes-consistencyCarlos Martín Nieto2014-12-061-4/+2
* | | notes: move the notes name argumentCarlos Martín Nieto2014-12-061-3/+3
|/ /
* | Merge pull request #2744 from epmatsw/spellingnulltoken2014-12-058-8/+8
|\ \
| * | Spelling fixesWill Stamper2014-12-048-8/+8
* | | init: return the number of initializationsEdward Thomson2014-12-041-4/+10
|/ /
* | Merge pull request #2718 from libgit2/cmn/peeling-errorsEdward Thomson2014-11-232-8/+16
|\ \ | |/ |/|
| * peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-222-8/+16
* | remote: don't say we free the remote on disconnectcmn/remote-lsCarlos Martín Nieto2014-11-191-2/+1
* | remote: clarify which list of references _ls() returnsCarlos Martín Nieto2014-11-191-6/+11
|/
* Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson2014-11-181-0/+40
|\
| * remote: use configured push refspecs if none are givencmn/remote-pushCarlos Martín Nieto2014-11-091-1/+2
| * remote: introduce git_remote_push()Carlos Martín Nieto2014-11-091-0/+39
* | Fixed git2.h not including threads.h anymorePierre-Olivier Latour2014-11-151-1/+2
* | Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-083-27/+39
|/
* Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson2014-11-081-0/+11
|\
| * branch: add getter for the upstream remote nameCarlos Martín Nieto2014-11-081-0/+11
* | Merge pull request #2695 from libgit2/cmn/remote-lookupEdward Thomson2014-11-081-1/+1
|\ \
| * | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
| |/
* | git_status_file now takes an exact pathUngureanu Marius2014-11-071-1/+2
|/
* Merge pull request #2676 from libgit2/cmn/threadingEdward Thomson2014-11-061-0/+16
|\
| * ssl: separate locking init from general initCarlos Martín Nieto2014-11-011-0/+16
* | Merge pull request #2661 from swisspol/2656Edward Thomson2014-11-031-2/+2
|\ \
| * | Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour2014-10-271-2/+2
| |/
* | merge: talk about the merging state after git_merge()Carlos Martín Nieto2014-11-021-0/+5
|/
* rebase: updates based on PR commentsEdward Thomson2014-10-262-17/+16