Highlights
- Arctic Code Vault Contributor
Pinned
1,644 contributions in the last year
Less
More
Contribution activity
March 2021
Created 53 commits in 9 repositories
Created a pull request in rust-lang/git2-rs that received 2 comments
expose diffline origin value (as enum)
so i do not need to hardcode char's but can use actual typed enum values. Just one question: do I have to write a wrapper enum for these things ins…
+6
−0
•
2
comments
Opened 14 other pull requests in 3 repositories
extrawurst/gitui
12
merged
- Fix 576 stash apply conflicts
- Stage/unstage lines
- support discard selected lines
- add support for pushing tags
- support rebase merge (conflict free only)
- user confirm merge
- refresh compare state at the right time
- support conflict-free merge-commit
- changelog update
- fix fetch notifications
- only even try to ff merge when there is something incoming
- only show non-clean repo states
rust-lang/git2-rs
1
merged
Homebrew/homebrew-core
1
closed
Created an issue in extrawurst/gitui that received 1 comment
command cleanup status tab
move/order copy to back
only show pull when not focused on diff
only show force push when there is anything to push
only show branches when no…
•
1
comment
Opened 10 other issues in 1 repository
extrawurst/gitui
5
open
5
closed
- more line based diff operations
- better visualisation of diff for files in conflict
- ask to delete stash after apply
- support push tags
- support simple (conflict free) rebase merge
- confirm 3way merge by user
- refresh incoming/outgoing right after pull/fetch
- allow hooking into libgit2 tracing
- on-demand branchname validity
- support simple conflict-free 3way merge