| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 2 | -5/+6 |
* | transport: ssh, NewPublicKeys support for encrypted PEM files | Máximo Cuadros | 2017-04-21 | 2 | -9/+35 |
* | transport: ssh, NewPublicKeys helper | Máximo Cuadros | 2017-04-21 | 2 | -23/+68 |
* | 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 |
* | | format: index, Index.Entry method | Máximo Cuadros | 2017-04-13 | 2 | -5/+39 |
|/ |
|
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 2 | -13/+16 |
* | merkletrie: filesystem and index speedup and documentation | Máximo Cuadros | 2017-04-11 | 1 | -18/+11 |
* | merge, Repository.Log | Máximo Cuadros | 2017-04-11 | 10 | -135/+164 |
|\ |
|
| * | Add Repository.Log() method (fix #298) | Antonio Jesus Navarro Perez | 2017-04-11 | 5 | -127/+150 |
| * | plumbing: transport, handle 403 in http transport | Chris Dostert | 2017-04-10 | 5 | -8/+14 |
* | | 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 |
|/ |
|
* | 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 |
* | Work around a Go bug when parsing timezones | Nick Thomas | 2017-03-30 | 1 | -1/+6 |
* | 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 |
|\ \
| |/
|/| |
|
| * | plumbing/object: add WalkCommitHistoryPost func | Daniel Martí | 2017-03-27 | 2 | -7/+59 |
* | | plumbing: ReferenceType as Stringer | Máximo Cuadros | 2017-03-22 | 2 | -0/+17 |
* | | Merge pull request #296 from ajnavarro/improvement/repository | Santiago M. Mola | 2017-03-21 | 2 | -1/+161 |
|\ \
| |/
|/| |
|
| * | Make referenceFilteredIter private | Antonio Jesus Navarro Perez | 2017-03-06 | 1 | -5/+5 |
| * | git: Repository methods changes | Antonio Jesus Navarro Perez | 2017-03-06 | 2 | -1/+161 |
* | | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 2 | -3/+3 |
* | | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 124 | -289/+289 |
|/ |
|
* | difftree: simplify hash comparison with deprecated files modes | Alberto Cortés | 2017-03-03 | 3 | -51/+31 |
* | Merge pull request #299 from ajnavarro/fix/read-all | Santiago M. Mola | 2017-03-03 | 1 | -4/+4 |
|\ |
|
| * | Return values of Read not checked (fix #65) | Antonio Jesus Navarro Perez | 2017-03-02 | 1 | -4/+4 |
* | | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 12 | -255/+221 |
* | | new filemode package | Alberto Cortés | 2017-03-01 | 2 | -0/+536 |
|/ |
|
* | Merge pull request #294 from ajnavarro/improvement/todos-documentation | Santiago M. Mola | 2017-03-01 | 4 | -8/+8 |
|\ |
|
| * | Remove TODOs from documentation | Antonio Jesus Navarro Perez | 2017-02-28 | 4 | -8/+8 |
* | | Merge pull request #292 from ajnavarro/improvement/revlist | Máximo Cuadros | 2017-02-28 | 4 | -86/+138 |
|\ \
| |/
|/| |
|
| * | plumbing/revlist: input as a slice of hashes instead of commits | Antonio Jesus Navarro Perez | 2017-02-27 | 4 | -86/+138 |
* | | Merge pull request #289 from ajnavarro/documentation/cache | Santiago M. Mola | 2017-02-27 | 3 | -16/+21 |
|\ \ |
|
| * | | plumbing/cache: specify units in memory size (Fix #234) | Antonio Jesus Navarro Perez | 2017-02-27 | 3 | -16/+21 |
| |/ |
|
* | | Merge pull request #288 from ajnavarro/documentation/plumbing | Máximo Cuadros | 2017-02-27 | 7 | -11/+56 |
|\ \
| |/
|/| |
|
| * | plumbing: improve documentation (Fix #242) | Antonio Jesus Navarro Perez | 2017-02-23 | 7 | -11/+56 |
* | | Added documentation to Diff method | Antonio Jesus Navarro Perez | 2017-02-24 | 1 | -0/+1 |
* | | plumbing/object: move difftree to object package | Antonio Jesus Navarro Perez | 2017-02-24 | 8 | -66/+66 |
* | | Merge pull request #286 from ajnavarro/fix/reference-iterator | Máximo Cuadros | 2017-02-24 | 2 | -1/+25 |
|\ \ |
|
| * | | plumbing/storer: referenceIterator now returns the error if any | Antonio Jesus Navarro Perez | 2017-02-23 | 2 | -1/+25 |
| |/ |
|
* | | difftree: ignore permissions changes between regular files | Alberto Cortés | 2017-02-22 | 2 | -6/+45 |
* | | test for issue 279 | Alberto Cortés | 2017-02-22 | 2 | -4/+28 |
|/ |
|
* | Merge pull request #282 from mcuadros/ssh-agent-fix | Máximo Cuadros | 2017-02-21 | 2 | -3/+26 |
|\ |
|