aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #472 from smola/fix-caps-delete-refsMáximo Cuadros2017-07-115-41/+35
|\
| * improve delete support on pushSantiago M. Mola2017-07-115-41/+35
* | Merge pull request #469 from mcuadros/fix-multiple-ackMáximo Cuadros2017-07-114-17/+76
|\ \ | |/ |/|
| * plumbing: protocol, fix handling multiple ACK on upload-packMáximo Cuadros2017-07-084-17/+76
* | Merge pull request #464 from smola/race-463Máximo Cuadros2017-07-072-21/+31
|\ \
| * | transport/file: avoid race with Command.Wait, fixes #463Santiago M. Mola2017-07-071-4/+14
| * | transport/internal: read only first error lineSantiago M. Mola2017-07-071-17/+17
| |/
* | Merge pull request #465 from smola/fix-short-refMáximo Cuadros2017-07-072-18/+23
|\ \
| * | fix reference shorteningSantiago M. Mola2017-07-072-18/+23
| |/
* | Merge pull request #467 from smola/push-deleteMáximo Cuadros2017-07-072-12/+95
|\ \ | |/ |/|
| * remote: fix push delete, closes #466Santiago M. Mola2017-07-072-12/+95
|/
* Merge pull request #423 from smola/ssh-optionsMáximo Cuadros2017-07-051-3/+36
|\
| * transport/ssh: allow global *ssh.ClientConfig overrideSantiago M. Mola2017-06-231-14/+31
| * transport/ssh: allow passing SSH optionsSantiago M. Mola2017-06-231-3/+19
* | Merge pull request #432 from ajnavarro/feature/http-pushMáximo Cuadros2017-07-054-77/+266
|\ \
| * | fix auth error issueAntonio Jesus Navarro Perez2017-07-042-1/+7
| * | fix CGI git serverAntonio Jesus Navarro Perez2017-07-041-7/+14
| * | transport: http pushAntonio Jesus Navarro Perez2017-07-044-77/+253
|/ /
* | Merge pull request #453 from smola/raceMáximo Cuadros2017-06-271-1/+1
|\ \
| * | fix race on packfile writerSantiago M. Mola2017-06-271-1/+1
|/ /
* | Merge pull request #451 from smola/hotfix-unknown-capabilitiesMáximo Cuadros2017-06-242-10/+6
|\ \
| * | capability: accept unknown capabilities, fixes #450Santiago M. Mola2017-06-232-10/+6
| |/
* | Merge pull request #452 from taralx/patch-1Máximo Cuadros2017-06-241-1/+1
|\ \ | |/ |/|
| * storage/filesystem: Fix nil dereference in Shallow()JP Sugarbroad2017-06-231-1/+1
|/
* Merge pull request #444 from silvertern/gitignore-ch2v4.0.0-rc11Máximo Cuadros2017-06-212-7/+35
|\
| * Adds test that checkout possible with untracked files under gitignoreOleg Sklyar2017-06-211-4/+30
| * Fixes gitignore ignored on checkoutOleg Sklyar2017-06-201-3/+5
* | Merge pull request #434 from orirawlings/updateLocalRemoteRefsEvenIfNoPackFet...Máximo Cuadros2017-06-212-25/+69
|\ \ | |/ |/|
| * Update local remote references during fetch even if no pack needs to be receivedOri Rawlings2017-06-192-25/+69
|/
* Merge pull request #442 from ajnavarro/fix/stackoverflowMáximo Cuadros2017-06-191-6/+6
|\
| * internal/dotgit: rewrite code to avoid stackoverflow errorsAntonio Jesus Navarro Perez2017-06-191-6/+6
* | Merge pull request #441 from mcuadros/fix-addMáximo Cuadros2017-06-193-115/+56
|\ \
| * | worktree: Add create and push the blob objects to the storerMáximo Cuadros2017-06-193-115/+56
| |/
* | Merge pull request #440 from ajnavarro/fix/revlist-submodulesMáximo Cuadros2017-06-192-1/+24
|\ \ | |/ |/|
| * revlist: ignore treeEntries that are submodules.Antonio Jesus Navarro Perez2017-06-192-1/+24
|/
* worktree: fix ioutil import pathMáximo Cuadros2017-06-191-1/+1
* Merge pull request #436 from mcuadros/symlinkMáximo Cuadros2017-06-196-27/+198
|\
| * worktree: support for symlinksMáximo Cuadros2017-06-194-21/+144
| * utils: merkletrie support for symlinksMáximo Cuadros2017-06-182-6/+54
* | plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-195-219/+200
* | Merge pull request #429 from silvertern/gitignoreMáximo Cuadros2017-06-199-0/+758
|\ \ | |/ |/|
| * Adds gitignore supportOleg Sklyar2017-06-199-0/+758
* | fix merge commitMáximo Cuadros2017-06-181-4/+0
* | *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-0/+4
|\ \
| * \ Merge pull request #369 from smola/windowsMáximo Cuadros2017-06-177-31/+25
| |\ \
| | * | dotgit: support reading reference files in WindowsSantiago M. Mola2017-06-021-9/+8
| | * | test: more Windows path handlingSantiago M. Mola2017-06-022-3/+4
| | * | test: use regular paths for inproc server tests (windows)Santiago M. Mola2017-06-021-13/+7
| | * | test: fix path handling in tests for WindowsSantiago M. Mola2017-06-021-3/+3
| | * | test: fix test for error checking in WindowsSantiago M. Mola2017-06-021-1/+2