Results 25 issues of Christoph Rüßler

This PR partly addresses #1115. As of 2022-08-03, it is still a draft. It changes the following: - It factors out getting commit info into `AsyncFileLogJob`. It does not move...

dormant

This Pull Request fixes/closes #1017. This is an attempt to finish the work started by @M1cha. It fixes a few minor issues, makes clippy pass and was rebased onto the...

**What**: Currently, when `@emotion/react` is used in a Vitest environment that has `globals: false` (which is Vitest’s default), it emits the following warning when included more than once: ``` You...

This PR is in response to #1093. It changes how GitUI gets the remote to fetch from. This is a follow-up PR to #2156 which added similar behaviour for pushing....

This PR is split from #2269. It is focuces on the single use case of walking the log when there is no filter. The current `LogWalker` implementation accepts a `filter`...

This is a PoC, mainly intended to explore two things: 1. how easy/difficult it is to switch `git2` for `gix` for a single use case, 2. compare both approaches with...

When opened in a sub-directory of a git repository, the log view crashes. Replacing `gix::open` by `gix::discover` fixes this issue. `gix::open` errors when the passed directory is not a git...

This is a draft PR that is supposed to help me get familiar with `gix`’s APIs as well as to experiment with possible APIs for `gix-blame`. Any feedback that helps...

This is a PR for a branch that I have been working on a couple of weeks ago. I did not want this to get lost, so I decided to...