summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: let's try a 5GB ramdiskcmn/macos-ramdiskCarlos Martín Nieto2017-10-311-2/+2
* travis: put clar's sandbox in a ramdisk on macOSCarlos Martín Nieto2017-10-311-0/+9
* Merge pull request #4393 from libgit2/ethomson/pgpkeyCarlos Martín Nieto2017-10-311-1/+1
|\
| * travis: grab pgp key from www.edwardthomson.comEdward Thomson2017-10-301-1/+1
* | Merge pull request #4392 from libgit2/cmn/config-write-preserve-caseCarlos Martín Nieto2017-10-313-9/+47
|\ \ | |/ |/|
| * config: check for OOM when writingcmn/config-write-preserve-caseCarlos Martín Nieto2017-10-301-0/+2
| * CHANGELOG: add note about config writing changesCarlos Martín Nieto2017-10-301-0/+4
| * config: preserve the original case when writing out new sections and varsCarlos Martín Nieto2017-10-301-9/+18
| * config: add failing test for preserving case when writing keysCarlos Martín Nieto2017-10-301-0/+23
|/
* Merge pull request #4373 from cjhoward92/examples/log-show-log-sizeCarlos Martín Nieto2017-10-292-7/+10
|\
| * examples: log: pass options pointer to print_commitCarson Howard2017-10-131-7/+7
| * PROJECTS: remove example for --log-sizeCarson Howard2017-10-111-4/+0
| * example-log: add support for --log-sizeCarson Howard2017-10-111-4/+11
* | Merge pull request #3944 from mhagger/diff-indent-heuristicCarlos Martín Nieto2017-10-292-78/+523
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into diff-indent-heuristicCarlos Martín Nieto2017-10-29552-4452/+15648
| |\ \
| * | | Introduce a new `XDL_INLINE` macro and use it instead of `inline`Michael Haggerty2017-10-141-3/+8
| * | | xdiff: rename "struct group" to "struct xdlgroup"Jeff King2016-10-031-7/+7
| * | | diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-292-0/+327
| * | | xdl_change_compact(): introduce the concept of a change groupMichael Haggerty2016-09-291-78/+185
| * | | recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty2016-09-291-6/+6
| * | | xdiff: add recs_match helper functionJacob Keller2016-09-291-4/+10
* | | | Merge pull request #4357 from invenia/cv/ssh-passphrase-incorrectEdward Thomson2017-10-281-2/+4
|\ \ \ \
| * | | | transports: ssh: ask for credentials again when passphrase is wrongCurtis Vogt2017-10-201-2/+4
* | | | | Merge pull request #4384 from pks-t/pks/rm-example-makefileEdward Thomson2017-10-282-32/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | examples: remove MakefilePatrick Steinhardt2017-10-202-32/+0
| | |_|/ | |/| |
* | | | Merge pull request #4382 from pks-t/pks/cmake-source-dirEdward Thomson2017-10-204-33/+33
|\ \ \ \
| * | | | cmake: use project-relative binary and source directoriesPatrick Steinhardt2017-10-204-33/+33
|/ / / /
* | | | Merge pull request #4375 from mhagger/cmake-version-3.0.xPatrick Steinhardt2017-10-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix compilation for CMake versions 3.0.x where x >= 1Michael Haggerty2017-10-141-1/+1
|/ / /
* | | Merge pull request #4356 from pks-t/pks/static-clarEdward Thomson2017-10-091-0/+4
|\ \ \
| * | | cmake: use static dependencies when building static libgit2Patrick Steinhardt2017-09-221-0/+4
| | |/ | |/|
* | | Merge pull request #4372 from pks-t/pks/xcode-linkingEdward Thomson2017-10-091-1/+4
|\ \ \
| * | | cmake: fix linking in Xcode with object libraries onlyPatrick Steinhardt2017-10-091-1/+4
* | | | Merge pull request #4368 from pks-t/pks/smart-negotiate-revwalk-memleakEdward Thomson2017-10-091-6/+6
|\ \ \ \
| * | | | transports: smart: fix memory leak when skipping symbolic refsPatrick Steinhardt2017-10-091-6/+6
* | | | | Merge pull request #4371 from pks-t/pks/test-checkout-tree-refactoringCarlos Martín Nieto2017-10-091-17/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tests: checkout::tree: check that the status list catches mode changesPatrick Steinhardt2017-10-091-0/+2
| * | | | tests: checkout::tree: extract check for status entrycountPatrick Steinhardt2017-10-091-17/+14
|/ / / /
* | | | Merge pull request #4369 from libgit2/ethomson/checkout_typechangePatrick Steinhardt2017-10-092-1/+63
|\ \ \ \
| * | | | checkout: test force checkout when mode changesethomson/checkout_typechangeEdward Thomson2017-10-071-0/+45
| * | | | checkout: do not test file mode on WindowsEdward Thomson2017-10-071-0/+8
| * | | | checkout: treat files as modified if mode differsEdward Thomson2017-10-061-1/+10
* | | | | Merge pull request #4359 from libgit2/cmn/proxy-options-freeEdward Thomson2017-10-073-0/+10
|\ \ \ \ \
| * | | | | proxy: rename the options freeing functioncmn/proxy-options-freeCarlos Martín Nieto2017-10-073-4/+4
| * | | | | curl: free the user-provided proxy credentialsCarlos Martín Nieto2017-09-271-0/+1
| * | | | | curl: free the proxy optionsCarlos Martín Nieto2017-09-271-0/+2
| * | | | | proxy: add a free function for the options's pointersCarlos Martín Nieto2017-09-272-0/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #4370 from libgit2/example_generalEdward Thomson2017-10-071-3/+28
|\ \ \ \ \
| * | | | | Fix Issue #4047 Check return codes and free objectsexample_generalDouglas Swanson2017-10-071-3/+28
* | | | | | Merge pull request #4321 from libgit2/ethomson/libcurl_buildEdward Thomson2017-10-072-15/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |