summaryrefslogtreecommitdiff
path: root/doc/bugs/enormous_fsck_output_OOM/comment_4_19ef90803aa7ce158bce02378e18ea0f._comment
blob: 69774073d0ead1e3daecc61e29db888e9f8a4588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o"
 nickname="Aaron"
 subject="Didn't work"
 date="2014-03-01T22:40:36Z"
 content="""
Many thanks for your input, Joey.

That didn't seem to work.

$ git fsck --no-dangling --no-reflogs |wc
error: unknown option `no-dangling'
usage: git fsck [options] [<object>...]

    -v, --verbose         be verbose
    --unreachable         show unreachable objects
    --tags                report tags
    --root                report root nodes
    --cache               make index objects head nodes
    --reflogs             make reflogs head nodes (default)
    --full                also consider packs and alternate objects
    --strict              enable more strict checking
    --lost-found          write dangling objects in .git/lost-found
    --progress            show progress

      0       0       0

$ git --version
git version 1.7.9.5
"""]]