git rev list - Git --min-children, any way? -
is there clean way obtain effect of hypothetical --min-children= git rev-list parameter? (which of course counterpart of --min-parents, returning commits have indicated minimum number of children)
the way can see parse result of rev-list --children pick rows (number of columns)=(min-children wanted + 1), wonder if there's better way (and why git doesn't natively support such search).
i think might useful in quest find commits belonging single feature branch, nice think have in general.
 
 
  
Comments
Post a Comment