- 25 Feb, 2013 7 commits
-
-
Along with that, fix indentation in tests-clar/object/raw/hash.c
Michael Schubert committed -
Initialize the hash ctx with git_hash_ctx_init, not git_hash_init.
Michael Schubert committed -
packbuilder: minor improvements
Vicent Martí committed -
Michael Schubert committed
-
Michael Schubert committed
-
Remove sample hook files
Vicent Martí committed -
Getting rid of sample hook files from test repos as they just take up space with no value.
Martin Woodward committed
-
- 23 Feb, 2013 1 commit
-
-
Portability fixes for Solaris
Vicent Martí committed
-
- 22 Feb, 2013 11 commits
-
-
Do not fail if .gitignore is directory
Vicent Martí committed -
This is designed to fix libgit2sharp #350 where if .gitignore is a directory we abort all operations that process ignores instead of just skipping it as core git does. Also added test that fails without this change and passes with it.
Russell Belfer committed -
Philip Kelley committed
-
Teach git_branch_remote_name() to work with orphaned heads
Vicent Martí committed -
Fix git_stash_drop()
Vicent Martí committed -
Philip Kelley committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 21 Feb, 2013 2 commits
-
-
add a sorter to the reuc on index creation
Vicent Martí committed -
Edward Thomson committed
-
- 20 Feb, 2013 11 commits
-
-
Add more treebuilder tests
Vicent Martí committed -
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 -
Add explicit entrycount to tree builder
Vicent Martí committed -
This replaces most of the explicit vector iteration with calls to git_vector_foreach, adds in some git__free and giterr_clear calls to clean up during some error paths, and a couple of other code simplifications.
Russell Belfer committed -
The treebuilder entries vector flags removed items which means we can't rely on the entries vector length to accurately get the number of entries. This adds an entrycount value and maintains it while updating the treebuilder entries.
Russell Belfer committed -
Simplify signature parsing
Russell Belfer committed -
Disable caching in Clar
Vicent Martí committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 17 Feb, 2013 1 commit
-
-
Fix static analyzer issues
Vicent Martí committed
-
- 16 Feb, 2013 2 commits
-
-
The cppcheck static analyzer generates warnings for a bunch of places in the libgit2 code base. All the ones fixed in this commit are actually false positives, but I've reorganized the code to hopefully make it easier for static analysis tools to correctly understand the structure. I wouldn't do this if I felt like it was making the code harder to read or worse for humans, but in this case, these fixes don't seem too bad and will hopefully make it easier for better analysis tools to get at any real issues.
Russell Belfer committed -
If gethostbyname() fails on platforms with NO_ADDRINFO, the code leaks the struct addrinfo that was allocated. This fixes that (and a number of code formatting issues in that area of code in src/posix.c).
Russell Belfer committed
-
- 15 Feb, 2013 3 commits
-
-
There were a number of functions assigning their return value to `error` without much explanation. I added in some rudimentary error checking to help flesh out the example. Also, I reformatted all of the comments down to 80 cols (and in some cases, slightly updated the wording).
Russell Belfer committed -
push: fix typo in git_push_finish() doc
Vicent Martí committed -
Alessandro Ghedini committed
-
- 14 Feb, 2013 2 commits
-
-
Topic/diff tree coverage
Vicent Martí committed -
push: improve docs on success / failure of git_push_finish
Vicent Martí committed
-