diff --git a/.vscode/settings.json b/.vscode/settings.json index f03d117..ea22aa8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,8 @@ "hardlink", "mtimes", "myslot", - "tmpfs" + "oneline", + "tmpfs", + "topo" ] } diff --git a/incremental-clone/action.yml b/incremental-clone/action.yml index 5c3b77b..288dfa4 100644 --- a/incremental-clone/action.yml +++ b/incremental-clone/action.yml @@ -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