- 28 Nov, 2012 3 commits
-
-
clang-SVN HEAD kindly provided my the info, that sm_repo maybe uninitialized when we want to free it (If the expression in line 358 or 359/360 evaluate to true, we jump to "cleanup", where we'd use sm_repo uninitialized).
Sascha Cunz committed -
Vicent Marti committed
-
Loads a disk alternate by path to the ODB. Mimics the `GIT_ALTERNATE_OBJECT_DIRECTORIES` shell var.
Vicent Marti committed
-
- 27 Nov, 2012 24 commits
-
-
This makes the first OID param of the ODB callback a const pointer and also propogates that change all the way to the backends.
Russell Belfer committed -
Russell Belfer committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Includes typedef for git_direction, and renames for GIT_DIR_[FETCH|PUSH] to GIT_DIRECTION_(\1).
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
In so doing, promote commit_list to git_commit_list, with its own internal API header.
Ben Straub committed -
Ben Straub committed
-
Russell Belfer committed
-
Russell Belfer committed
-
Russell Belfer committed
-
This fixes some missed places where we can apply const-ness to various public APIs. There are still some index and tree APIs that cannot take const pointers because we sort our `git_vectors` lazily and so we can't reliably bsearch the index and tree content without applying a `git_vector_sort()` first. This also fixes some missed places where size_t can be used and where const can be applied to a couple internal functions.
Russell Belfer committed -
Ben Straub committed
-
Russell Belfer committed
-
Russell Belfer committed
-
This makes the diff functions that take callbacks both take the payload parameter after the callback function pointers and pass the payload as the last argument to the callback function instead of the first. This should make them consistent with other callbacks across the API.
Russell Belfer committed -
Ben Straub committed
-
As part of API review, use a typedef for the callback fn ptr.
Russell Belfer committed -
Russell Belfer committed
-
Russell Belfer committed
-
Conflicts: src/branch.c tests-clar/refs/branches/create.c
Vicent Marti committed -
Ben Straub committed
-
- 26 Nov, 2012 2 commits
-
-
3f9eb1e5 introduced support for SSL certificates issued for IP addresses, making use of in_addr and in_addr6 structs. On FreeBSD these are defined in (a file included in) <netinet/in.h>, so include that file on FreeBSD and get the build working again.
Fraser Tweedale 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 1 commit
-
-
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
-
- 22 Nov, 2012 1 commit
-
-
nulltoken committed
-
- 20 Nov, 2012 5 commits
-
-
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
-
- 19 Nov, 2012 1 commit
-
-
This prevents the index api from calling write_tree() with a bogus tree.
Scott J. Goldman committed
-
- 18 Nov, 2012 2 commits
-
-
As per core git.
Scott J. Goldman committed -
Sascha Cunz committed
-