| Commit message (Expand) | Author | Age | Files | Lines |
* | format/packfile: rename Seek to SeekFromStart | Santiago M. Mola | 2017-04-26 | 3 | -6/+8 |
* | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 6 | -11/+12 |
* | 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 | 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 | 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 |
|\ \
| |/
|/| |
|
| * | 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 |
|/ |
|
* | Merge pull request #346 from mcuadros/ssh-known-hosts | Máximo Cuadros | 2017-04-17 | 3 | -2/+93 |
|\ |
|
| * | 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 | 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 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | 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 |
|/ / |
|
* | | 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 im... | Máximo Cuadros | 2017-04-11 | 8 | -268/+632 |
| * | 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. | 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. | JP Sugarbroad | 2017-04-06 | 1 | -6/+22 |
* | | Merge pull request #331 from marwan-at-work/examples | Máximo Cuadros | 2017-04-06 | 4 | -3/+45 |
|\ \
| |/
|/| |
|
| * | pr-fixes | marwan-at-work | 2017-04-06 | 3 | -5/+5 |
| * | add git checkout example + housekeeping | marwan-at-work | 2017-04-06 | 3 | -3/+45 |
* | | Merge pull request #324 from ajnavarro/fix/changes-file-for-non-files-no-error | Máximo Cuadros | 2017-04-06 | 3 | -0/+62 |
|\| |
|
| * | Set correct modes to change_adaptor tests | Antonio Jesus Navarro Perez | 2017-04-06 | 1 | -0/+6 |
| * | object: fix Change.Files() method behavior (fix #317) | Antonio Jesus Navarro Perez | 2017-04-06 | 2 | -0/+56 |
|/ |
|
* | Merge pull request #320 from lupine/318-fix-timezone-parsing | Máximo Cuadros | 2017-03-31 | 1 | -1/+6 |
|\ |
|
| * | Work around a Go bug when parsing timezones | Nick Thomas | 2017-03-30 | 1 | -1/+6 |
|/ |
|
* | Merge pull request #316 from BencicAndrej/readme-example-fix | Máximo Cuadros | 2017-03-29 | 1 | -1/+1 |
|\ |
|
| * | Updated README in memory example. | Andrej Bencic | 2017-03-28 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #314 from lupine/249-fix-bufio-buffer-full | Máximo Cuadros | 2017-03-28 | 4 | -2/+36 |
|\ |
|
| * | plumbing: Use ReadBytes() rather than ReadSlice() | Nick Thomas | 2017-03-27 | 4 | -2/+36 |
* | | plumbing: Reference, support slash separated branch (#302) | Yusuke Hatanaka | 2017-03-28 | 2 | -2/+26 |
* | | Merge pull request #305 from mvdan/history-reverse | Santiago M. Mola | 2017-03-27 | 2 | -7/+59 |
|\ \
| |/
|/| |
|