Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge pull request #2164 from libgit2/cmn/refs-delete-iteration | Vicent Marti | 2014-03-05 | 2 | -2/+13 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | refdb: catch a directory disappearing | |||||
| | * | | | | | | | refdb: catch a directory disappearing | Carlos Martín Nieto | 2014-03-05 | 2 | -2/+13 | |
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | Merge pull request #2163 from ethomson/nobackend_odb_write | Vicent Marti | 2014-03-05 | 2 | -6/+53 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ODB writing fails gracefully when unsupported | |||||
| | * | | | | | | ODB writing fails gracefully when unsupported | Edward Thomson | 2014-03-05 | 2 | -6/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no ODB backends support writing, we should fail gracefully. | |||||
| * | | | | | | | Merge pull request #2160 from modocache/examples-diff-add-patience-and-minimal | Vicent Marti | 2014-03-05 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | examples/diff: Add minimal, patience diff options. | |||||
| | * | | | | | | | examples/diff: Add minimal, patience diff options. | Brian Gesiak | 2014-03-05 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | |||||
| * | | | | | | | | Merge pull request #2161 from softwarenerd/softwarenerd | Vicent Marti | 2014-03-05 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Fixed missing error check on call to git_remote_download | |||||
| | * | | | | | | | Fixed missing error check on call to git_remote_download in ↵ | Brian Lambert | 2014-03-05 | 1 | -2/+5 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | | | * | | | | fix the output format of diff | Sun He | 2014-03-05 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | | | * | | | | Add the --shortstat flag to examples/diff.c | Sun He | 2014-03-05 | 2 | -3/+51 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge pull request #2157 from libgit2/cmn/write-object-mem | Vicent Marti | 2014-03-04 | 1 | -10/+17 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | pack-objects: free memory safely | |||||
| | * | | | | | pack-objects: free memory safely | Carlos Martín Nieto | 2014-03-04 | 1 | -10/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #2155 from jacquesg/stash-save-remove-ignored | Russell Belfer | 2014-03-04 | 2 | -2/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove ignored files from the working directory if they were stashed | |||||
| | * | | | | | | Remove ignored files from the working directory if they were stashed | Jacques Germishuys | 2014-03-04 | 2 | -2/+9 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2148 from fourplusone/patch-1 | Vicent Marti | 2014-03-03 | 1 | -0/+15 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added a test, that fails for #2133 | |||||
| | * | | | | | | Added a test, that fails for #2133 | Matthias Bartelmeß | 2014-03-03 | 1 | -0/+15 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2141 from ravselj/development | Vicent Marti | 2014-03-03 | 9 | -7/+19 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | BUGFIX - Fetching twice from the same remote causes a segfault | |||||
| | * | | | | | - examples CMakeLists.txt reverted to previous state | Miha Ravšelj | 2014-03-03 | 1 | -5/+1 | |
| | | | | | | | ||||||
| | * | | | | | cmake examples change so that general.c is off by default | Miha | 2014-03-03 | 2 | -2/+6 | |
| | | | | | | | ||||||
| | * | | | | | - CMakeLists.txt small fix | Miha | 2014-03-03 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | * | | | | | - general.c reverted to original( before pr state ) | Miha | 2014-03-03 | 1 | -39/+43 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'remotes/upstream/development' into development | Miha | 2014-03-03 | 17 | -356/+462 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | - need_pack was not set to 0 when local fetch was already present causing ↵ | Miha | 2014-02-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | negotiate_fetch access violation | |||||
| | * | | | | | | - BUGFIX #2133 (@fourplusone) in smart_protocol.c | Miha | 2014-02-25 | 9 | -50/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||||
| * | | | | | | | Merge pull request #2151 from arthurschreiber/patch-3 | Vicent Marti | 2014-03-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix the description for `GIT_FEATURE_SSH`. | |||||
| | * | | | | | | | Fix the description for `GIT_FEATURE_SSH`. | Arthur Schreiber | 2014-03-03 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2150 from libgit2/vmg/features | Vicent Marti | 2014-03-03 | 3 | -21/+26 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | caps: Rename to features to avoid confusion | |||||
| | * | | | | | | features: Rename `_HAS_` to `_FEATURE_`vmg/features | Vicent Marti | 2014-03-03 | 3 | -16/+16 | |
| | | | | | | | | ||||||
| | * | | | | | | caps: Rename the enum name too! | Vicent Marti | 2014-03-03 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | caps: Rename to features to avoid confusion | Vicent Marti | 2014-03-03 | 3 | -20/+25 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2144 from linquize/branch-f-current | Ben Straub | 2014-03-02 | 2 | -0/+32 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Do not allow git_branch_create() to force update branch | |||||
| | * | | | | | | Add unit test to show git_branch_create() fails if attempt to force create ↵ | Linquize | 2014-03-02 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current branch | |||||
| | * | | | | | | Do not allow git_branch_create() to force update branch | Linquize | 2014-02-27 | 1 | -0/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #2143 from libgit2/rb/projects | Vicent Marti | 2014-03-01 | 3 | -31/+103 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add project list and update readme | |||||
| | * | | | | | | | Add project list and update readme | Russell Belfer | 2014-02-26 | 3 | -31/+103 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2146 from libgit2/rb/diff-b2b | Vicent Marti | 2014-02-28 | 7 | -318/+300 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add git_diff_buffers and git_patch_from_buffers | |||||
| | * | | | | | | | Add buffer to buffer diff and patch APIs | Russell Belfer | 2014-02-27 | 6 | -311/+289 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | Fix warnings and code style issues | Russell Belfer | 2014-02-27 | 1 | -7/+11 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2137 from jru/blame-first-parent | Ben Straub | 2014-02-26 | 4 | -2/+27 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Blame first-parent history | |||||
| | * | | | | | | | Reset num_parents to 1 only for merge commits | Juan Rubén | 2014-02-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, correct test case to account for the boundary flag | |||||
| | * | | | | | | | Document enumerator and rewording | Juan Rubén | 2014-02-24 | 2 | -2/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add unit test | Juan Rubén | 2014-02-24 | 1 | -0/+15 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add option to limit blame to first parent | Juan Rubén | 2014-02-23 | 3 | -2/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2142 from ethomson/ignore_authors | Vicent Marti | 2014-02-26 | 1 | -5/+0 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Remove "ignore" state from the git.git-authors | |||||
| | * | | | | | | | Remove "ignore" state from the git.git-authors | Edward Thomson | 2014-02-26 | 1 | -5/+0 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2138 from ethomson/sysdir | Vicent Marti | 2014-02-25 | 13 | -355/+396 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Move system directory cache out of utils | |||||
| | * | | | | | | | Move system directory cache out of utils | Edward Thomson | 2014-02-24 | 13 | -355/+396 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2139 from ethomson/va_copy_warning | Vicent Marti | 2014-02-25 | 11 | -16/+2 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Include stdarg.h for the va_copy test | |||||
| | * | | | | | | | Remove now-duplicated stdarg.h include | Edward Thomson | 2014-02-24 | 10 | -16/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Include stdarg.h for the va_copy test | Edward Thomson | 2014-02-24 | 1 | -0/+2 | |
| |/ / / / / / / |