mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
style: avoid lines longer than 80 characters
This commit is contained in:
parent
a806d0a312
commit
7b14ee6b9b
76 changed files with 1246 additions and 972 deletions
|
@ -32,9 +32,10 @@ bool descendantOf({
|
|||
|
||||
/// Count the number of unique commits between two commit objects.
|
||||
///
|
||||
/// There is no need for branches containing the commits to have any upstream relationship,
|
||||
/// but it helps to think of one as a branch and the other as its upstream, the ahead and
|
||||
/// behind values will be what git would report for the branches.
|
||||
/// There is no need for branches containing the commits to have any upstream
|
||||
/// relationship, but it helps to think of one as a branch and the other as its
|
||||
/// upstream, the ahead and behind values will be what git would report for the
|
||||
/// branches.
|
||||
List<int> aheadBehind({
|
||||
required Pointer<git_repository> repoPointer,
|
||||
required Pointer<git_oid> localPointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue