| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Resolve HEAD if symRefs capability is not supported | Antonio Jesus Navarro Perez | 2018-03-26 | 2 | -9/+172 |
* | | plumbing: transport, make target repo writeable in tests | Javi Fontan | 2018-03-27 | 1 | -0/+21 |
* | | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 8 | -14/+15 |
|/ |
|
* | *: skip time consuming tests | Máximo Cuadros | 2018-03-21 | 1 | -0/+9 |
* | add tests for NewCommitIterCTime and NewCommitIterBSF | Saeed Rasooli | 2018-03-06 | 1 | -0/+96 |
* | add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord... | Saeed Rasooli | 2018-03-05 | 2 | -0/+203 |
* | Merge pull request #762 from zkry/escape-basic-auth-user-pswd | Máximo Cuadros | 2018-03-01 | 2 | -2/+12 |
|\ |
|
| * | plubming: transport, Escape the user and password for endpoint. Fixes #723 | Zachary Romero | 2018-02-28 | 2 | -2/+12 |
* | | Merge pull request #766 from mvdan/patches | Máximo Cuadros | 2018-03-01 | 4 | -70/+11 |
|\ \ |
|
| * | | all: make the upcoming Go 1.11's vet happy | Daniel Martí | 2018-03-01 | 1 | -11/+11 |
| * | | all: remove some unused code | Daniel Martí | 2018-03-01 | 3 | -59/+0 |
| |/ |
|
* | | Merge pull request #739 from mcuadros/add | Máximo Cuadros | 2018-02-28 | 3 | -0/+255 |
|\ \ |
|
| * | | plumbing: format index, Index.Add and Index.Glob methods | Máximo Cuadros | 2018-02-26 | 3 | -0/+255 |
* | | | Return error when creating public keys from invalid PEM | Mark DeLillo | 2018-02-25 | 2 | -0/+9 |
| |/
|/| |
|
* | | Merge pull request #749 from irias/masterv4.1.1 | Máximo Cuadros | 2018-02-17 | 2 | -2/+43 |
|\ \ |
|
| * | | add test for crashing diff | Mechiel Lukkien | 2018-02-16 | 1 | -0/+37 |
| * | | fix crash when generating a unified diff with a small ending equal-chunk | Mechiel Lukkien | 2018-02-14 | 1 | -2/+6 |
* | | | Merge pull request #751 from mcuadros/redirect | Máximo Cuadros | 2018-02-15 | 4 | -10/+56 |
|\ \ \
| |/ /
|/| | |
|
| * | | transport: http, fix services redirecting only info/refs | Máximo Cuadros | 2018-02-14 | 4 | -10/+56 |
| |/ |
|
* | | plumbing: format/packfile, add SaveOriginalMetadata function | Javi Fontan | 2018-02-09 | 2 | -5/+9 |
* | | plumbing: format/packfile, fix panic retrieving object hash. | Javi Fontan | 2018-02-09 | 3 | -4/+10 |
* | | Fix mistyping | Dmitry Labutin | 2018-02-07 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #731 from jfontan/fix/crash-with-delta-cycles | Máximo Cuadros | 2018-01-26 | 4 | -2/+56 |
|\ |
|
| * | plumbing: format/packfile, check nil objects in ObjectToPack | Javi Fontan | 2018-01-25 | 2 | -8/+12 |
| * | plumbing: format/packfile, fix crash with cycle deltas | Javi Fontan | 2018-01-24 | 4 | -1/+51 |
* | | gofmt -s | Máximo Cuadros | 2018-01-25 | 1 | -2/+2 |
|/ |
|
* | plumbing: packfile, Add crc check to scanner test. | Javi Fontan | 2018-01-21 | 1 | -4/+75 |
* | plumbing: packfile, Add a buffer to crc writer. | Javi Fontan | 2018-01-21 | 1 | -9/+31 |
* | Test eviction of more than one object | Javi Fontan | 2018-01-16 | 1 | -0/+20 |
* | Cache should hold objects the same size as MaxSize | Javi Fontan | 2018-01-16 | 1 | -1/+1 |
* | Modify cache to delete more than one item to free space | Javi Fontan | 2018-01-16 | 2 | -5/+3 |
* | Clean reconstructed objects outside pack window | Javi Fontan | 2018-01-11 | 1 | -13/+19 |
* | fix typo | Wells Johnston | 2018-01-08 | 1 | -1/+1 |
* | Merge pull request #698 from jfontan/improvement/use-decoder-cache | Máximo Cuadros | 2017-12-20 | 5 | -58/+106 |
|\ |
|
| * | Exercise NewObjectLRUDefault in testing | Javi Fontan | 2017-12-20 | 1 | -41/+60 |
| * | Make DeltaBaseCache private | Javi Fontan | 2017-12-20 | 1 | -6/+13 |
| * | Fix typo and documentation of NewDecoderForType | Javi Fontan | 2017-12-20 | 1 | -3/+3 |
| * | Enforce the use of cache in packfile decoder | Javi Fontan | 2017-12-20 | 4 | -12/+34 |
* | | Improve delta reutilization | Antonio Jesus Navarro Perez | 2017-12-20 | 5 | -29/+152 |
|/ |
|
* | plumbing: transport ssh, ssh_config implementation | Máximo Cuadros | 2017-12-11 | 2 | -12/+107 |
* | check .ssh/config for host and port overrides; fixes #629 | Robert Smith | 2017-12-09 | 1 | -0/+15 |
* | format: diff, remove error when two files are empty, submodules are simply ig... | Máximo Cuadros | 2017-12-07 | 2 | -5/+2 |
* | object: patch, test patch on submodules | Máximo Cuadros | 2017-12-07 | 1 | -0/+44 |
* | Ignore empty patches when calculating stats (fixes #654) | Alexandr Krylovskiy | 2017-12-04 | 1 | -0/+5 |
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 1 | -3/+3 |
* | Merge pull request #672 from ferhatelmas/gofmt-s | Máximo Cuadros | 2017-12-01 | 10 | -10/+10 |
|\ |
|
| * | all: gofmt -s | ferhat elmas | 2017-11-30 | 10 | -10/+10 |
* | | storer: separate loose and packed object mgmt into optional ifaces | Jeremy Stribling | 2017-11-29 | 2 | -36/+25 |
* | | plumbing: add `HasEncodedObject` method to Storer | Jeremy Stribling | 2017-11-29 | 1 | -0/+9 |
* | | Make object repacking more configurable | Taru Karttunen | 2017-11-29 | 2 | -2/+7 |