Grzegorz Dlugoszewski
|
eadc2ff45e
|
Fix issues found by godot linter
|
2025-08-24 17:18:03 +02:00 |
|
Grzegorz Dlugoszewski
|
599643892b
|
Fix issues found by revive linter
|
2025-08-24 16:09:27 +02:00 |
|
Grzegorz Dlugoszewski
|
f60cfd1e40
|
Fix issues found by varnamelen linter
|
2025-08-24 15:44:22 +02:00 |
|
Grzegorz Dlugoszewski
|
0bf2765349
|
Fix issues found by wsl linter
|
2025-08-24 14:54:02 +02:00 |
|
Grzegorz Dlugoszewski
|
b2d1d773f7
|
Indicate if error occured during status loading and print the list of errors
|
2020-07-27 16:17:13 +02:00 |
|
Grzegorz Dlugoszewski
|
5c9cb12bab
|
Fix tree view indentation
|
2020-07-01 21:31:50 +02:00 |
|
Grzegorz Dlugoszewski
|
aee6d8209b
|
Improve printing tree view
...by correctly indenting the branches list
|
2020-06-30 16:19:15 +02:00 |
|
Grzegorz Dlugoszewski
|
539c3beb90
|
Load repos status simultaneously with goroutines
Also, refactor printer interface.
|
2020-06-25 12:53:27 +02:00 |
|
Grzegorz Dlugoszewski
|
fe07ab3c8a
|
Fix typos in comments
|
2020-06-25 00:00:09 +02:00 |
|
Grzegorz Dlugoszewski
|
8c132cdafa
|
Remove gogit and major refactoring (#2)
* Fix typo in readme
* Reimplement all git methods without go-git
* Rename repo pkg to git, add gitconfig methods
* Improve tests for configuration reading
* Rename package file to io and move RepoFinder there
* Refactor printers
- Remove smart printer
- Decouple printers from git repos with interfaces
- Update printer functions
- Remove unnecessary flags
- Add better remote URL detection
* Update readme and go.mod
* Add author to git commit in tests
Otherwise tests will fail in CI.
* Install git before running tests and don't use cgo
* Add better error message, revert installing git
* Ensure commit message is in quotes
* Set up git config before running tests
|
2020-06-24 23:54:44 +02:00 |
|
Grzegorz Dlugoszewski
|
32211e6408
|
Cleanup the print package
- Use strings.Builder instead of concatenation
- Move smart tree to a separate file
- Add missing docstrings
|
2020-06-18 19:20:03 +02:00 |
|
Grzegorz Dlugoszewski
|
8511cd6c97
|
Rename git package to repo package
|
2020-06-18 14:22:03 +02:00 |
|
Grzegorz Dlugoszewski
|
da8f0931d0
|
Add a "dump" output option to git-list
It prints a list of all repos URL and is supposed to be consumed by `git get --dump` option.
|
2020-06-18 11:05:39 +02:00 |
|
Grzegorz Dlugoszewski
|
33ca245d3a
|
Refactor pkg directory back
|
2020-06-12 20:19:05 +02:00 |
|