| author | |
| committer | |
| log | c5ef44d0423dedd88992dae7acc152fe6f3de7b1 |
| tree | 520350444d6be2b3fc37b69686c9370dd12a8437 |
| parent | 497f93745c8363ec6d48c5fb9645762bebd93cfc |
1 files changed, 6 insertions(+), 0 deletions(-)
src/util/dep_type.zig+6| ... | ... | @@ -5,3 +5,9 @@ pub const DepType = enum { |
| 5 | 5 | git, // https://git-scm.com/ |
| 6 | 6 | hg, // https://www.mercurial-scm.org/ |
| 7 | 7 | }; |
| 8 | ||
| 9 | pub const GitVersionType = enum { | |
| 10 | branch, | |
| 11 | tag, | |
| 12 | commit, | |
| 13 | }; |