- 22 Feb, 2013 1 commit
-
-
nulltoken committed
-
- 05 Feb, 2013 1 commit
-
-
Fix #1308
nulltoken committed
-
- 01 Feb, 2013 1 commit
-
-
Signed-off-by: Frank Li <lznuaa@gmail.com> Signed-off-by: nulltoken <emeric.fermas@gmail.com>
Frank Li committed
-
- 16 Jan, 2013 1 commit
-
-
nulltoken committed
-
- 11 Jan, 2013 3 commits
-
-
Sascha Cunz committed
-
Sascha Cunz committed
-
nulltoken committed
-
- 06 Jan, 2013 1 commit
-
-
nulltoken committed
-
- 03 Jan, 2013 1 commit
-
-
Vicent Marti committed
-
- 02 Jan, 2013 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Vicent Marti committed
-
- 24 Dec, 2012 1 commit
-
-
nulltoken committed
-
- 20 Dec, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 19 Dec, 2012 1 commit
-
-
... so we can clean up correctly.
Sascha Cunz committed
-
- 17 Dec, 2012 1 commit
-
-
Sascha Cunz committed
-
- 14 Dec, 2012 6 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Vicent Marti committed
-
- 13 Dec, 2012 4 commits
-
-
Jameson Miller committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 27 Nov, 2012 2 commits
-
-
Conflicts: src/branch.c tests-clar/refs/branches/create.c
Vicent Marti committed -
Ben Straub committed
-
- 23 Nov, 2012 1 commit
-
-
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
-
- 10 Nov, 2012 1 commit
-
-
Ben Straub committed
-
- 09 Nov, 2012 3 commits
-
-
This fixes some various warnings that showed up in Travis and a couple uses of uninitialized memory and one memory leak.
Russell Belfer committed -
This is a major reworking of checkout strategy options. The checkout code is now sensitive to the contents of the HEAD tree and the new options allow you to update the working tree so that it will match the index content only when it previously matched the contents of the HEAD. This allows you to, for example, to distinguish between removing files that are in the HEAD but not in the index, vs just removing all untracked files. Because of various corner cases that arise, etc., this required some additional capabilities in rmdir and other utility functions. This includes the beginnings of an implementation of code to read a partial tree into the index based on a pathspec, but that is not enabled because of the possibility of creating conflicting index entries.
Russell Belfer committed -
Ben Straub committed
-
- 25 Oct, 2012 1 commit
-
-
Pedantic ordering of GIT_UNUSED vs. variable declarations.
Ben Straub committed
-
- 24 Oct, 2012 1 commit
-
-
git_indexer_stats and friends -> git_transfer_progress* Also made git_transfer_progress members more sanely named.
Ben Straub committed
-
- 20 Oct, 2012 3 commits
-
-
Ben Straub committed
-
Also implemented in the git2 example.
Ben Straub committed -
Ben Straub committed
-
- 15 Oct, 2012 1 commit
-
-
nulltoken committed
-