Hacker News new | ask | show | jobs
by masklinn 4017 days ago
A big annoyance is UI:

* most git UI don't provide for branch filtering or --left-only (which hides "accessory"/"temporary" merged branches unless explicitly required)

* developers won't necessarily care for correct merge order, breaking "left-only" providing a mainline view

The end result is, especially for largeish projects, merge-based workflows lead to completely unreadable logs.

1 comments

I'm not sure I completely understand. But it would be great if you can send small merge requests to GitLab to try to improve these things.