On Wed, Aug 07, 2019 at 12:37:21PM +0200, Daniel Vetter wrote: > Just a bit of ocd ... One functional change is the switch from $DRY to > the $DRY_RUN flag in dim_pull_request. That one didn't have a > justification, and the one for the other place in dim_create_branch > didn't seem to apply really. > > Signed-off-by: Daniel Vetter <daniel.vet...@intel.com> > --- > dim | 29 +++++++++++++++++------------ > 1 file changed, 17 insertions(+), 12 deletions(-) > > diff --git a/dim b/dim > index f1b43552cb59..304a4d4ba7d3 100755 > --- a/dim > +++ b/dim > @@ -385,6 +385,11 @@ function git_committer_email > echo $committer_email > } > > +function git_push > +{ > + git_push "$@"
Looks like we went one substitution too far _______________________________________________ dim-tools mailing list dim-tools@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dim-tools