Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All, There Is Any Way To Set The Flags Used For

hi all, there is any way to set the flags used for git clone when executed inside a Docker container (or wherever, i guess 🙂 ). I see https://github.com/allegroai/trains-agent/blob/master/trains_agent/helper/repo.py#L491 that clone_flags are defined, but cannot find the place in ~/trains.conf to set them. Thanks

  
  
Posted 3 years ago
Votes Newest

Answers 5


Hi OutrageousGrasshopper93 , do you mean you'd like to specify additional clone flags in the config file?

  
  
Posted 3 years ago

We always appreciate PRs 🙂

  
  
Posted 3 years ago

yes, in general, i want to control the behavior of git clone . Is it possible?

  
  
Posted 3 years ago

thanks! I'll consider

  
  
Posted 3 years ago

I think that currently that's not possible, but can be easily added.

  
  
Posted 3 years ago
504 Views
5 Answers
3 years ago
one year ago
Tags