Toby Suggate
Toby Suggate
Hi Fabricio872, this is something I plan to add. In case you didn't already know: If you haven't already pushed the commits you want to squash, you can use the...
I think force push is a bit dangerous and I don't want to add features to GitFiend that can create trouble if I don't also have a feature that gets...
Thanks richardstoeckl, Sorry to hear this isn't working. Do you have any symlinks in your changes? If so, there's a fix coming for this soon. Otherwise, it would be great...
Thanks for the error message. It looks like the "Icon" file has a carriage return in the name. I've updated the parser to support this and will have a release...
I would be interested to hear if this is a common problem. The intent of the design of GitFiend is that you keep an eye on the toolbar to see...
Hi @schmist, thanks. Do you have the preview feature "auto-complete in input fields" turned on? This is intended to help with this, though still ironing out some quirks.
Thanks for investigating. I can try a file with all the special characters I can find and see if I can reproduce it. If I can reproduce the issue, I'll...
I've been trying some unicode testing pages and haven't been able to replicate the issue. If could get a minimal repo or a file that shows the issue, that would...
Thanks for the repo, that helped a lot. It looks like strings in Rust are guaranteed utf8, so that file can't be read into a standard string for diffing. It...
Yeah, I thought about doing this initially. I didn't think of a nice way to colour by branch as branches often share a lot of commits. I like the second...