Mathias Leppich

Results 30 comments of Mathias Leppich

It looks like the failing build for Py 3.3 doesn't have anything todo with this PR: ``` … Collecting cryptography>=1.5 (from paramiko>=1.10.0->-r requirements.txt (line 7)) Downloading cryptography-2.1.1.tar.gz (441kB) 100% |████████████████████████████████|...

@rjmunro Yea… it would be great to have it configurable. Shouldn't be too complicated. I did something similar to make `#123` references link-able a few years ago… See https://github.com/rowanj/gitx/pull/214

@tiennou great! I just hacked this together in ae2cb0b87337fee8a38ddd6163f562cfec7fba3e @rjmunro this also allows you to add links to your Jira issue ids. Given you have 3 projects in Jira (_AAA_,...

I don’t think we need to over complicate things here. In my opinion it’s absolutely fine if gitx uses the ‘.git/config’ to store repository specific settings. In addition to the...

@tiennou +1 for forward-compatible solutions! But, I don't think that `text-substitution` would be much helpful… For a command-line app it would probably make more sense to have something like `ansi-substitution`....

@exo-pla-net Nice script! But please note [that it uses](https://gist.github.com/exo-pla-net/c3ad83034ca15e60af6d592e749aab56) the `pickle` module for encoding/decoding which can lead to **security issues**. From [Python docs](https://docs.python.org/3/library/pickle.html): > **Warning:** The pickle module **is not...

@jdavid Thanks for merging my PR #1190 🙏 …do you plan to make a release to ship this change in the coming days?

Also … any idea why `git_repository_hashfile` is implemented to error when `core.safecrlf` is `true` and a files line endings are not correct? …see [libgit2 API docs](https://libgit2.org/libgit2/#v1.5.1/group/repository/git_repository_hashfile): > […] if the...

Thanks! I've created https://github.com/libgit2/libgit2/issues/6481 to seek for help from libgit2 developers.

@jdavid Oh no, I'm sorry for that... I've spent some time today to looks into it, but I have not built on windows for quite some time and so I'm...