summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o <Aaron@web>2014-03-01 22:40:37 +0000
committerGravatar admin <admin@branchable.com>2014-03-01 22:40:37 +0000
commit53f577d22aa7f2ed1fe13c4b2e8925f17a7f0a90 (patch)
treec8cb9e55d2b54cccb66a6e60816c406bc5898fef
parentf53b27f84f7f7c87b2e104353383cbae67a35b76 (diff)
Added a comment: Didn't work
-rw-r--r--doc/forum/Too_big_to_fsck/comment_4_19ef90803aa7ce158bce02378e18ea0f._comment30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/forum/Too_big_to_fsck/comment_4_19ef90803aa7ce158bce02378e18ea0f._comment b/doc/forum/Too_big_to_fsck/comment_4_19ef90803aa7ce158bce02378e18ea0f._comment
new file mode 100644
index 000000000..69774073d
--- /dev/null
+++ b/doc/forum/Too_big_to_fsck/comment_4_19ef90803aa7ce158bce02378e18ea0f._comment
@@ -0,0 +1,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
+"""]]