Roberto Tyley

Results 136 comments of Roberto Tyley

> I second that feature, I'm just afraid to use it on a big company repo, without the dry run option Hi @alistra - just so I can better understand...

> I would have to manually browse around 6 branches (that are around 2 year old), would be nicer just to go through the changes list with branch/file pairs and...

Hi @dwabyick, glad you like the BFG. The feature you're talking about - path-dependent operations - is something users have been asking for - see also https://github.com/rtyley/bfg-repo-cleaner/issues/12#issuecomment-14579119 - and that...

Thanks for describing a simple test case! It doesn't surpise me tho- the BFG does it's search for big objects in the packfile index - the quickest way to find...

See this stackoverflow answer for a way to get the newline literal in : http://stackoverflow.com/a/15730571/438886

None that spring to mind, other than writing custom code. Is there a reason why you don't want to use that solution?

The replacement text in `regex:\r\n==>\n` isn't being treated as a Java language string literal (ie as though it was `"\n"` in a .java file), much as we'd like it to...

Could you give a truncated example- before and after?

I should think adding the `(?s)` prefix would work. Remember to prefix the entire expression with `regex:` too, I think the text is assumed to just be a text literal...