We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80b5d6 + 27c03aa commit 71cbf77Copy full SHA for 71cbf77
Documentation/git-fsck.txt
@@ -79,7 +79,8 @@ that aren't readable from any of the specified head nodes.
79
80
So for example
81
82
- git fsck --unreachable HEAD $(cat .git/refs/heads/*)
+ git fsck --unreachable HEAD \
83
+ $(git for-each-ref --format="%(objectname)" refs/heads)
84
85
will do quite a _lot_ of verification on the tree. There are a few
86
extra validity tests to be added (make sure that tree objects are
0 commit comments