Skip to content

Commit

Permalink
Branch.pm: Clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesg committed Aug 5, 2014
1 parent 97355f8 commit 6dd279f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Git/Raw/Branch.pm
Expand Up @@ -52,12 +52,14 @@ return C<undef>.
=head2 upstream_name( )
Return the name of the reference supporting the remote tracking branch, given
the the local branch.
the the local branch. If there is no associated remote tracking branch, this
function will return C<undef>.
=head2 remote_name( )
Return the name of remote that the remote tracking branch belongs to, given
the local branch.
the local branch. If there is no associated remote tracking branch, this
function will return C<undef>.
=head2 is_head( )
Expand Down

0 comments on commit 6dd279f

Please sign in to comment.