From e55b5b132212b7b05bd8951392d029614ff8cda5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" Date: Sat, 2 Mar 2013 10:01:45 +0000 Subject: [PATCH] Added a comment --- ..._0de778148254f764477f5fbb848da467._comment | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment new file mode 100644 index 0000000000..e9a225878e --- /dev/null +++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_6_0de778148254f764477f5fbb848da467._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" + nickname="Laszlo" + subject="comment 6" + date="2013-03-02T10:01:44Z" + content=""" +$ ls -lah daemon.log +-rw-r--r-- 1 user user 3,3G 2013-03-02 10:54 daemon.log + +$ cat daemon.log |wc -l +30746274 + +$ grep \"Auto packing the repository for optimum performance.\" daemon.log |wc -l +568 + +$ grep \"typechange: \" daemon.log |wc -l +30713158 + +I'm not sure where should I issue the git command. Inside the annex/.git directory? +The useful data is also in git repository locally. +I try to RTFM over the internet, thanks for the pointer! + + + +"""]]