Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuzzing : fuzz testing support for oss-fuzz integration | Arjun Singh | 2023-10-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com> | ||||
* | revision: fix endless looping in revision parser | Michael Henriksen | 2022-02-19 | 2 | -2/+9 |
| | | | | | | | | | | | Fixes a bug in the revision parser which caused an endless loop when parsing revisions with opening braces "{" but no closing braces "}". Example bad revisions: - ^{/ - ~@{ - @@{{0 | ||||
* | Merge pull request #125 from cristaloleg/minor-linter-fixes | Máximo Cuadros | 2020-07-16 | 1 | -3/+3 |
|\ | | | | | *: minor linter fixes | ||||
| * | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 1 | -3/+3 |
| | | |||||
* | | Support partial hashes in Repository.ResolveRevision. | David Symonds | 2020-07-16 | 2 | -1/+2 |
|/ | | | | | | | | | | | | | Like `git rev-parse <prefix>`, this enumerates the hashes of objects with the given prefix and adds them to the list of candidates for resolution. This has an exhaustive slow path, which requires enumerating all objects and filtering each one, but also a couple of fast paths for common cases. There's room for future work to make this faster; TODOs have been left for that. Fixes #135. | ||||
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 1 | -8/+8 |
| | |||||
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 3 | -3/+3 |
| | | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com> | ||||
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | Add revision implementation (#139) | Anthony HAMON | 2017-02-06 | 5 | -0/+1356 |