Re: .git Overhead in Vim Plugins

2014-04-10 Fir de Conversatie Nikolay Pavlov
On Apr 10, 2014 4:16 PM, "Peter Aronoff" wrote: > > On Thu Apr 04/10/14 at 1:58, Fredrik Gustafsson wrote: > > If you don't need the history or beeing able to take part in the > > development of the plugins I suggest you instead of fetching the git > > repository just fetch a tarball of the workt

Re: .git Overhead in Vim Plugins

2014-04-10 Fir de Conversatie Peter Aronoff
On Thu Apr 04/10/14 at 1:58, Fredrik Gustafsson wrote: > If you don't need the history or beeing able to take part in the > development of the plugins I suggest you instead of fetching the git > repository just fetch a tarball of the worktree. > > Or you could just use the --depth option with git

Re: .git Overhead in Vim Plugins

2014-04-10 Fir de Conversatie Fredrik Gustafsson
On Wed, Apr 09, 2014 at 10:49:57PM -0700, YuFan Lou wrote: > I found that the script in my plugins take up a fairly small space compared > to the .git folder during a disk cleanup. Though it is still small enough for > it to be ignored during the process, I wonder what can be done to trim it. I

.git Overhead in Vim Plugins

2014-04-09 Fir de Conversatie YuFan Lou
I found that the script in my plugins take up a fairly small space compared to the .git folder during a disk cleanup. Though it is still small enough for it to be ignored during the process, I wonder what can be done to trim it. For example, syntastic. The .git folder is 3.2 MB, while the plugi