- Jan 09, 2015
-
-
Edward Thomson authored
-
Edward Thomson authored
-
Edward Thomson authored
Load prune configuration when a remote is created.
-
- Jan 08, 2015
-
-
David Calavera authored
-
- Jan 07, 2015
-
-
David Calavera authored
-
Carlos Martín Nieto authored
CHANGELOG: we've added git_describe
-
Edward Thomson authored
submodule: declare vars at top of func block
-
Edward Thomson authored
Add appveyor yaml
-
Edward Thomson authored
-
Edward Thomson authored
-
Edward Thomson authored
-
- Jan 06, 2015
-
-
Carlos Martín Nieto authored
CHANGELOG: add missing 0.22 changes
-
David Calavera authored
-
Edward Thomson authored
-
Carlos Martín Nieto authored
Better document `git_merge_commits`
-
David Calavera authored
-
Carlos Martín Nieto authored
The release after 0.21 is 0.22. Add a new heading for the changes since 0.22.
-
Carlos Martín Nieto authored
Bump the version number to 0.22.0 and the SOVERSION to 22.
-
Carlos Martín Nieto authored
-
Edward Thomson authored
`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.
-
- Jan 05, 2015
-
-
Carlos Martín Nieto authored
-
Carlos Martín Nieto authored
Fixed internal push state not being cleared when calling git_remote_download()
-
- Jan 04, 2015
-
-
Carlos Martín Nieto authored
Include git2/common.h in sys/openssl.h.
-
- Jan 03, 2015
-
-
David Calavera authored
-
- Jan 01, 2015
-
-
Pierre-Olivier Latour authored
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.
-
- Dec 31, 2014
-
-
Edward Thomson authored
Fixed git_revert() documentation
-
Pierre-Olivier Latour authored
-
Edward Thomson authored
Remote-tracking branch prunning
-
Edward Thomson authored
remote: remove git_push from the public API
-
Carlos Martín Nieto authored
-
Carlos Martín Nieto authored
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 authored
Coverity fixes
-
- Dec 30, 2014
-
-
Jacques Germishuys authored
-
Jacques Germishuys authored
-
Jacques Germishuys authored
-
Edward Thomson authored
Undef stat for Mingw
-
Jacques Germishuys authored
-
Jacques Germishuys authored
-
- Dec 29, 2014
-
-
Edward Thomson authored
treebuilder: rename _create() to _new()
-
Edward Thomson authored
Added git__timer() variant for AmigaOS.
-