Module Make.StatusSource

Sourcetype t = [
  1. | `Branch of branch
  2. | `Commit of commit
  3. | `Empty
]
Sourceval pp : t Fmt.t