- 01 Mar, 2013 4 commits
-
-
Control for core.autocrlf during testing
Philip Kelley committed -
Russell Belfer committed
-
Clone should not clean up directories it did not create
Vicent Martí committed -
Jameson Miller committed
-
- 28 Feb, 2013 4 commits
-
-
Why cdecl why?
Vicent Martí committed -
This fixes some snprintf and vsnprintf related deprecation warnings we've been having on Windows with recent compilers.
Russell Belfer committed -
This removes the one-off GIT_CDECL and adds a new standard way of doing this named GIT_STDLIB_CALL with a src/win32 specific def when on the Windows platform.
Russell Belfer committed -
Allows compilation in newer versions of MinGW that already defined it.
Vicent Marti committed
-
- 27 Feb, 2013 7 commits
-
-
Russell Belfer committed
-
Russell Belfer committed
-
Add file similarity scoring to diff rename/copy detection
Vicent Martí committed -
don't dereference at the end of the workdir iterator
Russell Belfer committed -
Edward Thomson committed
-
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 -
This includes tests for crlf changes, whitespace changes with the default comparison and with the ignore whitespace comparison, and more sensitivity checking for the comparison code.
Russell Belfer committed -
Philip Kelley committed
-
This moves a couple of checks outside of the inner loop of the find_similar rename/copy detection phase that are only dependent on the "from" side of a detection. Also, this replaces the inefficient initialization of the options structure when a value is not provided explicitly by the user.
Russell Belfer committed -
Instead of creating three git_diff_similarity_metric statically for the various config options, just create the metric structure on demand and populate it, using the payload to specific the extra flags that should be passed to the hashsig. This removes a level of obfuscation from the code, I think.
Russell Belfer committed -
This fixes both a test that I broke in diff::patch where I was relying on the current state of the working directory for the renames test data and fixes an unstable test in diff::rename where the environment setting for the "diff.renames" config was being allowed to influence the test results.
Russell Belfer 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
-