Home | History | Annotate | Download | only in Scripts

Lines Matching refs:split

1400     my @lines = split(/$lineEnding/, $patch);
1723 my $name = $ENV{CHANGE_LOG_NAME} || $ENV{REAL_NAME} || gitConfig("user.name") || (split /\s*,\s*/, (getpwuid $<)[6])[0];