Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 6 | -12/+12 |
| | | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com> | ||||
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 2 | -3/+3 |
| | | | | | | | No need to convert these values, they're already of the right type. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> (cherry picked from commit a1d8a7ac8bd0e4aff0f27dbb8bb37b8bd13a1346) | ||||
* | Remove Unicode normalization in difftree | Vadim Markovtsev | 2019-02-11 | 3 | -10/+31 |
| | | | | | | Fixes #1057 Signed-off-by: Vadim Markovtsev <vadim@sourced.tech> | ||||
* | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 2 | -0/+82 |
| | | | | Signed-off-by: Marc Barussaud <marc.barussaud@orange.com> | ||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 2 | -3/+4 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 3 | -3/+3 |
| | |||||
* | utils: merkletrie, filesystem fix symlinks to dir | Máximo Cuadros | 2017-11-20 | 1 | -0/+36 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Fix support for dir symlinks | Dmitry Frank | 2017-11-10 | 1 | -0/+4 |
| | |||||
* | worktree: normalized string comparison tests | Máximo Cuadros | 2017-08-02 | 1 | -1/+11 |
| | |||||
* | Normalize filenames before comparing. | Josh Betz | 2017-07-31 | 1 | -1/+7 |
| | | | | | | | | | Some multibyte characters can have multiple representations. Before comparing strings, we need to normalize them. In this case we're normalizing to normalized form C, but it shouldn't matter as long as both strings are normalized to the same form. Fixes https://github.com/src-d/go-git/issues/495 | ||||
* | utils: merkletrie filesystem based on path, and not in filepath | Máximo Cuadros | 2017-07-19 | 3 | -14/+14 |
| | |||||
* | utils: merkletrie fix test on windows | Máximo Cuadros | 2017-07-18 | 2 | -16/+23 |
| | |||||
* | remote: fix Worktree.Status on empty repository | Máximo Cuadros | 2017-07-13 | 2 | -2/+13 |
| | |||||
* | utils: merkletrie support for symlinks | Máximo Cuadros | 2017-06-18 | 2 | -6/+54 |
| | |||||
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 2 | -5/+5 |
| | |||||
* | *: applying new index.Index changes | Máximo Cuadros | 2017-04-26 | 2 | -9/+13 |
| | |||||
* | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 3 | -5/+5 |
| | |||||
* | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 2 | -12/+81 |
| | |||||
* | merkletrie: filesystem and index speedup and documentation | Máximo Cuadros | 2017-04-11 | 4 | -211/+179 |
| | |||||
* | 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 |
| | |||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 15 | -22/+22 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | Fix issue 275 (edited) (#276) | Alberto Cortés | 2017-02-22 | 8 | -81/+302 |
| | | | | | | | | | Fix #275 . It was not possible to write a test for this issue as the original fsnoder didn't support filenames with length > 1. Therefore this patch has 3 commits: add support for long filenames in fsnoder. add a test case for the issue using the new long filenames from step 1. fix the issue by comparing paths level by level instead of lexigographically over the whole path. | ||||
* | merkletrie: fix const action type fuck up (#268) | Alberto Cortés | 2017-02-14 | 2 | -1/+12 |
| | | | | Action constants (Insert, Delete, Modify) have type int instead of Action. This patch make them Actions. | ||||
* | simplify noder mocks in test (#265) | Alberto Cortés | 2017-02-13 | 2 | -18/+4 |
| | |||||
* | add difftree for noders (#262) | Alberto Cortés | 2017-02-13 | 7 | -13/+1246 |
| | | | | | difftree for noders | ||||
* | add merkletrie iterator and its helper frame type (#252) | Alberto Cortés | 2017-02-06 | 4 | -0/+873 |
| | | | | | | | | * add merkletrie iterator and its helper frame type * requested changes by mcuadros * reuqested changes: smola | ||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 6 | -6/+6 |
| | |||||
* | delete old noder, create a new one in utils (#241) | Alberto Cortés | 2017-01-30 | 11 | -0/+1466 |