summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* message: update docs for git_message_prettifycmn/prettify-docsCarlos Martín Nieto2018-01-191-3/+2
* Merge pull request #4451 from libgit2/charliesome/trailer-infoBrian Lopez2018-01-173-0/+622
|\
| * rename find_trailer to extract_trailer_blockcharliesome/trailer-infoBrian Lopez2018-01-171-2/+2
| * update code docsBrian Lopez2018-01-161-4/+15
| * just use git_message_trailer in testsBrian Lopez2018-01-161-15/+10
| * try and fix windows buildBrian Lopez2018-01-161-1/+2
| * Change trailer API to return a simple arrayBrian Lopez2018-01-163-32/+46
| * Merge remote-tracking branch 'origin/master' into charliesome/trailer-infoBrian Lopez2018-01-1022-123/+157
| |\
| * | switch back to braced array initializersBrian Lopez2018-01-051-61/+40
| * | make separators const a macro as wellBrian Lopez2018-01-031-5/+4
| * | remove empty lines between @-linesBrian Lopez2018-01-031-3/+0
| * | make comment_line_char const a macroBrian Lopez2018-01-031-4/+4
| * | Don't use newer C syntax for declaration in testsBrian Lopez2018-01-031-57/+78
| * | Merge remote-tracking branch 'origin/master' into charliesome/trailer-infoBrian Lopez2018-01-0244-427/+1397
| |\ \
| * | | trailer: use git__prefixcmp instead of starts_withCharlie Somerville2017-12-201-15/+3
| * | | trailer: remove inline specifier on is_blank_lineCharlie Somerville2017-12-201-1/+1
| * | | tests: add message trailer parsing test casesCharlie Somerville2017-12-191-0/+179
| * | | message: add routine for parsing trailers from messagesCharlie Somerville2017-12-192-0/+438
* | | | Merge pull request #4477 from pks-t/pks/memleaksCarlos Martín Nieto2018-01-174-8/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: refs::iterator: fix memory leak due to ref names not being free'dPatrick Steinhardt2018-01-121-0/+1
| * | | refs: document need to free refs in foreach-callbackPatrick Steinhardt2018-01-121-0/+3
| * | | transports: local: fix memory leak in reference walkPatrick Steinhardt2018-01-121-0/+2
| * | | tests: network::fetchlocal: let cleanup function handle sandbox cleanupPatrick Steinhardt2018-01-121-8/+0
|/ / /
* | | Merge pull request #4472 from libgit2/ethomson/libgit2deps_azureCarlos Martín Nieto2018-01-101-2/+2
|\ \ \
| * | | travis: we use bintray's own key for signingethomson/libgit2deps_azureCarlos Martín Nieto2018-01-101-1/+1
| * | | travis: fetch trusty dependencies from bintrayEdward Thomson2018-01-101-1/+1
* | | | Merge pull request #4471 from libgit2/cmn/cmake-feature-302Patrick Steinhardt2018-01-101-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: use a FEATURE_SUMMARY call compatible with 3.0.2cmn/cmake-feature-302Carlos Martín Nieto2018-01-101-1/+2
|/ / /
* | | Merge pull request #4468 from libgit2/cmn/openssl-pcCarlos Martín Nieto2018-01-081-2/+6
|\ \ \
| * | | cmake: add openssl to the private deps list when it's the TLS implementationCarlos Martín Nieto2018-01-081-0/+1
| * | | cmake: treat LIBGIT2_PC_REQUIRES as a listCarlos Martín Nieto2018-01-081-2/+5
|/ / /
* | | Merge pull request #4467 from libgit2/cmn/static-archive-laterCarlos Martín Nieto2018-01-071-4/+6
|\ \ \
| * | | cmake: move the rule to find static archives close to building clarcmn/static-archive-laterCarlos Martín Nieto2018-01-071-4/+6
* | | | Merge pull request #4398 from pks-t/pks/generic-sha1Edward Thomson2018-01-052-21/+27
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: allow explicitly choosing SHA1 backendPatrick Steinhardt2018-01-042-21/+27
| * | | cmake: default to using SHA1DCPatrick Steinhardt2018-01-041-1/+1
| | |/ | |/|
* | | Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson2018-01-0311-58/+43
|\ \ \
| * | | tests: create new test target for all SSH-based testsPatrick Steinhardt2018-01-032-9/+6
| * | | tests: online::clone: inline creds-test with nonexistent URLPatrick Steinhardt2018-01-034-15/+4
| * | | tests: online::clone: construct credential-URL from environmentPatrick Steinhardt2018-01-034-18/+21
| * | | tests: perf: build but exclude performance tests by defaultPatrick Steinhardt2018-01-032-14/+1
| * | | tests: iterator::workdir: fix reference count in stale testPatrick Steinhardt2018-01-031-1/+1
| * | | tests: iterator_helpers: assert number of iterator itemsPatrick Steinhardt2018-01-031-2/+1
| * | | tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-034-0/+10
| * | | travis: build sources with tracing enabledPatrick Steinhardt2018-01-031-1/+1
* | | | Merge pull request #4437 from pks-t/pks/openssl-hash-errorsEdward Thomson2018-01-032-8/+31
|\ \ \ \
| * | | | streams: openssl: fix thread-safety for OpenSSL error messagesPatrick Steinhardt2018-01-031-5/+13
| * | | | hash: openssl: check return values of SHA1_* functionsPatrick Steinhardt2018-01-031-3/+18
| | |_|/ | |/| |
* | | | Merge pull request #4462 from pks-t/pks/diff-generated-excessive-statsEdward Thomson2018-01-035-10/+20
|\ \ \ \
| * | | | diff_generate: avoid excessive stats of .gitattribute filesPatrick Steinhardt2018-01-035-10/+20
| | |_|/ | |/| |