- 26 Nov, 2012 3 commits
-
-
pack.c: Set p->mwf.fd to -1 on error
Vicent Martí committed -
Fix invalid read reported by valgrind
Vicent Martí committed -
delanne committed
-
- 24 Nov, 2012 1 commit
-
-
If p->mwf.fd is e.g. -2 then it is closed in packfile_free and an exception might be thrown. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed
-
- 23 Nov, 2012 6 commits
-
-
Make `git_repository_head_tree()` return error codes
Vicent Martí committed -
Create contributing guidelines
Vicent Martí committed -
Reset all static variables to NULL in clar's __cleanup
Vicent Martí committed -
Remove use of English expletives
Edward Thomson committed -
Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
Martin Woodward committed -
Without this change, any failed assertion in the second (or a later) test inside a test suite has a chance of double deleting memory, resulting in a heap corruption. See #1096 for details. This leaves alone the test cases where we "just" use cl_git_sandbox_init() and cl_git_sandbox_cleanup(). These methods already take good care to not double delete a repository. Fixes #1096
Sascha Cunz committed
-
- 22 Nov, 2012 4 commits
-
-
nulltoken committed
-
nulltoken committed
-
Philip Kelley committed
-
Update to Authors
Philip Kelley committed
-
- 21 Nov, 2012 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 20 Nov, 2012 8 commits
-
-
It is okay to not have a .gitconfig file
Russell Belfer committed -
Russell Belfer committed
-
Fix win32 lstat
Russell Belfer committed -
Opening a repo is generating an error if you don't have a .gitconfig file in your home directory, but that should be legal.
Russell Belfer committed -
Eduardo Bart committed
-
Eduardo Bart committed
-
Eduardo Bart committed
-
Eduardo Bart committed
-
- 19 Nov, 2012 7 commits
-
-
VS-Build: Append C_FLAGS to the end of the already given ones.
Russell Belfer committed -
My other PR revealed, that the /W4 parameter, we give to MSVC is ignored because cmake set CMAKE_C_FLAGS already to /W3 and we overwrite it. The command line tools gave me a D9025 warning for this on every file and looking into the project properties page on MSVC 2008 tells, that it has the warning level set to /W3. However, the warnings introduced by /W4 are far to useless for having them enabled. So just disable them.
Sascha Cunz committed -
Don't use precompiled headers for command-line based VC builds.
Russell Belfer committed -
The reason, why libgit2 currently cannot support compiling via the command-line tools cl/nmake from WinSDK and/or Microsoft Visual Studio, seems to be a missing dependency on the generated precompiled header file. The Visual Studio IDE automatically inserts this dependency when it sees the right combination of "/Y" parameters. This patch allows to compile using command line tools by disabling precompiled headers for NON-IDE builds.
Sascha Cunz committed -
Filename validation
Vicent Martí committed -
Scott J. Goldman committed
-
This prevents the index api from calling write_tree() with a bogus tree.
Scott J. Goldman committed
-
- 18 Nov, 2012 8 commits
-
-
As per core git.
Scott J. Goldman committed -
Indexer: Avoid a possible double-deletion in error case
Vicent Martí committed -
Sascha Cunz committed
-
Michael Schubert committed
-
Itsy bitsy tiny winy minor api related fixes
nulltoken committed -
Passing 0 as the index now retrieves the most recent entry instead of the oldest one.
nulltoken committed -
nulltoken committed
-
nulltoken committed
-