Skip to content

Commit d301f18

Browse files
jrnEric Wong
authored andcommitted
Git::SVN::*: add missing "NAME" section to perldoc
lexgrog(1) relies on the NAME section to find a manpage's subject's name and description for easy access later using "man -k". Add the section it expects. Noticed using lintian. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Eric Wong <[email protected]>
1 parent e234ac9 commit d301f18

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

perl/Git/SVN/Editor.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ sub apply_diff {
499499
1;
500500
__END__
501501
502+
=head1 NAME
503+
502504
Git::SVN::Editor - commit driver for "git svn set-tree" and dcommit
503505
504506
=head1 SYNOPSIS

perl/Git/SVN/Fetcher.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ sub stash_placeholder_list {
512512
1;
513513
__END__
514514
515+
=head1 NAME
516+
515517
Git::SVN::Fetcher - tree delta consumer for "git svn fetch"
516518
517519
=head1 SYNOPSIS

perl/Git/SVN/Prompt.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ sub _read_password {
125125
1;
126126
__END__
127127
128+
=head1 NAME
129+
128130
Git::SVN::Prompt - authentication callbacks for git-svn
129131
130132
=head1 SYNOPSIS

perl/Git/SVN/Ra.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ sub skip_unknown_revs {
627627
1;
628628
__END__
629629
630+
=head1 NAME
631+
630632
Git::SVN::Ra - Subversion remote access functions for git-svn
631633
632634
=head1 SYNOPSIS

0 commit comments

Comments
 (0)