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

Chronological git log #59

Open
tkellogg opened this issue Jan 9, 2022 · 2 comments
Open

Chronological git log #59

tkellogg opened this issue Jan 9, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tkellogg
Copy link
Owner

tkellogg commented Jan 9, 2022

The Git log goes HEAD -> HEAD^ -> HEAD^^ -> .... This seems like chronological ordering, but it's not because it only follows the lineage of a single branch. I'd like to see a log that strictly orders by timestamp.

I imagine this as a dura log sub command that outputs plain text by default but also does JSON (for better tool integration).

Thoughts?

@tkellogg tkellogg added good first issue Good for newcomers enhancement New feature or request labels Jan 9, 2022
@jlangeveld
Copy link

git log --allor tig --all shows a chronological log of all branches.
Isn't that what you want?

@tkellogg
Copy link
Owner Author

tkellogg commented Jan 9, 2022

Maybe. I use tig --all frequently, but I thought the non-dura branches would clutter. I'm not sure that's true though. I'll keep this issue open for a couple weeks to decide if it's a real problem.

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

No branches or pull requests

2 participants