Commit graph

14 commits

Author SHA1 Message Date
yulog cefa808653 chore: exec go fix ./... 2026-02-15 19:45:03 +09:00
Songmu a8f99be06c Make the NO_COLOR environment variable accept strings other than the “true” sings 2025-03-25 23:16:39 +09:00
Zhizhen He cf15ec26ef feat: support NO_COLOR environment variable 2024-12-19 15:53:24 +08:00
Yoichi NAKAYAMA dafa59dfa6 Support pijul 2024-02-02 06:07:34 +09:00
Songmu 065c541ef5 enhance logs on ghq get 2020-01-04 15:09:34 +09:00
Songmu 280a78ae9c add TestDoImport 2019-05-05 23:39:46 +09:00
Songmu d0a8b4be10 trivial fix 2019-05-05 21:44:17 +09:00
Songmu e08313f356 add comment for sub packages 2019-05-01 13:59:32 +09:00
Michihito Shigemura 8d67bb0bb0 Support bazaar checkout and bazaar branch
Config:

[ghq]
    vcs = bazaar

Examples:

$ ghq get https://launchpad.net/terminator
     clone https://launchpad.net/terminator -> /path/to/launchpad.net/terminator
       bzr branch https://launchpad.net/terminator /path/to/launchpad.net/terminator
$ ghq get -u https://launchpad.net/terminator
    update /path/to/launchpad.net/terminator
       bzr pull
2019-04-30 18:43:46 +09:00
Songmu 0d1c96502e remove logger.PanicIf 2019-04-28 04:09:39 +09:00
Songmu 90f87b146f generally loggers should output STDERR by default 2019-04-28 03:07:36 +09:00
Songmu 81acf0d925 remove logger.ErrorIf 2019-04-27 23:41:18 +09:00
Songmu 9f7ee1f3db remove logger.DieIf 2019-04-27 23:16:32 +09:00
Songmu e6cb060edf separate logger package from utils 2019-04-27 23:00:15 +09:00