HomeSort by: relevance | last modified time | path
    Searched refs:author_line (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 350 my $author_line = shift @line;
351 defined $author_line
353 $author_line =~ /^(\d+) (.*>)$/
355 . "(expected date/author/email):\n$author_line\n";
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 350 my $author_line = shift @line;
351 defined $author_line
353 $author_line =~ /^(\d+) (.*>)$/
355 . "(expected date/author/email):\n$author_line\n";
  /src/lib/libc/time/
Makefile 796 author_line { sub(/^.[[:space:]]*/, ""); \
802 /Questions or comments to:/ { author_line = 1 } \
  /src/external/public-domain/tz/dist/
Makefile 796 author_line { sub(/^.[[:space:]]*/, ""); \
802 /Questions or comments to:/ { author_line = 1 } \
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 280 return [author_line[0] for author_line in self.author_lines]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 272 return [author_line[0] for author_line in self.author_lines]

Completed in 57 milliseconds