Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate space in git logs, space between author and message #3719

Open
ilan-schemoul opened this issue Jul 6, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ilan-schemoul
Copy link

Is your feature request related to a problem? Please describe.
space between author and message
Describe the solution you'd like
Either

  1. Eliminate the space when the log takes half the space of the screen
  2. Eliminate the space both when git log is half the screen and all the screen
  3. Add an option to eliminate the space

Capture d'écran 2024-07-06 124126

@ilan-schemoul ilan-schemoul added the enhancement New feature or request label Jul 6, 2024
@stefanhaller
Copy link
Collaborator

Eliminating the space in a generic way isn't trivial; the author column is set to a fixed width intentionally so that the column alignment doesn't change when you scroll up and down and a long author gets scrolled into or out of view (this is what currently happens in the commits view when you are in an interactive rebase and you scroll down so that all the "pick" items scroll out of view; I find this rather ugly).

But we recently made a change (not released yet) to make the width of the author column configurable; would that be enough to solve it for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants