Skip to content

Commit

Permalink
Add --topo-order to incremental-clone action
Browse files Browse the repository at this point in the history
  • Loading branch information
dimikot committed Nov 20, 2024
1 parent 542f591 commit d52d36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"hardlink",
"mtimes",
"myslot",
"tmpfs"
"oneline",
"tmpfs",
"topo"
]
}
4 changes: 2 additions & 2 deletions incremental-clone/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
fi
git status
git log -10 --oneline
git log --topo-order -10 --oneline
git checkout FETCH_HEAD
git status
git log -10 --oneline
git log --topo-order -10 --oneline

0 comments on commit d52d36c

Please sign in to comment.