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)
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
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
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 unnecessary code in libsvn_ra_git
* subversion/libsvn_ra_git/ra_plugin.c
(do_git_f
4 matches
Mail list logo