- 27 Feb, 2013 2 commits
-
-
Win32: Use constants in version resource definitions where possible
Vicent Martí committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed
-
- 26 Feb, 2013 5 commits
-
-
Increment reference counter in git_repository_set_config
Vicent Martí committed -
This fixes #1365
Sascha Cunz committed -
Give props to Martin Pool
Edward Thomson committed -
Martin Pool was the original author of the code referenced in the clone example. Make note that he's given his permission and also give him the proper credit.
Martin Woodward committed -
This reverts commit efe7fad6, except for the indentation fixes.
Michael Schubert committed
-
- 25 Feb, 2013 8 commits
-
-
hash: remove git_hash_init from internal api
Vicent Martí committed -
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
-