- 05 Mar, 2014 5 commits
-
-
If a directory disappears between the time we look up the entries of its parent and the time when we go to look at it, we should ignore the error and move forward. This fixes #2046.
Carlos Martín Nieto committed -
examples/diff: Add minimal, patience diff options.
Vicent Marti committed -
Fixed missing error check on call to git_remote_download
Vicent Marti committed -
Fixed missing error check on call to git_remote_download in git_remote_fetch. Moved error check to statement following git_remote_disconnect so that the disconnect happens regardless of the result of the download call.
Brian Lambert committed -
- Add minimal, patience diff options to diff example. libgit2 `diff_xdiff.git_xdiff_init` already supports these flags, so no additional change is necessary. - Remove minimal and patience flag addition from project list.
Brian Gesiak committed
-
- 04 Mar, 2014 4 commits
-
-
pack-objects: free memory safely
Vicent Marti committed -
A few fixes have accumulated in this area which have made the freeing of data a bit muddy. Make sure to free the data only when needed and once. When we are going to write a delta to the packfile, we need to free the data, otherwise leave it. The current version of the code mixes up the checks for po->data and po->delta_data.
Carlos Martín Nieto committed -
Remove ignored files from the working directory if they were stashed
Russell Belfer committed -
Jacques Germishuys committed
-
- 03 Mar, 2014 14 commits
-
-
Added a test, that fails for #2133
Vicent Marti committed -
Matthias Bartelmeß committed
-
BUGFIX - Fetching twice from the same remote causes a segfault
Vicent Marti committed -
Miha Ravšelj committed
-
Fix the description for `GIT_FEATURE_SSH`.
Vicent Marti committed -
Arthur Schreiber committed
-
caps: Rename to features to avoid confusion
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Miha committed
-
Miha committed
-
Miha committed
-
Miha committed
-
- 02 Mar, 2014 2 commits
-
-
Do not allow git_branch_create() to force update branch
Ben Straub committed -
Linquize committed
-
- 01 Mar, 2014 1 commit
-
-
Add project list and update readme
Vicent Marti committed
-
- 28 Feb, 2014 1 commit
-
-
Add git_diff_buffers and git_patch_from_buffers
Vicent Marti committed
-
- 27 Feb, 2014 4 commits
-
-
This adds `git_diff_buffers` and `git_patch_from_buffers`. This also includes a bunch of internal refactoring to increase the shared code between these functions and the blob-to-blob and blob-to-buffer APIs, as well as some higher level assert helpers in the tests to also remove redundancy.
Russell Belfer committed -
Russell Belfer committed
-
Linquize committed
-
Russell Belfer committed
-
- 26 Feb, 2014 4 commits
-
-
Blame first-parent history
Ben Straub committed -
Remove "ignore" state from the git.git-authors
Vicent Marti committed -
Edward Thomson committed
-
Also, correct test case to account for the boundary flag
Juan Rubén committed
-
- 25 Feb, 2014 5 commits
-
-
- need_pack was not set to 0 when local fetch was already present causing negotiate_fetch access violation
Miha committed -
- added MSVC cmake definitions to disable warnings - general.c is rewritten so it is ansi-c compatible and compiles ok on microsoft windows - some MSVC reported warning fixes
Miha committed -
Move system directory cache out of utils
Vicent Marti committed -
Include stdarg.h for the va_copy test
Vicent Marti committed -
Edward Thomson committed
-