summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clone: don't error out if the branch already existscmn/clone-into-mirrorCarlos Martín Nieto2014-05-191-0/+4
* clone: duplicate the remoteCarlos Martín Nieto2014-05-191-15/+12
* clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto2014-05-192-0/+59
* Merge pull request #2351 from linquize/init-varVicent Marti2014-05-141-1/+1
|\
| * Initialize local variableLinquize2014-05-131-1/+1
* | Merge pull request #2349 from libgit2/rb/coverity-fixesVicent Marti2014-05-1411-73/+93
|\ \
| * | Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-137-53/+69
| * | Some coverity inspired cleanupsRussell Belfer2014-05-134-20/+24
| |/
* | Merge pull request #2348 from stewid/add-link-R-bindingsVicent Marti2014-05-141-0/+2
|\ \ | |/ |/|
| * Add R bindings to the READMEStefan Widgren2014-05-131-0/+2
|/
* Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-139-106/+220
|\
| * Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-069-106/+220
* | Merge pull request #2330 from libgit2/cmn/pack-unpack-loopVicent Marti2014-05-132-78/+211
|\ \
| * | pack: don't forget to cache the base objectcmn/pack-unpack-loopCarlos Martín Nieto2014-05-131-7/+8
| * | pack: use stack allocation for smaller delta chainsCarlos Martín Nieto2014-05-131-16/+45
| * | pack: expose a cached delta base directlyCarlos Martín Nieto2014-05-132-97/+92
| * | pack: simplify delta chain codeCarlos Martín Nieto2014-05-091-49/+51
| * | pack: preallocate a 64-element chainCarlos Martín Nieto2014-05-091-0/+1
| * | pack: make sure not to leak the dep chainCarlos Martín Nieto2014-05-091-8/+13
| * | pack: use a cache for delta bases when unpackingCarlos Martín Nieto2014-05-092-73/+77
| * | pack: unpack using a loopCarlos Martín Nieto2014-05-092-25/+128
| * | pack: do not repeat the same error message four timesCarlos Martín Nieto2014-05-091-4/+4
| * | pack: remove misleading commentCarlos Martín Nieto2014-05-091-7/+0
* | | Merge pull request #2346 from kitbellew/fix2300Vicent Marti2014-05-131-0/+4
|\ \ \
| * | | Win32 fix for #2300.Albert Meltzer2014-05-121-0/+4
|/ / /
* | | Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-125-57/+124
|\ \ \
| * | | Don't always test composed-insensitive lookupsrb/unicode-branch-namesRussell Belfer2014-05-081-4/+4
| * | | Allow cl_repo_get_bool to work with missing keyRussell Belfer2014-05-081-1/+2
| * | | Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-084-56/+122
* | | | Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-127-23/+46
|\ \ \ \
| * | | | Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-087-23/+46
| |/ / /
* | | | Don't scale diff stat when not neededRussell Belfer2014-05-122-0/+6
* | | | Minor fixes for warnings and error propagationRussell Belfer2014-05-124-12/+14
* | | | Merge pull request #2300 from libgit2/cmn/match-host-testsRussell Belfer2014-05-123-9/+39
|\ \ \ \
| * | | | netops: catch the server not sending a certificatecmn/match-host-testsCarlos Martín Nieto2014-04-261-0/+4
| * | | | netops: provide more specific error for cert failureCarlos Martín Nieto2014-04-261-5/+5
| * | | | netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-263-4/+30
* | | | | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-1215-266/+594
|\ \ \ \ \
| * | | | | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-077-30/+34
| * | | | | config: share the strmap on snapshotCarlos Martín Nieto2014-04-181-54/+2
| * | | | | config: refcount the values mapCarlos Martín Nieto2014-04-181-43/+131
| * | | | | config: refresh on deleteCarlos Martín Nieto2014-04-182-54/+15
| * | | | | config: document the how long the pointers are valid forCarlos Martín Nieto2014-04-181-1/+14
| * | | | | config: refresh before reading a valueCarlos Martín Nieto2014-04-184-15/+16
| * | | | | config: refresh the values on writeCarlos Martín Nieto2014-04-182-83/+18
| * | | | | config: use a snapshot for the iteratorCarlos Martín Nieto2014-04-181-3/+17
| * | | | | config: split out the refresh stepCarlos Martín Nieto2014-04-181-14/+25
| * | | | | config: make refresh atomicCarlos Martín Nieto2014-04-181-23/+16
| * | | | | Use config snapshottingCarlos Martín Nieto2014-04-186-28/+49
| * | | | | config: implement config snapshottingCarlos Martín Nieto2014-04-185-67/+379