Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree: Commit, tests improvements | Máximo Cuadros | 2017-05-04 | 5 | -11/+58 |
| | |||||
* | Merge branch 'master' of github.com:src-d/go-git into commit | Máximo Cuadros | 2017-05-04 | 25 | -163/+663 |
|\ | |||||
| * | examples: fix storage README example | Máximo Cuadros | 2017-05-04 | 1 | -1/+1 |
| | | |||||
| * | examples: fix compilation error from #368 | Máximo Cuadros | 2017-05-04 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #368 from smola/windows-path | Máximo Cuadros | 2017-05-04 | 13 | -52/+114 |
| |\ | | | | | | | do not convert local paths to URL | ||||
| | * | do not convert local paths to URL | Santiago M. Mola | 2017-04-28 | 13 | -52/+114 |
| | | | | | | | | | | | | | | | | | | | | | * Do not convert local paths to URLs, just keep them as they are. * This way we add support for Windows without taking care of Windows path-to-URL conversion. | ||||
| * | | worktree: Add, logic improvements | Máximo Cuadros | 2017-05-04 | 1 | -21/+15 |
| | | | |||||
| * | | Merge pull request #364 from mcuadros/index-pointer | Máximo Cuadros | 2017-05-04 | 9 | -37/+38 |
| |\ \ | | |/ | |/| | plumbing: index, Entries converted in a slice of pointers | ||||
| * | | Merge pull request #367 from smola/push-tags | Máximo Cuadros | 2017-04-27 | 2 | -1/+45 |
| |\ \ | | | | | | | | | add test for tags push, closes #354 | ||||
| | * | | add test for tags push, closes #354 | Santiago M. Mola | 2017-04-27 | 2 | -1/+45 |
| | | | | |||||
| * | | | Merge pull request #365 from smola/git-rel-path | Santiago M. Mola | 2017-04-27 | 11 | -62/+201 |
| |\ \ \ | | |/ / | |/| | | transport: make Endpoint an interface, fixes #362 | ||||
| | * | | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 11 | -62/+201 |
| | | | | | | | | | | | | | | | | | | | | * add internal *url.URL implementation for regular URLs. * add internal implementation for SCP-like URLs. | ||||
| * | | | Merge pull request #363 from smola/dotgit-file | Máximo Cuadros | 2017-04-27 | 2 | -9/+142 |
| |\ \ \ | | | | | | | | | | | add support for .git as file, fixes #348 | ||||
| | * | | | add support for .git as file, fixes #348 | Santiago M. Mola | 2017-04-27 | 2 | -9/+142 |
| | |/ / | |||||
| * | | | Merge pull request #366 from smola/push-force | Máximo Cuadros | 2017-04-27 | 2 | -22/+151 |
| |\ \ \ | | |/ / | |/| | | support force push (refspec with +) | ||||
| | * | | support force push (refspec with +) | Santiago M. Mola | 2017-04-27 | 2 | -22/+151 |
| |/ / | | | | | | | | | | | | | * add support for force push * add support for push of new references | ||||
* | | | worktree: Commit method implementation | Máximo Cuadros | 2017-05-04 | 5 | -8/+437 |
| | | | |||||
* | | | plumbing: MemoryObject.Writer tracks his own size | Máximo Cuadros | 2017-05-04 | 5 | -30/+37 |
| | | | |||||
* | | | worktree: Status return untracked for untracked files | Máximo Cuadros | 2017-05-04 | 2 | -6/+5 |
| | | | |||||
* | | | worktree: Status return empty status instead of nil | Máximo Cuadros | 2017-05-03 | 2 | -2/+23 |
| | | | |||||
* | | | plumbing: object.Tree making public `tree` and `parents` | Máximo Cuadros | 2017-05-01 | 2 | -17/+19 |
| |/ |/| | |||||
* | | *: applying new index.Index changes | Máximo Cuadros | 2017-04-26 | 4 | -26/+27 |
| | | |||||
* | | plumbing: index, Entries converted in a slice of pointers | Máximo Cuadros | 2017-04-26 | 5 | -11/+11 |
|/ | |||||
* | Merge pull request #361 from mcuadros/worktree-add | Máximo Cuadros | 2017-04-26 | 3 | -4/+205 |
|\ | | | | | worktree: add method | ||||
| * | worktree: add method | Máximo Cuadros | 2017-04-26 | 3 | -4/+205 |
| | | |||||
* | | travis: fix export private key | Máximo Cuadros | 2017-04-26 | 2 | -5/+3 |
| | | |||||
* | | Merge pull request #360 from smola/go-vet | Máximo Cuadros | 2017-04-26 | 11 | -21/+22 |
|\ \ | | | | | | | fix go vet issues, add go vet to CI | ||||
| * | | add go vet to travis | Santiago M. Mola | 2017-04-26 | 1 | -0/+1 |
| | | | |||||
| * | | object: avoid unreachable code | Santiago M. Mola | 2017-04-26 | 1 | -4/+1 |
| | | | |||||
| * | | format/packfile: rename Seek to SeekFromStart | Santiago M. Mola | 2017-04-26 | 3 | -6/+8 |
| | | | | | | | | | | | | | | | | | | This has signature and behavior distinct from io.Seeker, go vet complains about this, so we change it to a different name to avoid confusion. | ||||
| * | | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 6 | -11/+12 |
| | | | |||||
* | | | plumbing: transport, ssh fix public key builder | Máximo Cuadros | 2017-04-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #356 from mcuadros/ssh-default-auth | Máximo Cuadros | 2017-04-26 | 4 | -13/+41 |
|\ \ \ | |/ / |/| | | transport: ssh, new DefaultAuthBuilder variable | ||||
| * | | transport: ssh, travis tests | Máximo Cuadros | 2017-04-21 | 3 | -12/+34 |
| | | | |||||
| * | | transport: ssh, new DefaultAuthBuilder variable | Máximo Cuadros | 2017-04-21 | 1 | -1/+7 |
| |/ | |||||
* | | Merge pull request #355 from mcuadros/ssh-encrypted | Máximo Cuadros | 2017-04-25 | 2 | -9/+35 |
|\ \ | |/ |/| | transport: ssh, NewPublicKeys support for encrypted PEM files | ||||
| * | transport: ssh, NewPublicKeys support for encrypted PEM files | Máximo Cuadros | 2017-04-21 | 2 | -9/+35 |
|/ | |||||
* | Merge pull request #347 from mcuadros/ssh | Máximo Cuadros | 2017-04-21 | 2 | -23/+68 |
|\ | | | | | transport: ssh, NewPublicKeys helper | ||||
| * | transport: ssh, NewPublicKeys helper | Máximo Cuadros | 2017-04-21 | 2 | -23/+68 |
| | | |||||
* | | Merge pull request #319 from ajnavarro/fix/parents-with-path | Santiago M. Mola | 2017-04-20 | 2 | -7/+30 |
|\ \ | |/ |/| | references.go: fix Parents from commit iterator | ||||
| * | Add test | Antonio Jesus Navarro Perez | 2017-04-19 | 1 | -0/+21 |
| | | |||||
| * | references.go: fix Parents from commit iterator | Antonio Jesus Navarro Perez | 2017-04-19 | 1 | -7/+9 |
|/ | | | | Avoid a panic when we are iterating parents from a commit. There are more than EOF errors, like Parse errors. Now instead of throw a panic we return the error. | ||||
* | Merge pull request #346 from mcuadros/ssh-known-hosts | Máximo Cuadros | 2017-04-17 | 3 | -2/+93 |
|\ | | | | | transport: ssh, default HostKeyCallback | ||||
| * | transport: ssh, fork knownhosts package (temporal) | Máximo Cuadros | 2017-04-17 | 1 | -1/+1 |
| | | |||||
| * | transport: ssh, default HostKeyCallback | Máximo Cuadros | 2017-04-16 | 3 | -2/+93 |
| | | |||||
* | | Merge pull request #344 from mcuadros/submodules-checkout | Máximo Cuadros | 2017-04-17 | 10 | -58/+483 |
|\ \ | | | | | | | worktree: reset and checkout support for submodules | ||||
| * | | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 8 | -53/+444 |
| | | | |||||
| * | | format: index, Index.Entry method | Máximo Cuadros | 2017-04-13 | 2 | -5/+39 |
| | | | |||||
* | | | appveyor: allow failures | Máximo Cuadros | 2017-04-17 | 1 | -1/+5 |
| |/ |/| | |||||
* | | travis: update | Máximo Cuadros | 2017-04-15 | 1 | -4/+2 |
| | |