| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2801 from ethomson/changelogv0.22.0-rc1 | Carlos Martín Nieto | 2015-01-05 | 1 | -2/+37 |
| |\ | |||||
| | * | CHANGELOG: add missing 0.22 changes | Edward Thomson | 2015-01-05 | 1 | -2/+37 |
| * | | Merge pull request #2799 from ethomson/merge_doc | Carlos Martín Nieto | 2015-01-05 | 1 | -0/+8 |
| |\ \ | |/ |/| | |||||
| | * | Better document `git_merge_commits` | Edward Thomson | 2015-01-05 | 1 | -0/+8 |
| * | | Fix the version in CHANGELOG to 0.22 | Carlos Martín Nieto | 2015-01-05 | 1 | -1/+4 |
| * | | Bump version to 0.22 | Carlos Martín Nieto | 2015-01-05 | 1 | -3/+3 |
| * | | Merge commit 'refs/pull/2632/head' of github.com:libgit2/libgit2 | Carlos Martín Nieto | 2015-01-05 | 23 | -25/+819 |
| |\ \ | |/ |/| | |||||
| | * | Introduce a convenience function for submodule updatejamill/submodule_update | Jameson Miller | 2014-12-22 | 7 | -17/+692 |
| | * | submodule init should resolve relative url paths | Jameson Miller | 2014-12-22 | 18 | -10/+131 |
| * | | Plug a couple of leaks | Carlos Martín Nieto | 2015-01-04 | 2 | -1/+1 |
| * | | Merge pull request #2792 from swisspol/fix_remote_download | Carlos Martín Nieto | 2015-01-04 | 1 | -0/+5 |
| |\ \ | |||||
| | * | | Fixed internal push state not being cleared on download | Pierre-Olivier Latour | 2015-01-01 | 1 | -0/+5 |
| * | | | Merge pull request #2794 from calavera/include_right_common | Carlos Martín Nieto | 2015-01-04 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Include git2/common.h in sys/openssl.h. | David Calavera | 2015-01-02 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2788 from swisspol/fix_docs | Edward Thomson | 2014-12-31 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fixed git_revert() documentation | Pierre-Olivier Latour | 2014-12-30 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2761 from libgit2/cmn/fetch-prune | Edward Thomson | 2014-12-30 | 5 | -0/+474 |
| |\ \ | |||||
| | * | | Update CHANGELOG for pruningcmn/fetch-prune | Carlos Martín Nieto | 2014-12-30 | 1 | -0/+5 |
| | * | | fetch: plug leaks in the prune tests | Carlos Martín Nieto | 2014-12-14 | 1 | -18/+34 |
| | * | | fetch: remove the prune setter | Carlos Martín Nieto | 2014-12-14 | 3 | -19/+2 |
| | * | | fetch: add test for the other order of overlapping specs | Carlos Martín Nieto | 2014-12-14 | 1 | -0/+9 |
| | * | | fetch: perform prune in separate steps | Carlos Martín Nieto | 2014-12-14 | 1 | -45/+112 |
| | * | | fetch: prune after updating tips | Carlos Martín Nieto | 2014-12-14 | 1 | -3/+6 |
| | * | | fetch: assert we don't call update tips when there are no upates | Carlos Martín Nieto | 2014-12-14 | 1 | -0/+12 |
| | * | | fetch: do set prune when testing | Carlos Martín Nieto | 2014-12-14 | 1 | -0/+1 |
| | * | | Make sure that `fetch --prune --tags` doesn't remove tags. | David Calavera | 2014-12-14 | 1 | -0/+59 |
| | * | | Cleanup repository after prune tests. | David Calavera | 2014-12-14 | 1 | -19/+14 |
| | * | | Cleanup after testing remote prune. | David Calavera | 2014-12-14 | 1 | -3/+6 |
| | * | | Fix references to git_remote_lookup. | David Calavera | 2014-12-14 | 1 | -6/+6 |
| | * | | Test that prune overlapping works as expected. | David Calavera | 2014-12-14 | 2 | -1/+64 |
| | * | | Fix calls to `git_remote_download` and `git_remote_fetch`. | David Calavera | 2014-12-14 | 1 | -6/+6 |
| | * | | Add test for prune refs | Linquize | 2014-12-14 | 1 | -0/+128 |
| | * | | remote: prune refs when fetching | Linquize | 2014-12-14 | 3 | -0/+130 |
| * | | | Merge pull request #2762 from libgit2/cmn/hide-push | Edward Thomson | 2014-12-30 | 9 | -179/+210 |
| |\ \ \ | |||||
| | * | | | remote: remove git_push from the public APIcmn/hide-push | Carlos Martín Nieto | 2014-12-30 | 9 | -179/+210 |
| | |/ / | |||||
| * | | | Merge pull request #2785 from jacquesg/coverity | Carlos Martín Nieto | 2014-12-30 | 12 | -21/+48 |
| |\ \ \ | |||||
| | * | | | Check for OOM | Jacques Germishuys | 2014-12-30 | 2 | -0/+4 |
| | * | | | Added missing error handling path | Jacques Germishuys | 2014-12-30 | 1 | -0/+1 |
| | * | | | Check the result of git_buf_joinpath | Jacques Germishuys | 2014-12-30 | 2 | -4/+9 |
| | * | | | Plug some leaks | Jacques Germishuys | 2014-12-29 | 8 | -17/+34 |
| * | | | | Merge pull request #2784 from jacquesg/undef-stat | Edward Thomson | 2014-12-29 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * | | | | Undef stat first | Jacques Germishuys | 2014-12-29 | 1 | -0/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #2783 from libgit2/cmn/treebuilder-new | Edward Thomson | 2014-12-29 | 8 | -22/+26 |
| |\ \ \ \ | |||||
| | * | | | | treebuilder: rename _create() to _new()cmn/treebuilder-new | Carlos Martín Nieto | 2014-12-27 | 8 | -22/+26 |
| * | | | | | Merge pull request #2777 from sba1/amigaos-get-timer | Edward Thomson | 2014-12-29 | 1 | -0/+11 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Added AmigaOS-specific implementation of git__timer(). | Sebastian Bauer | 2014-12-28 | 1 | -0/+11 |
| |/ / / / | |||||
| * | | | | Add a few missing CHANGELOG entries | Carlos Martín Nieto | 2014-12-27 | 1 | -0/+12 |
| |/ / / | |||||
| * | | | Merge pull request #2772 from ethomson/case_changing_rename | Carlos Martín Nieto | 2014-12-24 | 3 | -14/+83 |
| |\ \ \ | |||||
| | * | | | Always checkout with case sensitive iterator | Edward Thomson | 2014-12-23 | 3 | -14/+6 |
| | * | | | Introduce test for checkout case-changing rename | Edward Thomson | 2014-12-23 | 1 | -0/+77 |
| | | |/ | |/| | |||||
