Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entry argument passed to git_index_add_frombuffer() should be const | Pierre-Olivier Latour | 2015-04-03 | 1 | -1/+1 |
* | Merge pull request #3011 from ethomson/filter_zero_tempbuf | Edward Thomson | 2015-03-25 | 1 | -0/+3 |
|\ | |||||
| * | filter: clear the temp_buf if we're using one | Edward Thomson | 2015-03-25 | 1 | -0/+3 |
* | | squash some leaks | Edward Thomson | 2015-03-24 | 2 | -5/+5 |
* | | Merge pull request #2990 from leoyanggit/custom_param | Edward Thomson | 2015-03-24 | 6 | -8/+18 |
|\ \ | |||||
| * | | Add a custom param to git_smart_subtransport_definition | Leo Yang | 2015-03-18 | 6 | -8/+18 |
* | | | Merge pull request #2986 from tkelman/mingw_winhttp | Edward Thomson | 2015-03-24 | 1 | -22/+27 |
|\ \ \ | |||||
| * | | | Use swprintf_s everywhere except mingw.org | Tony Kelman | 2015-03-19 | 1 | -3/+7 |
| * | | | Fix build on mingw-w64 | Alex Crichton | 2015-03-16 | 1 | -2/+2 |
| * | | | Win32: Enable WinHTTP for MinGW | Philip Kelley | 2015-03-16 | 1 | -23/+24 |
* | | | | Merge pull request #2947 from libgit2/cmn/notes-buf | Edward Thomson | 2015-03-24 | 1 | -21/+40 |
|\ \ \ \ | |||||
| * | | | | note: use a git_buf to return the default namespacecmn/notes-buf | Carlos Martín Nieto | 2015-03-17 | 1 | -21/+40 |
* | | | | | Merge pull request #3010 from ethomson/checkout_invalid_path_err | Carlos Martín Nieto | 2015-03-24 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | checkout: report correct invalid path | Edward Thomson | 2015-03-23 | 1 | -1/+1 |
* | | | | | | git: make sure to close the network stream | Carlos Martín Nieto | 2015-03-21 | 1 | -0/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | mkdir-ext: Retry lstat on EEXIST racevmg/mkdir-ext | Vicent Marti | 2015-03-19 | 1 | -5/+14 |
* | | | | | Merge pull request #2996 from ethomson/dll_comments | Carlos Martín Nieto | 2015-03-19 | 1 | -2/+6 |
|\ \ \ \ \ | |||||
| * | | | | | win32 resource: allow custom comments field in DLL | Edward Thomson | 2015-03-18 | 1 | -2/+6 |
* | | | | | | Merge pull request #2967 from jacquesg/merge-whitespace | Edward Thomson | 2015-03-18 | 2 | -6/+23 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Added options to enable patience and minimal diff drivers | Jacques Germishuys | 2015-03-16 | 1 | -0/+6 |
| * | | | | | Collapse whitespace flags into git_merge_file_flags_t | Jacques Germishuys | 2015-03-16 | 2 | -8/+8 |
| * | | | | | Renamed git_merge_options 'flags' to 'tree_flags' | Jacques Germishuys | 2015-03-16 | 1 | -2/+2 |
| * | | | | | Allow for merges with whitespace discrepancies | Jacques Germishuys | 2015-03-16 | 2 | -4/+15 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2955 from git-up/update_tips_fixes | Carlos Martín Nieto | 2015-03-18 | 2 | -13/+18 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed active refspecs not reset by git_remote_upload() | Pierre-Olivier Latour | 2015-03-11 | 1 | -0/+4 |
| * | | | | | Fixed update_tips callback called for failed pushed references | Pierre-Olivier Latour | 2015-03-11 | 1 | -13/+14 |
* | | | | | | Merge remote-tracking branch 'ethomson/submodule_8dot3' | Carlos Martín Nieto | 2015-03-18 | 3 | -61/+167 |
|\ \ \ \ \ \ | |||||
| * | | | | | | repository: Introduce "reserved names" | Edward Thomson | 2015-02-27 | 3 | -61/+166 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #2983 from jeffhostetler/jeffhostetler/perf_merge_lazy_bin... | Edward Thomson | 2015-03-17 | 2 | -9/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | PERF: In MERGE, lazily compute is_binary | Jeff Hostetler | 2015-03-16 | 2 | -9/+19 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Initialize refs vector in git_remote_update_tips(). | Sebastian Bauer | 2015-03-17 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #2962 from libgit2/cmn/reflog-annotated | Edward Thomson | 2015-03-17 | 4 | -10/+98 |
|\ \ \ \ \ | |||||
| * | | | | | annotated_commit: provide a constructor from a revspec | Carlos Martín Nieto | 2015-03-16 | 1 | -0/+28 |
| * | | | | | Add annotated commit versions of reflog-modifying functions | Carlos Martín Nieto | 2015-03-16 | 3 | -10/+70 |
| |/ / / / | |||||
* | | | | | Merge pull request #2972 from libgit2/cmn/pack-objects-walk | Edward Thomson | 2015-03-17 | 9 | -37/+275 |
|\ \ \ \ \ | |||||
| * | | | | | local: let the packbuilder perform smarter object insertioncmn/pack-objects-walk | Carlos Martín Nieto | 2015-03-11 | 1 | -32/+10 |
| * | | | | | pack-objects: fill a packbuilder from a walk | Carlos Martín Nieto | 2015-03-11 | 2 | -1/+252 |
| * | | | | | Reorder some khash declarations | Carlos Martín Nieto | 2015-03-11 | 7 | -4/+13 |
* | | | | | | Merge pull request #2982 from libgit2/cmn/stream-check-ec | Edward Thomson | 2015-03-17 | 2 | -1/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | http: do not try to use the cert callback on unencrypted streamscmn/stream-check-ec | Carlos Martín Nieto | 2015-03-16 | 2 | -1/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #2977 from pks-t/submodule-sync-url-fix | Edward Thomson | 2015-03-17 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix git_submodule_sync writing URL to wrong key. | Patrick Steinhardt | 2015-03-12 | 1 | -2/+2 |
* | | | | | | Merge pull request #2975 from git-up/diff_index_retain | Carlos Martín Nieto | 2015-03-15 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Avoid retaining / releasing the index more than necessary when GIT_DIFF_UPDAT... | Pierre-Olivier Latour | 2015-03-11 | 1 | -2/+1 |
| |/ / / / / | |||||
* | | | | | | indexer: bring back the error message on duplcate commits | Carlos Martín Nieto | 2015-03-13 | 1 | -0/+7 |
* | | | | | | indexer: don't worry about duplicate objects | Carlos Martín Nieto | 2015-03-13 | 1 | -2/+2 |
* | | | | | | indexer: set an error message on duplicate objects in pack | Carlos Martín Nieto | 2015-03-13 | 1 | -0/+1 |
* | | | | | | Merge pull request #2973 from libgit2/cmn/local-pack-threading | Edward Thomson | 2015-03-12 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | local: create pack with multiple threadscmn/local-pack-threading | Carlos Martín Nieto | 2015-03-11 | 1 | -0/+3 |
* | | | | | | Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2 | Carlos Martín Nieto | 2015-03-11 | 1 | -8/+52 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |