- 10 Jul, 2013 5 commits
-
-
Conflicts: src/transports/ssh.c
Russell Belfer committed -
Etienne Samson committed
-
Etienne Samson committed
-
Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR option
Vicent Martí committed -
API should not be ifdeffed
Vicent Martí committed
-
- 09 Jul, 2013 12 commits
-
-
Fix git_config_get_multivar with interleaved missing entries
Vicent Martí committed -
Russell Belfer committed
-
The old tests didn't try failing lookups or lookups across multiple config files with some having the pattern and some not having it.
Russell Belfer committed -
If there is not an error, the return value was always the return value of the last call to file->get_multivar With this commit GIT_ENOTFOUND is only returned if all the calls to filge-get_multivar return GIT_ENOTFOUND.
J. David Ibáñez committed -
This also adds a test that actually calls git_libgit2_capabilities and git_libgit2_version.
Russell Belfer committed -
This makes all of the credential objects use the same pattern to clear the contents and call git__memzero when done. Much of this information is probably not sensitive, but it also seems better to just clear consistently.
Russell Belfer committed -
Russell Belfer committed
-
Null byte in hunk header
Russell Belfer committed -
Much of the SSH credential creation API can be left enabled even on platforms with no SSH support. We really just have to give an error when you attempt to open the SSH connection.
Russell Belfer committed -
The SSH APIs will just return an error code and state that the library was built without SSH support if they are called in that case.
Russell Belfer committed -
Make the git_signature `const` in the stash API.
Vicent Martí committed -
Etienne Samson committed
-
- 05 Jul, 2013 2 commits
-
-
The diff hunk context string that is returned to xdiff need not be NUL terminated because the xdiff code just copies the number of bytes that you report directly into the output. There was an off by one in the diff driver code when the header context was longer than the output buffer size, the output buffer length included the NUL byte which was copied into the hunk header. Fixes #1710
Russell Belfer committed -
Segmentation fault on git_clone
Russell Belfer committed
-
- 03 Jul, 2013 5 commits
-
-
Etienne Samson committed
-
Fixes #1700.
Etienne Samson committed -
This option serves no benefit now that the git_status_list API is available. It was of questionable value before and now it would just be a bad idea to use it rather than the indexed API.
Russell Belfer committed -
Fix segfault in git_status_foreach_ext()
Russell Belfer committed -
Add tests for the `GIT_STATUS_SHOW_XXX` flags.
yorah committed
-
- 02 Jul, 2013 2 commits
-
-
[trivial] Fix small typo in docs for git_repository_message.
Vicent Martí committed -
Andrej Mitrovic committed
-
- 01 Jul, 2013 3 commits
-
-
[trivial] Fix docs to use proper enum names
Ben Straub committed -
Russell Belfer committed
-
Russell Belfer committed
-
- 30 Jun, 2013 1 commit
-
-
Andrej Mitrovic committed
-
- 29 Jun, 2013 3 commits
-
-
Fix Win32/64 compilation warnings & memory leak
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
- 28 Jun, 2013 2 commits
-
-
Test submodules with empty index or orphaned head
Russell Belfer committed -
In both of these cases, the submodule data should still be loaded just (obviously) without the data that comes from either the index or the HEAD. This fixes a bug in the orphaned head case.
Russell Belfer committed
-
- 27 Jun, 2013 2 commits
-
-
Dirty submodules do not correctly appear in diffs
Russell Belfer committed -
There was a bug where submodules whose HEAD had not been moved were being marked as having an UNMODIFIED delta record instead of being left MODIFIED. This fixes that and fixes the tests to notice if a submodule has been incorrectly marked as UNMODIFIED.
Russell Belfer committed
-
- 26 Jun, 2013 1 commit
-
-
Justin Spahr-Summers committed
-
- 25 Jun, 2013 2 commits
-
-
Prefer younger merge bases over older ones.
Russell Belfer committed -
Arthur Schreiber committed
-