- 27 Dec, 2014 1 commit
-
-
This function is a constructor, so let's name it like one and leave _create() for the reference functions, which do create/write the reference.
Carlos Martín Nieto committed
-
- 17 Dec, 2014 1 commit
-
-
Path validation may be influenced by `core.protectHFS` and `core.protectNTFS` configuration settings, thus treebuilders can take a repository to influence their configuration.
Edward Thomson committed
-
- 10 Jun, 2014 1 commit
-
-
Finding a filename in a vector means we need to resort it every time we want to read from it, which includes every time we want to write to it as well, as we want to find duplicate keys. A hash-map fits what we want to do much more accurately, as we do not care about sorting, but just the particular filename. We still keep removed entries around, as the interface let you assume they were going to be around until the treebuilder is cleared or freed, but in this case that involves an append to a vector in the filter case, which can now fail. The only time we care about sorting is when we write out the tree, so let's make that the only time we do any sorting.
Carlos Martín Nieto committed
-
- 03 Jan, 2014 2 commits
-
-
Russell Belfer committed
-
Russell Belfer committed
-
- 12 Dec, 2013 1 commit
-
-
This wasn't being tested and since it has a callback, I fixed it even though the return value of this callback is not treated like any of the other callbacks in the API.
Russell Belfer committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 20 Feb, 2013 1 commit
-
-
The recent changes with git_treebuilder_entrycount point out that the test coverage for git_treebuilder_remove and git_treebuilder_entrycount is completely absent. This adds tests.
Russell Belfer committed
-
- 18 Nov, 2012 1 commit
-
-
As per core git.
Scott J. Goldman committed
-
- 21 Aug, 2012 1 commit
-
-
nulltoken committed
-
- 19 Jun, 2012 1 commit
-
-
Vicent Marti committed
-
- 18 Jun, 2012 1 commit
-
-
Vicent Marti committed
-
- 07 Jun, 2012 1 commit
-
-
Vicent Martí committed
-
- 03 Apr, 2012 2 commits
-
-
Signed-off-by: schu <schu-github@schulog.org>
schu committed -
Vicent Martí committed
-
- 01 Apr, 2012 1 commit
-
-
Ben Straub committed
-
- 30 Mar, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-