summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a CHANGELOG entry for refspecs with asterisk in the middlecmn/refspec-start-middleCarlos Martín Nieto2014-07-041-0/+3
* refspec: support asterisks in the middle of a patternCarlos Martín Nieto2014-07-042-18/+55
* refspec: short-circuit non-pattern refspecs on transformCarlos Martín Nieto2014-07-041-0/+10
* Merge pull request #2461 from jacquesg/ssh2-warningsCarlos Martín Nieto2014-07-042-3/+5
|\
| * Include libssh2.h before git2.h (transport.h)Jacques Germishuys2014-07-031-2/+4
| * Fix git_cred_ssh_interactive_callback signatureJacques Germishuys2014-07-031-1/+1
|/
* Merge pull request #2460 from libgit2/cmn/sched-yieldVicent Marti2014-07-032-7/+14
|\
| * Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto2014-07-032-7/+14
* | Merge pull request #2459 from libgit2/cmn/http-url-pathVicent Marti2014-07-032-0/+21
|\ \
| * | netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto2014-07-032-0/+21
| |/
* | Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti2014-07-022-11/+19
|\ \
| * | ssh: always declare the libssh2 typesCarlos Martín Nieto2014-06-302-19/+11
| * | ssh: create the right callback signature based on build optionsCarlos Martín Nieto2014-06-302-10/+20
| * | ssl: init only once without threadsCarlos Martín Nieto2014-06-301-1/+7
| |/
* | Merge pull request #2455 from ethomson/equal_oidVicent Marti2014-07-0240-151/+161
|\ \
| * | revwalk::simplify test should testEdward Thomson2014-07-011-3/+3
| * | Introduce cl_assert_equal_oidEdward Thomson2014-07-0139-148/+158
* | | Merge pull request #2453 from ethomson/checkout_indexVicent Marti2014-07-026-175/+162
|\ \ \
| * | | git_checkout_index: checkout other indexesEdward Thomson2014-07-016-175/+162
* | | | Merge pull request #2452 from libgit2/cmn/clone-custom-repoVicent Marti2014-07-027-148/+118
|\ \ \ \
| * | | | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-027-144/+64
| * | | | clone: add a callback for repository creationCarlos Martín Nieto2014-07-023-4/+54
* | | | | Merge pull request #2456 from libgit2/cmn/ssh-send-everythingVicent Marti2014-07-021-1/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ssh: libssh2_channel_write() behaves like send()cmn/ssh-send-everythingCarlos Martín Nieto2014-07-021-1/+12
| | |_|/ | |/| |
* | | | Merge pull request #2451 from libgit2/rb/round-up-pool-allocationsVicent Marti2014-07-012-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-302-6/+6
|/ / /
* | | Merge pull request #2440 from phkelley/transportsVicent Marti2014-06-3010-68/+177
|\ \ \
| * | | Improvements to git_transport extensibilityPhilip Kelley2014-06-2610-68/+177
* | | | Merge pull request #2447 from phkelley/pkt_assertVicent Marti2014-06-272-1/+8
|\ \ \ \
| * | | | Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-272-1/+8
|/ / / /
* | | | Merge pull request #2445 from ethomson/checkout_conflict_testVicent Marti2014-06-261-1/+1
|\ \ \ \
| * | | | checkout::conflict tests: only test owner modeEdward Thomson2014-06-261-1/+1
|/ / / /
* | | | Merge pull request #2444 from libgit2/phkelley/flexarrayPhilip Kelley2014-06-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes #2443 Zero size arrays are an extensionphkelley/flexarrayPhilip Kelley2014-06-261-1/+1
|/ / /
* | | Merge pull request #2442 from libgit2/cmn/leaksVicent Marti2014-06-254-17/+20
|\ \ \
| * | | pack: clean up error returnsCarlos Martín Nieto2014-06-252-13/+11
| * | | tree: free in error conditionsCarlos Martín Nieto2014-06-251-0/+2
| * | | pack: free the new pack struct if we fail to insertCarlos Martín Nieto2014-06-252-4/+7
|/ / /
* | | travis: build the master branchCarlos Martín Nieto2014-06-251-1/+2
* | | Merge pull request #2435 from ethomson/text_attrVicent Marti2014-06-253-3/+12
|\ \ \
| * | | Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-243-3/+12
| | |/ | |/|
* | | Merge pull request #2439 from ethomson/revert_exportVicent Marti2014-06-251-1/+1
|\ \ \ | |/ / |/| |
| * | Export git_revert_commitEdward Thomson2014-06-251-1/+1
|/ /
* | Add CHANGELOG entry for mixed-EOL fixCarlos Martín Nieto2014-06-241-0/+2
* | Merge remote-tracking branch 'upstream/cmn/mixed-eol-passthrough'Carlos Martín Nieto2014-06-244-33/+22
|\ \
| * | crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-234-33/+22
* | | Add CHANGELOG entry for treebuilder mapCarlos Martín Nieto2014-06-241-0/+2
* | | Merge remote-tracking branch 'upstream/cmn/treebuilder-perf'Carlos Martín Nieto2014-06-244-62/+72
|\ \ \
| * | | treentry: no need for manual size book-keepingcmn/treebuilder-perfCarlos Martín Nieto2014-06-102-10/+6
| * | | treebuilder: don't keep removed entries aroundCarlos Martín Nieto2014-06-103-38/+22