Skip to content

Commit

Permalink
feat: Use git's --topo-order or --date-order instead of manual ca…
Browse files Browse the repository at this point in the history
…lculation (#5)

* feat: Use git --topo-order instead of manual calculation

* feat: Remove unnecessary code

* chore: Remove dbg!

* feat: Add new graphs

* feat: Remove clone of Commit

* chore: tests with naive_utc dates

* chore: tests with from_utc_datetime

* chore: Use explicit merge commit message

* chore: Add original images back

* chore: Revert .gitignore changes

* feat: Actually remove clone of Commit now

* chore: Add comment

* chore: Add TODO comment

* feat: Updated images including stash
  • Loading branch information
kdheepak authored Jul 29, 2024
1 parent fbfe310 commit 6db85e0
Show file tree
Hide file tree
Showing 28 changed files with 209 additions and 274 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target

/out
/out
167 changes: 167 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ arboard = "3.4.0"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.9", features = ["derive"] }
color-eyre = "0.6.3"
console = "0.15.8"
image = "0.25.1"
olpc-cjson = "0.1.3"
Expand Down
Loading

0 comments on commit 6db85e0

Please sign in to comment.