| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #930 from steiler/fixSockets | Paulo Gomes | 2023-11-20 | 2 | -0/+30 |
|\ |
|
| * | utils: merkletrie, Skip loading sockets as filesystem nodes. Fixes #312 | steiler | 2023-11-19 | 2 | -0/+30 |
* | | utils: move trace to utils | Ayman Bagabas | 2023-11-16 | 2 | -0/+150 |
* | | utils: remove ioutil.Pipe and use std library io.Pipe | Ayman Bagabas | 2023-11-13 | 3 | -29/+1 |
* | | [fuzzing] cifuzz, update fuzzers, bug fix | Arjun Singh | 2023-10-06 | 1 | -9/+0 |
* | | fuzzing : fuzz testing support for oss-fuzz integration | Arjun Singh | 2023-10-02 | 1 | -0/+9 |
* | | *: fix some typos | Zhizhen He | 2023-09-08 | 3 | -3/+3 |
|/ |
|
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 1 | -4/+4 |
* | Optimize zlib reader and consolidate sync.pools | Paulo Gomes | 2022-11-07 | 6 | -0/+303 |
* | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 1 | -14/+0 |
|\ |
|
| * | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 1 | -14/+0 |
* | | simplified sparse checkout | John Cai | 2021-11-09 | 8 | -3/+55 |
|/ |
|
* | plumbing: format/packfile, prevent large objects from being read into memory ... | zeripath | 2021-06-30 | 1 | -0/+40 |
* | Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2 | zeripath | 2021-06-02 | 1 | -22/+0 |
* | plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0 | zeripath | 2021-05-12 | 1 | -0/+22 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 3 | -1/+29 |
* | Dont skip error | Oleg Kovalov | 2020-07-06 | 1 | -2/+1 |
* | fix nil | Oleg Kovalov | 2020-07-01 | 1 | -3/+4 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 3 | -3/+5 |
* | plumbing: detect renames by hash and similar content in diff tree | Miguel Molina | 2020-04-23 | 1 | -4/+8 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 22 | -40/+40 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 6 | -12/+12 |
* | format: diff, Handle no newline at end of file. Fixes #936 | Stuart Jansen | 2019-10-13 | 1 | -0/+31 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 2 | -3/+3 |
* | utils: binary reader, add ReadUntilFromBufioReader() | Arran Walker | 2019-04-22 | 2 | -6/+22 |
* | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 1 | -0/+9 |
* | Add diff.DoWithTimeout() | Vadim Markovtsev | 2019-03-13 | 1 | -2/+16 |
* | Increase diffmatchcpatch timeout | Vadim Markovtsev | 2019-03-10 | 1 | -0/+2 |
* | Remove Unicode normalization in difftree | Vadim Markovtsev | 2019-02-11 | 3 | -10/+31 |
* | Merge pull request #874 from smola/patchcontextv4.5.0 | Máximo Cuadros | 2018-07-10 | 2 | -0/+82 |
|\ |
|
| * | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 2 | -0/+82 |
* | | utils: diff, skip useless rune->string conversion | Marc Barussaud | 2018-06-26 | 1 | -2/+2 |
|/ |
|
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 2 | -3/+4 |
* | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 4 | -7/+7 |
* | utils: merkletrie, filesystem fix symlinks to dir | Máximo Cuadros | 2017-11-20 | 1 | -0/+36 |
* | 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 |
* | format: idxfile, support for >2Gb packfiles | Máximo Cuadros | 2017-07-27 | 2 | -1/+17 |
* | ioutil: Context and OnError helpers | Máximo Cuadros | 2017-07-25 | 2 | -1/+197 |
* | 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 |
* | format/diff: unified diff encoder and public API | Antonio Jesus Navarro Perez | 2017-05-23 | 2 | -0/+55 |
* | *: 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 |