Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | ci windows | Máximo Cuadros | 2017-04-15 | 1 | -0/+18 |
|/ | |||||
* | Merge pull request #339 from mcuadros/status | Máximo Cuadros | 2017-04-12 | 19 | -292/+1288 |
|\ | | | | | worktree, status and reset implementation based on merkletrie | ||||
| * | examples: checkout example update | Máximo Cuadros | 2017-04-12 | 2 | -8/+20 |
| | | |||||
| * | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 8 | -122/+265 |
| | | |||||
| * | merkletrie: filesystem and index speedup and documentation | Máximo Cuadros | 2017-04-11 | 5 | -229/+190 |
| | | |||||
| * | merge, Repository.Log | Máximo Cuadros | 2017-04-11 | 19 | -181/+345 |
| |\ | |/ |/| | |||||
* | | Merge pull request #337 from ajnavarro/repository-log | Máximo Cuadros | 2017-04-11 | 14 | -173/+331 |
|\ \ | | | | | | | Add Repository.Log() method (fix #298) | ||||
| * | | Modify examples | Antonio Jesus Navarro Perez | 2017-04-11 | 3 | -15/+24 |
| | | | |||||
| * | | Add Repository.Log() method (fix #298) | Antonio Jesus Navarro Perez | 2017-04-11 | 11 | -158/+307 |
|/ / | | | | | | | | | | | | | | | | | | | - CommitIter is now an interface - The old CommitIter implementation is now called StorerCommitIter - CommitWalker and CommitWalkerPost are now iterators (CommitPreIterator and CommitPostIterator). - Remove Commit.History() method. There are so many ways to iterate a commit history, depending of the use case. Now, instead of use the History() method, you must use CommitPreIterator or CommitPostIterator. - Move commitSorterer to references.go because is the only place that it is used, and it must not be used into another place. - Make References method private, it must only be used into blame logic. - Added a TODO into references method, where the sortCommits is used to remove it in a near future. | ||||
* | | plumbing: transport, handle 403 in http transport | Chris Dostert | 2017-04-10 | 5 | -8/+14 |
| | | |||||
| * | worktree, status implementation based on merkletrie and reset and checkout ↵ | Máximo Cuadros | 2017-04-11 | 8 | -268/+632 |
| | | | | | | | | implementations | ||||
| * | plumbing: object, public Tree.FindEntry and minor diff changes | Máximo Cuadros | 2017-04-11 | 4 | -8/+17 |
| | | |||||
| * | plumbing: format, index stringer | Máximo Cuadros | 2017-04-11 | 1 | -0/+23 |
| | | |||||
| * | merkletrie: node support for billy filesystems | Máximo Cuadros | 2017-04-11 | 2 | -0/+255 |
| | | |||||
| * | merkletrie: node support for index file | Máximo Cuadros | 2017-04-11 | 2 | -0/+229 |
|/ | |||||
* | Merge pull request #334 from taralx/rawConfig | Máximo Cuadros | 2017-04-08 | 1 | -14/+14 |
|\ | | | | | Export raw config | ||||
| * | Export raw config. | JP Sugarbroad | 2017-04-06 | 1 | -14/+14 |
|/ | |||||
* | Merge pull request #333 from taralx/master | Máximo Cuadros | 2017-04-07 | 1 | -6/+22 |
|\ | | | | | Lazily load object index. | ||||
| * | Lazily load object index. | JP Sugarbroad | 2017-04-06 | 1 | -6/+22 |
| | | | | | | | | fixes #327 | ||||
* | | Merge pull request #331 from marwan-at-work/examples | Máximo Cuadros | 2017-04-06 | 4 | -3/+45 |
|\ \ | |/ |/| | add git checkout example + housekeeping |