Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | plumbing: color, make package external | Tom Payne | 2020-04-29 | 1 | -38/+0 |
| | |||||
* | plumbing: diff, Add initial colored output support. Fixes #33. | Tom Payne | 2020-04-26 | 1 | -0/+38 |
| | |||||
* | 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> | ||||
* | Use gocheck for test. | Chief | 2019-08-30 | 1 | -17/+27 |
| | | | | Signed-off-by: Chief <admin@117.sh> | ||||
* | Add tests for SSH url matching. | Chief | 2019-08-30 | 1 | -0/+50 |
| | | | | Signed-off-by: Chief <admin@117.sh> | ||||
* | Add numeric username support for SSH urls. | Chief | 2019-08-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Chief <admin@117.sh> | ||||
* | config: add a way to see if a "remote" URL is local or not | Jeremy Stribling | 2019-02-11 | 1 | -0/+37 |
| | | | | | | | | This factors out some URL-parsing code from the transport layer so it can be used by config as well. Issue: #909 Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | ||||
* | 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 |
| | |||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 3 | -188/+0 |
| | |||||
* | tree and commit | Máximo Cuadros | 2015-10-27 | 3 | -9/+22 |
| | |||||
* | objects: using readers from internal.Object | Máximo Cuadros | 2015-10-26 | 3 | -0/+175 |