Skip to content

Commit

Permalink
Git::SVN::*: add missing "NAME" section to perldoc
Browse files Browse the repository at this point in the history
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 <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Jonathan Nieder authored and Eric Wong committed May 9, 2013
1 parent e234ac9 commit d301f18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perl/Git/SVN/Editor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ sub apply_diff {
1;
__END__
=head1 NAME
Git::SVN::Editor - commit driver for "git svn set-tree" and dcommit
=head1 SYNOPSIS
Expand Down
2 changes: 2 additions & 0 deletions perl/Git/SVN/Fetcher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ sub stash_placeholder_list {
1;
__END__
=head1 NAME
Git::SVN::Fetcher - tree delta consumer for "git svn fetch"
=head1 SYNOPSIS
Expand Down
2 changes: 2 additions & 0 deletions perl/Git/SVN/Prompt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ sub _read_password {
1;
__END__
=head1 NAME
Git::SVN::Prompt - authentication callbacks for git-svn
=head1 SYNOPSIS
Expand Down
2 changes: 2 additions & 0 deletions perl/Git/SVN/Ra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ sub skip_unknown_revs {
1;
__END__
=head1 NAME
Git::SVN::Ra - Subversion remote access functions for git-svn
=head1 SYNOPSIS
Expand Down

0 comments on commit d301f18

Please sign in to comment.