mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
fix: commit history count
This commit is contained in:
@@ -59,6 +59,7 @@ query(
|
||||
defaultBranchRef @skip(if: $branchSpecified) {
|
||||
name
|
||||
target {
|
||||
__typename
|
||||
... on Commit {
|
||||
history {
|
||||
totalCount
|
||||
@@ -69,6 +70,7 @@ query(
|
||||
ref(qualifiedName: $branch) @include(if: $branchSpecified) {
|
||||
name
|
||||
target {
|
||||
__typename
|
||||
... on Commit {
|
||||
history {
|
||||
totalCount
|
||||
|
||||
Reference in New Issue
Block a user