Post AlmHzZ8vANN0qtFixE by [email protected] | |
More posts by [email protected] | |
Post #AlmHzZ0legqeRbRDFI by [email protected] | |
0 likes, 0 repeats | |
In a GitHub workflow, using the action/clone, the clone has only the latest com… | |
Post #AlmHzZ8vANN0qtFixE by [email protected] | |
0 likes, 0 repeats | |
Looks likegit fetch --unshallowdoes the trick, but it returns an error if the r… | |
Post #AlmHzZFelKl3BmP6S8 by [email protected] | |
0 likes, 0 repeats | |
This works: if (qx(git rev-parse --is-shallow-repository) =~ /^true/) { … | |
Post #AlmHzZM2NbrVVZOCOm by [email protected] | |
0 likes, 1 repeats | |
@theory so…qx{git rev-parse --is-shallow-repository}doesn't return true? … |