[git-users] Re: documentation for bfg

2014-05-04 Thread joeriel314
On Sunday, May 4, 2014 3:53:14 AM UTC-7, Thomas Ferris Nicolaisen wrote: > > > > On Saturday, May 3, 2014 2:09:35 AM UTC+2, joeri...@gmail.com wrote: >> >> >>> Are you aware that the BFG will only remove files that have been >>> actually removed from the latest version of the repository? If ther

[git-users] Re: documentation for bfg

2014-05-04 Thread Thomas Ferris Nicolaisen
On Saturday, May 3, 2014 2:09:35 AM UTC+2, joeri...@gmail.com wrote: > > >> Are you aware that the BFG will only remove files that have been actually >> removed from the latest version of the repository? If there are other files >> with the same name that still exist, they won't be cleaned out.

[git-users] Re: documentation for bfg

2014-05-02 Thread joeriel314
On Friday, May 2, 2014 6:21:38 AM UTC-7, Thomas Ferris Nicolaisen wrote: > > On Friday, May 2, 2014 5:59:55 AM UTC+2, joeri...@gmail.com wrote: >> >> I was wondering if there was a way to delete a file in a particular >> directory; the name of the file is used in multiple directories, but I >> wa

Re: [git-users] Re: documentation for bfg

2014-05-02 Thread Dale R. Worley
> From: joeriel...@gmail.com > I was wondering if there was a way to delete a file in a particular > directory; the name of the file is used in multiple directories, but I > wanted to delete just the one. The --delete-files option only takes the > filename, not the path. git-filter-branch shou

[git-users] Re: documentation for bfg

2014-05-02 Thread Thomas Ferris Nicolaisen
On Friday, May 2, 2014 5:59:55 AM UTC+2, joeri...@gmail.com wrote: > > I was wondering if there was a way to delete a file in a particular > directory; the name of the file is used in multiple directories, but I > wanted to delete just the one. The --delete-files option only takes the > filename

[git-users] Re: documentation for bfg

2014-05-01 Thread joeriel314
I was wondering if there was a way to delete a file in a particular directory; the name of the file is used in multiple directories, but I wanted to delete just the one. The --delete-files option only takes the filename, not the path. -- You received this message because you are subscribed to

[git-users] Re: documentation for bfg

2014-05-01 Thread Thomas Ferris Nicolaisen
On Thursday, May 1, 2014 8:38:39 PM UTC+2, joeri...@gmail.com wrote: > > Is there any documentation for bfg? There are a couple examples on the > home page, > http://rtyley.github.io/bfg-repo-cleaner/