| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | index: use a diff to perform update_all | Carlos Martín Nieto | 2015-05-14 | 1 | -2/+79 | |
| * | | | | | Merge pull request #3132 from libgit2/cmn/path-direach-cberror | Edward Thomson | 2015-05-19 | 2 | -2/+8 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | fileops: set an error on write error for file copycmn/path-direach-cberror | Carlos Martín Nieto | 2015-05-17 | 1 | -0/+3 | |
| | * | | | | fileops: set an error message if we fail to link a file | Carlos Martín Nieto | 2015-05-15 | 1 | -1/+2 | |
| | * | | | | path: don't let direach overwrite the callback's error message | Carlos Martín Nieto | 2015-05-15 | 1 | -1/+3 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #3130 from mortonfox/patch-1 | Carlos Martín Nieto | 2015-05-15 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Updated dlibgit link. | Morton Fox | 2015-05-14 | 1 | -1/+1 | |
| * | | | | | Merge pull request #3129 from Therzok/patch-2 | Carlos Martín Nieto | 2015-05-14 | 1 | -2/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Make "Early EOF" message start with lowercase | Marius Ungureanu | 2015-05-14 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | local: plug a leak in the progress reporting | Carlos Martín Nieto | 2015-05-14 | 1 | -1/+5 | |
| * | | | | Merge pull request #3128 from libgit2/cmn/push-notify-deleted | Edward Thomson | 2015-05-14 | 2 | -3/+118 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | push: fix the update constructorcmn/push-notify-deleted | Carlos Martín Nieto | 2015-05-14 | 1 | -3/+4 | |
| | * | | | push: add tests for the push negotiation callback | Carlos Martín Nieto | 2015-05-14 | 1 | -0/+114 | |
| |/ / / | ||||||
| * | | | Add CHANGELOG entry for index entry changes | Carlos Martín Nieto | 2015-05-14 | 1 | -0/+5 | |
| * | | | Merge pull request #3119 from ethomson/ignore | Carlos Martín Nieto | 2015-05-13 | 3 | -39/+82 | |
| |\ \ \ | ||||||
| | * | | | attr tests: make explicit our dir/file match tests | Edward Thomson | 2015-05-13 | 1 | -12/+24 | |
| | * | | | attr: declare variable at top of block for msvc | Edward Thomson | 2015-05-12 | 1 | -1/+3 | |
| | * | | | attr: less path mangling during attribute matching | Edward Thomson | 2015-05-12 | 1 | -40/+12 | |
| | * | | | attr: don't mangle file path during attr matching | Edward Thomson | 2015-05-12 | 1 | -3/+2 | |
| | * | | | attr: always return errors | Edward Thomson | 2015-05-12 | 1 | -1/+2 | |
| | * | | | attr: don't match files for folders | Edward Thomson | 2015-05-12 | 1 | -0/+8 | |
| | * | | | attr test: test a file beneath ignored folder | Edward Thomson | 2015-05-12 | 1 | -1/+1 | |
| | * | | | attr: test that a file is not ignored for a folder | Edward Thomson | 2015-05-12 | 1 | -0/+17 | |
| | * | | | attr: regression tests for ignore matching | Edward Thomson | 2015-05-12 | 1 | -0/+32 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #3103 from libgit2/cmn/local-push-message | Edward Thomson | 2015-05-13 | 2 | -58/+24 | |
| |\ \ \ | ||||||
| | * | | | tests: don't push to our resourcescmn/local-push-message | Carlos Martín Nieto | 2015-05-13 | 1 | -2/+2 | |
| | * | | | local: use the packbuilder to push | Carlos Martín Nieto | 2015-05-13 | 1 | -55/+18 | |
| | * | | | local: add clarification for non-bare push restriction | Carlos Martín Nieto | 2015-05-13 | 1 | -1/+4 | |
| * | | | | Merge pull request #3102 from libgit2/cmn/pack-objects-report | Edward Thomson | 2015-05-13 | 4 | -0/+66 | |
| |\ \ \ \ | ||||||
| | * | | | | packbuilder: report progress during deltificationcmn/pack-objects-report | Carlos Martín Nieto | 2015-05-13 | 2 | -0/+29 | |
| | * | | | | local: send the packbuilder progress via the sideband | Carlos Martín Nieto | 2015-05-13 | 1 | -0/+29 | |
| | * | | | | examples: show the sideband progress on clone | Carlos Martín Nieto | 2015-05-13 | 1 | -0/+8 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3118 from libgit2/cmn/stream-size | Edward Thomson | 2015-05-13 | 7 | -13/+19 | |
| |\ \ \ \ | ||||||
| | * | | | | odb: make the writestream's size a git_off_tcmn/stream-size | Carlos Martín Nieto | 2015-05-13 | 7 | -13/+19 | |
| | | |/ / | |/| | | ||||||
| * | | | | Fix a few leaks | Carlos Martín Nieto | 2015-05-13 | 3 | -4/+11 | |
| * | | | | Merge pull request #3117 from libgit2/cmn/index-more-accurate | Edward Thomson | 2015-05-13 | 1 | -10/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | index: make the entries have more accurate sizescmn/index-more-accurate | Carlos Martín Nieto | 2015-05-12 | 1 | -10/+15 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3116 from libgit2/cmn/remove-ssh-embed | Edward Thomson | 2015-05-13 | 1 | -13/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Get rid of libssh2 embeddingcmn/remove-ssh-embed | Carlos Martín Nieto | 2015-05-12 | 1 | -13/+2 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3115 from libgit2/cmn/clone-submodule | Edward Thomson | 2015-05-13 | 1 | -0/+55 | |
| |\ \ \ \ | ||||||
| | * | | | | submodule: add test initialising and cloning a repocmn/clone-submodule | Carlos Martín Nieto | 2015-05-12 | 1 | -0/+55 | |
| * | | | | | Merge pull request #3120 from libgit2/cmn/backends-prio | Edward Thomson | 2015-05-13 | 1 | -3/+6 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | odb: reverse the default backend prioritiescmn/backends-prio | Carlos Martín Nieto | 2015-05-13 | 1 | -3/+6 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #3066 from libgit2/cmn/remote-less-state | Carlos Martín Nieto | 2015-05-13 | 40 | -1017/+905 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | push: free the update list | Carlos Martín Nieto | 2015-05-13 | 1 | -0/+8 | |
| | * | | | Update CHANGELOG with the changes to the remotes | Carlos Martín Nieto | 2015-05-13 | 1 | -1/+57 | |
| | * | | | remote: simplify anonymous creation | Carlos Martín Nieto | 2015-05-13 | 1 | -8/+1 | |
| | * | | | remote: remove git_remote_save() | Carlos Martín Nieto | 2015-05-13 | 4 | -54/+2 | |
| | * | | | remote: remove live changing of refspecs | Carlos Martín Nieto | 2015-05-13 | 9 | -136/+80 | |
| | * | | | examples: adjust to the new remote API | Carlos Martín Nieto | 2015-05-13 | 4 | -24/+16 | |
