mirror of
https://github.com/italicsjenga/actions-test.git
synced 2024-12-23 08:31:43 +11:00
Compare commits
18 commits
c240c27597
...
2512003334
Author | SHA1 | Date | |
---|---|---|---|
Alex Janka | 2512003334 | ||
Alex Janka | ae0af08032 | ||
Alex Janka | 9b18ed5af6 | ||
Alex Janka | 060c95782f | ||
Alex Janka | 0aaca587e8 | ||
Alex Janka | aae4c66ef6 | ||
Alex Janka | f10bdad559 | ||
Alex Janka | 83026886ac | ||
Alex Janka | f601d2c698 | ||
Alex Janka | 07cf30c601 | ||
Alex Janka | ab4fdb55a3 | ||
Alex Janka | ab07e0813e | ||
Alex Janka | f84270fee0 | ||
Alex Janka | 9d6230e63c | ||
Alex Janka | 6ec00dbd81 | ||
Alex Janka | fe0ccc71d6 | ||
Alex Janka | 5064c1798b | ||
Alex Janka | e6719990fa |
17
.github/workflows/merge.yml
vendored
17
.github/workflows/merge.yml
vendored
|
@ -19,12 +19,23 @@ jobs:
|
||||||
# run: git sparse-checkout disable; git checkout origin/main
|
# run: git sparse-checkout disable; git checkout origin/main
|
||||||
- name: status
|
- name: status
|
||||||
run: git status
|
run: git status
|
||||||
- name: descibe
|
- name: shallow
|
||||||
run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no
|
run: cat .git/shallow
|
||||||
|
- name: deepen tree
|
||||||
|
run: |
|
||||||
|
git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
|
||||||
|
git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no --update-shallow
|
||||||
|
# - name: deepen tree
|
||||||
|
# run: |
|
||||||
|
# depth=0
|
||||||
|
# while ! git describe --tags main; do
|
||||||
|
# depth=$((depth + 1))
|
||||||
|
# git fetch --tags --recurse-submodules=no --depth $depth origin main
|
||||||
|
# done
|
||||||
- name: status
|
- name: status
|
||||||
run: git status
|
run: git status
|
||||||
- name: descibe
|
- name: descibe
|
||||||
run: git describe --tags
|
run: git describe --tags main
|
||||||
- name: show refs
|
- name: show refs
|
||||||
run: find .git/refs
|
run: find .git/refs
|
||||||
# - name: peepee poopoo
|
# - name: peepee poopoo
|
||||||
|
|
Loading…
Reference in a new issue