summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable by default, but how to allow users of the library to enable this?!csware/system_proxySven Strickroth2014-10-261-1/+1
* Add WPAD and PAC supportSven Strickroth2014-10-261-6/+71
* WinHTTP: Try to detect and use system configured proxySven Strickroth2014-10-261-0/+49
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-104-39/+14
|\
| * remote: accept a repository and remote name for deletioncmn/remote-delete-nameCarlos Martín Nieto2014-09-304-39/+14
* | Merge pull request #2575 from cirosantilli/factor-struct-typedefCarlos Martín Nieto2014-10-106-32/+18
|\ \
| * | Join typedef and struct definitions in single file.Ciro Santilli2014-09-246-32/+18
* | | Fix test buildCarlos Martín Nieto2014-10-102-3/+3
* | | Merge pull request #2498 from linquize/read-large-fileCarlos Martín Nieto2014-10-102-5/+4
|\ \ \
| * | | Can read large file larger than 2GB on WindowsLinquize2014-08-102-5/+4
* | | | Merge pull request #2556 from sbc100/fix_warningsCarlos Martín Nieto2014-10-101-2/+2
|\ \ \ \
| * | | | Fix warnings in thread-utils.h when building without -DTHREADSAFE=ONSam Clegg2014-09-082-4/+2
* | | | | Merge pull request #2542 from linquize/fetch-headCarlos Martín Nieto2014-10-102-3/+46
|\ \ \ \ \
| * | | | | Add network::fetchlocal multi remotes testLinquize2014-09-021-0/+34
| * | | | | When updating FETCH_HEAD, do not treat it as error if the remote of current b...Linquize2014-09-021-3/+12
* | | | | | Merge pull request #2600 from libgit2/cmn/embed-sshCarlos Martín Nieto2014-10-102-2/+17
|\ \ \ \ \ \
| * | | | | | Provide option to embed libssh2cmn/embed-sshCarlos Martín Nieto2014-10-052-2/+17
* | | | | | | Merge pull request #2588 from swansontec/ssl-cert-path2Carlos Martín Nieto2014-10-102-1/+35
|\ \ \ \ \ \ \
| * | | | | | | Add support for setting the SSL CA locationWilliam Swanson2014-09-302-1/+35
* | | | | | | | Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto2014-10-1013-61/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-0313-61/+70
* | | | | | | | | Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson2014-10-105-7/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add tests for host namesSven Strickroth2014-10-091-2/+4
| * | | | | | | | | Provide host name to certificate_check_cbSven Strickroth2014-09-225-7/+11
* | | | | | | | | | Merge pull request #2473 from arthurschreiber/arthur/new-javascript-test-filesEdward Thomson2014-10-1015-354/+328
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update the javascript diff driver's function pattern.Arthur Schreiber2014-10-092-6/+6
| * | | | | | | | | | New test files for the javascript diff driver.Arthur Schreiber2014-10-0914-351/+325
* | | | | | | | | | | Merge pull request #2603 from libgit2/cmn/revwalk-merge-baseEdward Thomson2014-10-102-26/+101
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | revwalk: clear first-parent flag on resetcmn/revwalk-merge-baseCarlos Martín Nieto2014-10-081-0/+1
| * | | | | | | | | | | revwalk: catch no-push and no-hide casesCarlos Martín Nieto2014-10-082-11/+17
| * | | | | | | | | | | revwalk: mark uninteresting only up to the common ancestorsCarlos Martín Nieto2014-10-081-1/+73
| * | | | | | | | | | | revwalk: keep a single list of user inputsCarlos Martín Nieto2014-10-082-27/+22
| * | | | | | | | | | | revwalk: clear the flags on resetCarlos Martín Nieto2014-10-081-0/+1
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2606 from arthurschreiber/arthur/align-git-remote-fetchCarlos Martín Nieto2014-10-102-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Treat an empty list of refspecs the same as a NULL value.Arthur Schreiber2014-10-102-4/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2592 from libgit2/cmn/describeCarlos Martín Nieto2014-10-0964-1/+1371
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | describe: document the APIcmn/describeCarlos Martín Nieto2014-09-301-3/+71
| * | | | | | | | | | describe: make mingw happyCarlos Martín Nieto2014-09-301-2/+2
| * | | | | | | | | | describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-306-32/+46
| * | | | | | | | | | describe: use globs in the testsCarlos Martín Nieto2014-09-304-49/+34
| * | | | | | | | | | describe: implement abbreviated idsCarlos Martín Nieto2014-09-301-6/+27
| * | | | | | | | | | describe: implement describing the workdirCarlos Martín Nieto2014-09-305-6/+102
| * | | | | | | | | | describe: split into gather and format stepsCarlos Martín Nieto2014-09-306-101/+242
| * | | | | | | | | | describe: rename _object() to _commit()Carlos Martín Nieto2014-09-304-4/+4
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto2014-09-30337-4231/+11818
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | object: introduce git_describe_object()nulltoken2014-04-3011-1/+979
| * | | | | | | | | | tests: Add "describe" test repositorynulltoken2014-04-3053-0/+54
| * | | | | | | | | | oidmap: Enhance the khash wrappernulltoken2014-04-301-0/+13
* | | | | | | | | | | Merge branch 'anuraggup/git_filter'Edward Thomson2014-10-091-2/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git_filter: dup the filter nameAnurag Gupta (OSG)2014-10-091-2/+11
|/ / / / / / / / / / /