latest 20 messages by ZSky

+ [2017-05-19T09:57:54Z] ZSky canton7: what could be used for that (I don't find anything about bakcup on this page except "do a backup before doing...")
+ [2017-05-19T09:50:41Z] ZSky in the output log of git filter-branch
+ [2017-05-19T09:50:29Z] ZSky but I see large files have been deleted.
+ [2017-05-19T09:50:19Z] ZSky git count-objects -vH: size-pack 54 MB
+ [2017-05-19T09:50:17Z] ZSky git filter-branch ...
+ [2017-05-19T09:50:05Z] ZSky git count-objects -vH: size-pack 54 MB
+ [2017-05-19T09:49:14Z] ZSky I did: git clone --mirror <repo>
+ [2017-05-19T09:44:06Z] ZSky Thanks! I'm trying
+ [2017-05-19T09:40:07Z] ZSky or: git filter-branch --tree-filter 'rm -rf "hello/1 Big folder/"' HEAD
+ [2017-05-19T09:39:52Z] ZSky so: should I do: git filter-branch --tree-filter 'rm -rf hello/1 Big folder/' HEAD
+ [2017-05-19T09:34:29Z] ZSky like "big/big folder/" and all its subfiles?
+ [2017-05-19T09:34:04Z] ZSky or can I remove a whole folder?
+ [2017-05-19T09:33:46Z] ZSky if there is a " " in the filename, how would it work?
+ [2017-05-19T09:30:07Z] ZSky Is that ok do you think?
+ [2017-05-19T09:30:03Z] ZSky git filter-branch --tree-filter 'rm hello/1 Big folder/bigfile.blob' HEAD
+ [2017-05-19T09:23:56Z] ZSky userB is a friend, so I can ask him to run a command to remove these big files permanently from history, what shoud he do?
+ [2017-05-19T09:23:28Z] ZSky canton7: thanks! With the "git verify-pack etc. .... done" I've been able to track 10 big files.
+ [2017-05-19T09:15:32Z] ZSky canton7: yes they maybe added a few things including binaries / large files, then removed
+ [2017-05-19T09:05:31Z] ZSky Any idea about that?
+ [2017-05-19T08:59:26Z] ZSky is there a way to see in the history of a repo if there have been big files? can we remove them from commit history ?