aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* storage: dotgit, fix test not closing filesMáximo Cuadros2017-07-192-0/+2
* utils: merkletrie filesystem based on path, and not in filepathMáximo Cuadros2017-07-193-14/+14
* plumbing: format config, escape back slashMáximo Cuadros2017-07-192-4/+2
* worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-192-2/+10
* worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-191-13/+13
* worktree: submodules, missing err validation on load configMáximo Cuadros2017-07-191-0/+4
* worktree: close .gitmodule filesMáximo Cuadros2017-07-191-0/+1
* worktree: fix file system info in windowsMáximo Cuadros2017-07-192-1/+20
* plumbing: transport git fix test on windowsMáximo Cuadros2017-07-181-1/+3
* plumbing: server, fix loader in windowsMáximo Cuadros2017-07-181-1/+4
* storage: dotgit, close temp file before renameMáximo Cuadros2017-07-181-6/+9
* utils: merkletrie fix test on windowsMáximo Cuadros2017-07-182-16/+23
* Merge pull request #484 from orirawlings/tagsExampleMáximo Cuadros2017-07-173-1/+46
|\
| * Add example code for listing tagsOri Rawlings2017-07-173-1/+46
|/
* Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12Máximo Cuadros2017-07-173-109/+205
|\
| * remote: fetch, correct behaviour on tagsMáximo Cuadros2017-07-173-109/+205
* | Merge pull request #480 from mcuadros/empty-statusMáximo Cuadros2017-07-164-16/+51
|\ \
| * | remote: fix Worktree.Status on empty repositoryMáximo Cuadros2017-07-134-16/+51
| |/
* | Merge pull request #479 from mcuadros/duplicateMáximo Cuadros2017-07-162-3/+32
|\ \ | |/ |/|
| * remote: avoid duplicate havesMáximo Cuadros2017-07-132-3/+32
|/
* Merge pull request #414 from Cromel/modules_dirMáximo Cuadros2017-07-132-2/+2
|\
| * Fixed modules directory pathCromel-PC\Cromel2017-06-282-2/+2
* | Merge pull request #478 from mcuadros/test-worktreeMáximo Cuadros2017-07-132-36/+61
|\ \
| * | worktree: test improvemnts on empty worktreeMáximo Cuadros2017-07-132-36/+61
|/ /
* | Merge pull request #473 from taralx/patch-1Máximo Cuadros2017-07-131-2/+3
|\ \
| * | Use buffered IO for decoding index files.JP Sugarbroad2017-07-101-2/+3
* | | Merge pull request #477 from taralx/patch-2Máximo Cuadros2017-07-131-5/+0
|\ \ \
| * | | git: remove ErrObjectNotFound in favor of plumbing.ErrObjectNotFoundJP Sugarbroad2017-07-121-5/+0
|/ / /
* | | Merge pull request #475 from mcuadros/fix-ackMáximo Cuadros2017-07-122-23/+42
|\ \ \
| * | | plumbing: protocol, fix handling multiple ACK on upload-packMáximo Cuadros2017-07-122-23/+42
* | | | Merge pull request #476 from smola/server-as-clientMáximo Cuadros2017-07-113-7/+49
|\ \ \ \
| * | | | transport/server: add NewClientSantiago M. Mola2017-07-113-7/+49
| |/ / /
* | | | 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
|/ /