- 07 Jan, 2015 4 commits
-
-
David Calavera committed
-
CHANGELOG: we've added git_describe
Carlos Martín Nieto committed -
submodule: declare vars at top of func block
Edward Thomson committed -
Add appveyor yaml
Edward Thomson committed
-
- 06 Jan, 2015 3 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
- 05 Jan, 2015 7 commits
-
-
CHANGELOG: add missing 0.22 changes
Carlos Martín Nieto committed -
Edward Thomson committed
-
Better document `git_merge_commits`
Carlos Martín Nieto committed -
The release after 0.21 is 0.22. Add a new heading for the changes since 0.22.
Carlos Martín Nieto committed -
Bump the version number to 0.22.0 and the SOVERSION to 22.
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
`git_merge_commits` (and thus `git_merge`) do not use the same strategy as `git-merge-recursive` wherein they can produce an artificial common ancestor that is the merge of all common ancestors. Document this accordingly.
Edward Thomson committed
-
- 04 Jan, 2015 3 commits
-
-
Carlos Martín Nieto committed
-
Fixed internal push state not being cleared when calling git_remote_download()
Carlos Martín Nieto committed -
Include git2/common.h in sys/openssl.h.
Carlos Martín Nieto committed
-
- 02 Jan, 2015 1 commit
-
-
David Calavera committed
-
- 01 Jan, 2015 1 commit
-
-
git_remote_download() must also clear the internal push state resulting from a possible earlier push operation. Otherwise calling git_remote_update_tips() will execute the push version instead of the fetch version and among other things, tags won't be updated.
Pierre-Olivier Latour committed
-
- 31 Dec, 2014 1 commit
-
-
Fixed git_revert() documentation
Edward Thomson committed
-
- 30 Dec, 2014 9 commits
-
-
Pierre-Olivier Latour committed
-
Remote-tracking branch prunning
Edward Thomson committed -
remote: remove git_push from the public API
Edward Thomson committed -
Carlos Martín Nieto committed
-
Instead we provide git_remote_upload() and git_remote_update_tips() in order to have a parallel API for fetching and pushing.
Carlos Martín Nieto committed -
Coverity fixes
Carlos Martín Nieto committed -
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
- 29 Dec, 2014 5 commits
-
-
Undef stat for Mingw
Edward Thomson committed -
Jacques Germishuys committed
-
Jacques Germishuys committed
-
treebuilder: rename _create() to _new()
Edward Thomson committed -
Added git__timer() variant for AmigaOS.
Edward Thomson committed
-
- 28 Dec, 2014 1 commit
-
-
The clock_gettime() function is normally not available under AmigaOS, hence another solution is required. We are using now GetUpTime() that is present in current versions of this operating system.
Sebastian Bauer committed
-
- 27 Dec, 2014 2 commits
-
-
This function is a constructor, so let's name it like one and leave _create() for the reference functions, which do create/write the reference.
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
- 24 Dec, 2014 3 commits
-
-
Case changing rename
Carlos Martín Nieto committed -
don't treat 0x85 as whitespace
Carlos Martín Nieto committed -
global: include sys/openssl.h for GIT_EXPORT of fn
Carlos Martín Nieto committed
-