summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix build on mingw-w64Alex Crichton2015-03-161-2/+2
| * | | | | | patch so mingw-w64 can buildklutzy2015-03-162-0/+16
| * | | | | | Win32: Enable WinHTTP for MinGWPhilip Kelley2015-03-168-34/+735
* | | | | | | Merge pull request #2947 from libgit2/cmn/notes-bufEdward Thomson2015-03-245-28/+57
|\ \ \ \ \ \ \
| * | | | | | | note: use a git_buf to return the default namespacecmn/notes-bufCarlos Martín Nieto2015-03-175-28/+57
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2858 from pks-t/remote-squashedCarlos Martín Nieto2015-03-243-1/+279
|\ \ \ \ \ \ \
| * | | | | | | examples: add remote example.Patrick Steinhardt2015-03-193-1/+279
* | | | | | | | Merge pull request #3010 from ethomson/checkout_invalid_path_errCarlos Martín Nieto2015-03-241-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | checkout: report correct invalid pathEdward Thomson2015-03-231-1/+1
* | | | | | | | git: make sure to close the network streamCarlos Martín Nieto2015-03-211-0/+1
* | | | | | | | Merge pull request #3003 from shawnl/masterEdward Thomson2015-03-201-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fix changelogShawn Landden2015-03-201-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3000 from libgit2/vmg/mkdir-extEdward Thomson2015-03-191-5/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mkdir-ext: Retry lstat on EEXIST racevmg/mkdir-extVicent Marti2015-03-191-5/+14
|/ / / / / /
* | | | | | Merge pull request #2996 from ethomson/dll_commentsCarlos Martín Nieto2015-03-191-2/+6
|\ \ \ \ \ \
| * | | | | | win32 resource: allow custom comments field in DLLEdward Thomson2015-03-181-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2967 from jacquesg/merge-whitespaceEdward Thomson2015-03-1857-17/+261
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added changelog entries for whitespace and patience merges.Jacques Germishuys2015-03-171-0/+12
| * | | | | Added options to enable patience and minimal diff driversJacques Germishuys2015-03-162-0/+12
| * | | | | Collapse whitespace flags into git_merge_file_flags_tJacques Germishuys2015-03-165-35/+23
| * | | | | Renamed git_merge_options 'flags' to 'tree_flags'Jacques Germishuys2015-03-166-12/+12
| * | | | | Added tests to merge files and branches with whitespace problems and fixesJacques Germishuys2015-03-1649-0/+198
| * | | | | Allow for merges with whitespace discrepanciesJacques Germishuys2015-03-163-4/+38
| | |_|/ / | |/| | |
* | | | | Merge pull request #2993 from ethomson/clar_updateCarlos Martín Nieto2015-03-181-1/+1
|\ \ \ \ \
| * | | | | clar: update to 08f434dEdward Thomson2015-03-171-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #2955 from git-up/update_tips_fixesCarlos Martín Nieto2015-03-182-13/+18
|\ \ \ \ \
| * | | | | Fixed active refspecs not reset by git_remote_upload()Pierre-Olivier Latour2015-03-111-0/+4
| * | | | | Fixed update_tips callback called for failed pushed referencesPierre-Olivier Latour2015-03-111-13/+14
* | | | | | Merge remote-tracking branch 'ethomson/submodule_8dot3'Carlos Martín Nieto2015-03-184-61/+275
|\ \ \ \ \ \
| * | | | | | repository: Introduce "reserved names"Edward Thomson2015-02-274-61/+274
* | | | | | | Merge pull request #2985 from claudiuolteanu/patch-1Edward Thomson2015-03-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Lower case the include directive of windows headerClaudiu Olteanu2015-03-161-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #2983 from jeffhostetler/jeffhostetler/perf_merge_lazy_bin...Edward Thomson2015-03-172-9/+19
|\ \ \ \ \ \ \
| * | | | | | | PERF: In MERGE, lazily compute is_binaryJeff Hostetler2015-03-162-9/+19
| |/ / / / / /
* | | | | | | Merge pull request #2991 from sba1/fix-uninitialized-data-access-remote-updat...Edward Thomson2015-03-171-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Initialize refs vector in git_remote_update_tips().Sebastian Bauer2015-03-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #2962 from libgit2/cmn/reflog-annotatedEdward Thomson2015-03-1714-27/+247
|\ \ \ \ \ \
| * | | | | | CHANGELOG: add notes about the annotated ref-modifying functionscmn/reflog-annotatedCarlos Martín Nieto2015-03-161-1/+14
| * | | | | | Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto2015-03-165-16/+66
| * | | | | | annotated_commit: provide a constructor from a revspecCarlos Martín Nieto2015-03-162-0/+45
| * | | | | | Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto2015-03-166-10/+122
| |/ / / / /
* | | | | | Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson2015-03-1710-37/+288
|\ \ \ \ \ \
| * | | | | | local: let the packbuilder perform smarter object insertioncmn/pack-objects-walkCarlos Martín Nieto2015-03-111-32/+10
| * | | | | | pack-objects: fill a packbuilder from a walkCarlos Martín Nieto2015-03-113-1/+265
| * | | | | | Reorder some khash declarationsCarlos Martín Nieto2015-03-117-4/+13
* | | | | | | Merge pull request #2982 from libgit2/cmn/stream-check-ecEdward Thomson2015-03-173-1/+14
|\ \ \ \ \ \ \
| * | | | | | | http: do not try to use the cert callback on unencrypted streamscmn/stream-check-ecCarlos Martín Nieto2015-03-162-1/+7
| * | | | | | | Add failing test for cert callback with non-ecrypted streamCarlos Martín Nieto2015-03-161-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2977 from pks-t/submodule-sync-url-fixEdward Thomson2015-03-172-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix git_submodule_sync writing URL to wrong key.Patrick Steinhardt2015-03-122-5/+5