- 13 Jun, 2012 1 commit
-
-
Needs AmigaOS.cmake now from CMake package at OS4Depot, or contents below: --8<-- SET(AMIGA 1) SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-fPIC") SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared") --8<--
Chris Young committed
-
- 12 Jun, 2012 1 commit
-
-
On RAM: the .idx and .pack files become links to a .lock and the original download respectively. Assume some feature (such as record locking) supported by SFS but not JXFS or RAM: is required.
Chris Young committed
-
- 10 Jun, 2012 1 commit
-
-
Chris Young committed
-
- 09 Jun, 2012 8 commits
-
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
pre-compiled sha1ppc.S.obj file with nasty CMake hack instructions as the cross-compile process refuses to build and link this file itself.
Chris Young committed -
Chris Young committed
-
Chris Young committed
-
- 08 Jun, 2012 4 commits
-
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
- 07 Jun, 2012 15 commits
-
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Chris Young committed
-
Merging main libgit2! Conflicts: CMakeLists.txt src/unix/map.c
Chris Young committed -
Add the ability to create blob given a provider of chunks of bytes
Vicent Martí committed -
nulltoken committed
-
Fix compilation warning and failing test
Vicent Martí committed -
git_status_file returns GIT_ENOTFOUND for "域名检测工具.exe" (and similarly named files)
Vicent Martí committed -
git_status_file would always return GIT_ENOTFOUND for these files. The underlying bug was that git__strcmp_cb, which is used by git_path_with_stat_cmp to sort entries in the working directory, compares strings based on unsigned chars (this is confirmed by the strcmp(3) manpage), while git__prefixcmp, which is used by workdir_iterator__entry_cmp to search for a path in the working directory, compares strings based on char. So the sort puts this path at the end of the list, while the search expects it to be at the beginning. The fix was simply to make git__prefixcmp compare using unsigned chars, just like strcmp(3). The rest of the change is just adding/updating tests.
Adam Roben committed -
Adam Roben committed
-
nulltoken committed
-
nulltoken committed
-
- 06 Jun, 2012 1 commit
-
-
Carlos Martín Nieto committed
-
- 05 Jun, 2012 9 commits
-
-
Michael Schubert committed
-
Add HTTPS support
Vicent Martí committed -
Make git_repository_init() value "core.filemode" and "core.ignorecase"
Vicent Martí committed -
nulltoken committed
-
libgit2-glib bindings moved to gnome servers
Vicent Martí committed -
Vicent Marti committed
-
config: do not set an error for GIT_ENOTFOUND
Vicent Martí committed -
nulltoken committed
-
Chris Young committed
-