- 09 Jun, 2012 1 commit
-
-
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 12 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
-
Chris Young committed
-
Chris Young committed
-
t to use openssl, as confusing cross-compiler t to use openssl, as confusing cross-compiler ss Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: CMakeLists.txt
U-Poseidon\Chris committed
-
- 04 Jun, 2012 3 commits
-
-
Remotes and refspecs
Carlos Martín Nieto committed -
nulltoken committed
-
Fix git_remote_connected
Russell Belfer committed
-
- 02 Jun, 2012 2 commits
-
-
Arthur Schreiber committed
-
Arthur Schreiber committed
-
- 01 Jun, 2012 1 commit
-
-
Carlos Martín Nieto committed
-
- 31 May, 2012 1 commit
-
-
Ignacio Casal Quinteiro committed
-