- 12 Feb, 2015 1 commit
-
-
Checkout performance
Carlos Martín Nieto committed
-
- 11 Feb, 2015 9 commits
-
-
Remove stale reflog namespace directory before branch creation
Carlos Martín Nieto committed -
Ensure we can make a repo at the root of the filesystem
Carlos Martín Nieto committed -
Add libssh2's library and include directories.
Carlos Martín Nieto committed -
Large merge perf test.
Carlos Martín Nieto committed -
Update some third-party copyrights
Carlos Martín Nieto committed -
Fix doc comment formatting
Carlos Martín Nieto committed -
John Haley committed
-
Edward Thomson committed
-
Edward Thomson committed
-
- 10 Feb, 2015 2 commits
-
-
Ben Chatelain committed
-
Ben Chatelain committed
-
- 06 Feb, 2015 5 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 -
Jeff Hostetler 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 9 commits
-
-
Update clar to d17c7f6
Edward Thomson committed -
Edward Thomson committed
-
Don't try to strip trailing paths from the root directory on Windows (trying to create `C:` will fail).
Edward Thomson committed -
`p_stat` calls `git_win32_path_from_utf8`, which canonicalizes the path. Do not further try to modify the path, else we trim the trailing slash from a root directory and try to access `C:` instead of `C:/`.
Edward Thomson committed -
Edward Thomson committed
-
Test to ensure that we can create a repository at the filesystem root. Introduces a new test environment variable, `GITTEST_INVASIVE_FILESYSTEM` for tests that do terrible things like escaping the clar sandbox and writing to the root directory. It is expected that the CI builds will enable this but that normal people would not want this.
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 13 commits
-
-
Fixes for pedantry
Edward Thomson committed -
Edward Thomson committed
-
README.md: Add Swift bindings "Gift"
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
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 1 commit
-
-
Edward Thomson committed
-