Re: [PATCH] Remove unnecessary code in libsvn_ra_git

2014-06-13 Thread Greg Stein
On Wed, Jun 11, 2014 at 11:36 AM, Carlos Martín Nieto wrote: >... > Thanks for fixing it up. I keep forgetting that emacs will include tabs > in some places even if the main code does have spaces. To avoid TAB characters, I put this into my .emacs: (setq-default indent-tabs-mode nil)

Re: [PATCH] Remove unnecessary code in libsvn_ra_git

2014-06-11 Thread Carlos Martín Nieto
On Wed, 2014-06-11 at 09:58 +0200, Stefan Sperling wrote: > I've resolved these formatting issues and committed your changes as r1601823. Thanks for fixing it up. I keep forgetting that emacs will include tabs in some places even if the main code does have spaces. cmn

Re: [PATCH] Remove unnecessary code in libsvn_ra_git

2014-06-11 Thread Stefan Sperling
On Tue, Jun 10, 2014 at 04:55:47PM +0200, Carlos Martín Nieto wrote: > Hi, > > stsp mentioned that this code might actually be useful for externals > that are kept in Git, so I've been looking more closely at the code and > found a quick fix I could make. > > [[[ > On the 'ra-git' branch: Remove