summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2801 from ethomson/changelogv0.22.0-rc1Carlos Martín Nieto2015-01-051-2/+37
|\
| * CHANGELOG: add missing 0.22 changesEdward Thomson2015-01-051-2/+37
* | 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
* | Fix the version in CHANGELOG to 0.22Carlos Martín Nieto2015-01-051-1/+4
* | 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-0523-25/+819
|\ \ | |/ |/|
| * Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-227-17/+692
| * submodule init should resolve relative url pathsJameson Miller2014-12-2218-10/+131
* | Plug a couple of leaksCarlos Martín Nieto2015-01-042-1/+1
* | Merge pull request #2792 from swisspol/fix_remote_downloadCarlos Martín Nieto2015-01-041-0/+5
|\ \
| * | Fixed internal push state not being cleared on downloadPierre-Olivier Latour2015-01-011-0/+5
* | | Merge pull request #2794 from calavera/include_right_commonCarlos Martín Nieto2015-01-041-1/+1
|\ \ \ | |/ / |/| |
| * | Include git2/common.h in sys/openssl.h.David Calavera2015-01-021-1/+1
|/ /
* | Merge pull request #2788 from swisspol/fix_docsEdward Thomson2014-12-311-1/+1
|\ \
| * | Fixed git_revert() documentationPierre-Olivier Latour2014-12-301-1/+1
|/ /
* | Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-305-0/+474
|\ \
| * | Update CHANGELOG for pruningcmn/fetch-pruneCarlos Martín Nieto2014-12-301-0/+5
| * | fetch: plug leaks in the prune testsCarlos Martín Nieto2014-12-141-18/+34
| * | fetch: remove the prune setterCarlos Martín Nieto2014-12-143-19/+2
| * | fetch: add test for the other order of overlapping specsCarlos Martín Nieto2014-12-141-0/+9
| * | fetch: perform prune in separate stepsCarlos Martín Nieto2014-12-141-45/+112
| * | fetch: prune after updating tipsCarlos Martín Nieto2014-12-141-3/+6
| * | fetch: assert we don't call update tips when there are no upatesCarlos Martín Nieto2014-12-141-0/+12
| * | fetch: do set prune when testingCarlos Martín Nieto2014-12-141-0/+1
| * | Make sure that `fetch --prune --tags` doesn't remove tags.David Calavera2014-12-141-0/+59
| * | Cleanup repository after prune tests.David Calavera2014-12-141-19/+14
| * | Cleanup after testing remote prune.David Calavera2014-12-141-3/+6
| * | Fix references to git_remote_lookup.David Calavera2014-12-141-6/+6
| * | Test that prune overlapping works as expected.David Calavera2014-12-142-1/+64
| * | Fix calls to `git_remote_download` and `git_remote_fetch`.David Calavera2014-12-141-6/+6
| * | Add test for prune refsLinquize2014-12-141-0/+128
| * | remote: prune refs when fetchingLinquize2014-12-143-0/+130
* | | Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson2014-12-309-179/+210
|\ \ \
| * | | remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-309-179/+210
| |/ /
* | | Merge pull request #2785 from jacquesg/coverityCarlos Martín Nieto2014-12-3012-21/+48
|\ \ \
| * | | Check for OOMJacques Germishuys2014-12-302-0/+4
| * | | Added missing error handling pathJacques Germishuys2014-12-301-0/+1
| * | | Check the result of git_buf_joinpathJacques Germishuys2014-12-302-4/+9
| * | | Plug some leaksJacques Germishuys2014-12-298-17/+34
* | | | Merge pull request #2784 from jacquesg/undef-statEdward Thomson2014-12-291-0/+2
|\ \ \ \
| * | | | Undef stat firstJacques Germishuys2014-12-291-0/+2
| |/ / /
* | | | Merge pull request #2783 from libgit2/cmn/treebuilder-newEdward Thomson2014-12-298-22/+26
|\ \ \ \
| * | | | treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-278-22/+26
* | | | | Merge pull request #2777 from sba1/amigaos-get-timerEdward Thomson2014-12-291-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added AmigaOS-specific implementation of git__timer().Sebastian Bauer2014-12-281-0/+11
|/ / / /
* | | | Add a few missing CHANGELOG entriesCarlos Martín Nieto2014-12-271-0/+12
|/ / /
* | | Merge pull request #2772 from ethomson/case_changing_renameCarlos Martín Nieto2014-12-243-14/+83
|\ \ \
| * | | Always checkout with case sensitive iteratorEdward Thomson2014-12-233-14/+6
| * | | Introduce test for checkout case-changing renameEdward Thomson2014-12-231-0/+77
| | |/ | |/|