Commit Graph

6 Commits

Author SHA1 Message Date
lilydjwg 2782205efc remove unused # type: ignore 2022-11-20 14:16:33 +08:00
lilydjwg 491a71add7 git source: support fetching commit hash on a branch 2020-12-24 22:01:22 +08:00
Felix Yan 3ffb34257a
Use list comprehension instead of map lambda 2020-09-24 16:13:45 +08:00
Felix Yan 7213d84056
Avoid using regex at all 2020-09-24 05:45:09 +08:00
Felix Yan d7624defd7
Fix mypy and regex flag 2020-09-24 04:51:28 +08:00
Felix Yan c9b689d67b
Add a git source
It's a thin wrapper around the cmd source, and reuses its get_cmd
function.
2020-09-24 04:26:12 +08:00