Module gix::config::tree::keys::validate

source ·
Expand description

various implementations of the Validate trait.

Structs

  • Everything is valid.
  • Assure that values that parse as git booleans are valid.
  • Durations in milliseconds.
  • Values that are programs executables, everything is allowed.
  • Values that parse as ref-specs for pushing.
  • Timeouts used for file locks.
  • Any path - everything is allowed.
  • Values that are programs - everything is allowed.
  • Values that parse as ref-specs for pushing.
  • Values that are git remotes, symbolic or urls
  • A UTF-8 string.
  • Assure that values that parse as git dates are valid.
  • Assure that values that parse as unsigned integers are valid.
  • Values that parse as URLs.