- Jan 17, 2015
-
-
nulltoken authored
-
Edward Thomson authored
-
Edward Thomson authored
Microsoft is sponsoring a Pro account at AppVeyor for the libgit2 and LibGit2Sharp projects. Point to that account's badge.
-
- Jan 15, 2015
-
-
Carlos Martín Nieto authored
Remove strlen() calls from loop condition
-
Maks Naumov authored
Avoid str length recalculation every iteration
-
Edward Thomson authored
-
Edward Thomson authored
Add option to turn off OpenSSL
-
Edward Thomson authored
-
Pierre-Olivier Latour authored
git_merge_tree_flag_t cannot contain any GIT_DIFF_FIND_xxx flags so there's not point in checking for them
-
Pierre-Olivier Latour authored
The implementation of the hashsig API disallows computing a signature on small files containing only a few lines. This new flag disables this behavior. git_diff_find_similar() sets this flag by default which means that rename / copy detection of small files will now work. This in turn affects the behavior of the git_status and git_blame APIs which will now detect rename of small files assuming the right options are passed.
-
- Jan 14, 2015
-
-
Leo Yang authored
-
nulltoken authored
Use svg instead of png to get better image quality
-
Carlos Martín Nieto authored
-
Peter Dave Hello authored
-
- Jan 12, 2015
-
-
Carlos Martín Nieto authored
clone example: don't divide by zero
-
- Jan 11, 2015
-
-
Edward Thomson authored
Local transports don't have data about the size, avoid dividing by zero in the callback.
-
- Jan 10, 2015
-
-
Carlos Martín Nieto authored
This should provide a easier way to see what kinds of changes we have, and a single place to look at the breaking changes.
-
- Jan 09, 2015
-
-
Carlos Martín Nieto authored
Fix crash in free() when git_buf_grow() fails.
-
Jeff Hostetler authored
-
Carlos Martín Nieto authored
-
Carlos Martín Nieto authored
Remove symlinks from the repository
-
Edward Thomson authored
remote: plug leak
-
Edward Thomson authored
-
Edward Thomson authored
-
Edward Thomson authored
Remove the hook symlink from the test resources, so that we can have a source tree that is easy to zip up and copy around on systems that don't support symlinks. Create it dynamically at test execution instead.
-
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.
-