Rowan James

Results 39 comments of Rowan James

I've had some success with trying to strip that exact suffix from the diff; although I worry about it appearing naturally, I think it's far more likely that the newline...

It's definitely a feature that I'd like to see added; and have considered it myself. One thing to look out for, though - is that a reset is potentially destructive;...

@muhqu I mostly deprecated the error sheet because it was really buggy after the ARC conversion; that should be fixed now. I think I never got around to un-deprecating it...

n.b. the merged branch (issues/239) is currently missing a few XIB changes that conflicted

The major feature of this that I had in mind doesn't need much of an interface at all; when an operation (i.e. pull) fails because of local changes, provide a...

Yeah, that was the idea. The current workaround is to command-line stash it or actually commit it and ammend/rebase that out after the fact.

The objective-git submodule itself has submodules (libgit2); did you recursively init them? I use `git submodule update --init --recursive` at the top-level GitX directory.

Fortunately Git handles moved files pretty well; but yes, some of the changes I've made are quite intrusive to the project structure. @claytoncarter If you've isolated the changes (and/or the...

Yeah, @pipelineoptika is basically on the money with this. I'm glad that so many are benefiting from my work, but I don't have the time to run an organisation and...