- 12 Feb, 2015 1 commit
-
-
It fails at least on my computer, though it may depend on some unpredictable factors (say, will realloc() extend the memory segment in place, or it will allocate new memory).
Yury G. Kudryashov committed
-
- 06 Feb, 2015 4 commits
-
-
Speed up AppVeyor builds.
nulltoken committed -
AppVeyor build machines come with Python 2.7 and CMake 2.8 pre-installed and in the PATH.
Arthur Schreiber committed -
repository: parse init.templatedir as a path
Edward Thomson committed -
This is a path so we must use the path getter so we get the tilde expansion done.
Carlos Martín Nieto committed
-
- 05 Feb, 2015 5 commits
-
-
Update clar to d17c7f6
Edward Thomson committed -
Edward Thomson committed
-
Handle 8dot3 filenames being disabled on Win32
Edward Thomson committed -
for-each-ref example: initialize libgit2 in main
Edward Thomson committed -
I don't get how it was working without git_libgit2_init() call. I run it and libgit2 throws assertion somewhere in its internals. Now it works. Updated commit with shutdown at the end.
Boris Egorov committed
-
- 04 Feb, 2015 9 commits
-
-
Fixes for pedantry
Edward Thomson committed -
Edward Thomson committed
-
README.md: Add Swift bindings "Gift"
Edward Thomson committed -
structinit test: use %PRIuZ instead of %d for size_t
Carlos Martín Nieto committed -
Brian Gesiak committed
-
Edward Thomson committed
-
Tell user if libssh was not found
Edward Thomson committed -
AppVeyor: Prettify build script
Edward Thomson committed -
Edward Thomson committed
-
- 03 Feb, 2015 5 commits
-
-
Edward Thomson committed
-
Fixes #2665
Yury G. Kudryashov committed -
diff docs: update `git_diff_delta` description
Carlos Martín Nieto committed -
Edward Thomson committed
-
Edward Thomson committed
-
- 31 Jan, 2015 1 commit
-
-
nulltoken committed
-
- 30 Jan, 2015 3 commits
-
-
64-bit Appveyor Builds
Edward Thomson committed -
Clarified git_repository_is_empty() documentation
Carlos Martín Nieto committed -
Linquize committed
-
- 27 Jan, 2015 1 commit
-
-
Pierre-Olivier Latour committed
-
- 26 Jan, 2015 9 commits
-
-
config: add parsing and getter for paths
Edward Thomson committed -
Allow passing a NULL index to git_repository_set_index()
Edward Thomson committed -
Fixed typo in git_repository_reinit_filesystem() documentation
Edward Thomson committed -
More coverity fixes
Edward Thomson committed -
Make sure sys/repository.h includes the required headers
Edward Thomson committed -
Fixed git_repository_set_bare() not setting "core.bare" correctly
Edward Thomson committed -
openssl: Add all required includes for AF_INET6 and in6_addr.
Edward Thomson committed -
describe example: fix memory allocation size
Edward Thomson committed -
pathspec: do not try to dereference NULL
Carlos Martín Nieto committed
-
- 25 Jan, 2015 2 commits
-
-
We need to allocate memory for sizeof(char *) * ncommits, not just for ncommits. Issue detected by GCC's AddressSanitizer.
Boris Egorov committed -
Jacques Germishuys committed
-