Skip to content

Wip 81 log graph #2628

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

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3b3436b
Copy git-graph v0.6.0 into source
peso Apr 9, 2025
04b3304
Avoid deprecated functions
peso Apr 9, 2025
abd54a0
Describe UnicodeGraphInfo
peso Apr 13, 2025
6560a82
Shorter and more to the point description
peso Apr 14, 2025
dd32010
Make git-graph a workspace member
peso Apr 13, 2025
0e89d8a
Let versions reflect that code is being added.
peso Apr 16, 2025
55fc286
Sync git2 version
peso Apr 13, 2025
ae8748a
Introduce start_point when traversing graph
peso Apr 13, 2025
73449a4
Add feature that uses git-graph to show log
peso Apr 13, 2025
a46b9be
Hack to avoid adding git2 dependency to gitui
peso Apr 13, 2025
880dd34
add GitGraph member to CommitList
peso Apr 13, 2025
1874cef
WIP first buggy display via GitGraph
peso Apr 13, 2025
4991a7e
Update Cargo.lock
peso Apr 14, 2025
130a177
Add TODO octopus support
peso Apr 16, 2025
f450baf
Cargo.lock reflects alpha status
peso Apr 16, 2025
0444f83
Document Grid usage
peso Apr 16, 2025
294e090
Remove "nothing to see here, move along".
peso Apr 16, 2025
b064f09
Document struct Occ
peso Apr 16, 2025
0c7b5eb
Explain the index terminology
peso Apr 16, 2025
5ec605c
Remove CommitList::marked() to avoid exposing internal structure
peso Apr 16, 2025
cdd2001
Document tuple used in CommitList.marked
peso Apr 29, 2025
0af1afd
TEMP - Ignore build log
peso Apr 16, 2025
34244a8
Improve description of logitems.rs
peso Apr 16, 2025
146734a
Gemini AI generated comments for git-graph
peso Apr 16, 2025
b311a97
Describe git-graph algorithm via inline comments
peso Apr 23, 2025
175ad1f
TEMP - Enable logging to a file (and name threads .. could be a separ…
peso Apr 16, 2025
bf7eab3
Introduce document iterator
peso Apr 16, 2025
d865317
WIP - refactor formatting to allow a graph column
peso Apr 16, 2025
1457cd6
Use ansi-to-tui to integrate git-graph
peso Apr 26, 2025
442f686
Use ansi-to-tui to get rid of rendering artifacts.
peso Apr 26, 2025
be98fbe
Add proper formatting of selected line
peso Apr 26, 2025
39573ac
fix scrolling
peso Apr 26, 2025
2f298af
TODO reminder to handle markers
peso Apr 26, 2025
e97e0bc
Comment on ELEMENT_PER_LINE update (MOVE FORWARD)
peso Apr 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.DS_Store
/.idea/
flamegraph.svg
build.log
gitui.log
Loading