Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
surf: Remove `last_commit` field from `Entry` and `Tree`
Merged did:key:z6MkkfM3...sVz5 opened 9 months ago

Instead of providing the last commit for each Entry and Tree, one should use surf::repo::Repository::last_commit to calculate the last commit of a file where needed.

did:key:z6MkkfM3...sVz5 opened with revision c132d136 on base 603a1882 +10 -103 9 months ago

Instead of providing the last commit for each Entry and Tree, one should use surf::repo::Repository::last_commit to calculate the last commit of a file where needed.

did:key:z6MkkfM3...sVz5 pushed revision 2 068f6567 on base 603a1882 +10 -103 9 months ago

Add signed off statement

did:key:z6MkkfM3...sVz5 pushed revision 3 8c9379d9 on base 603a1882 +35 -98 9 months ago

surf: Compute commit method on demand

fintohaps pushed revision 4 574c7eb2 on base 603a1882 +97 -71 9 months ago

Changes:

  • Keeps Tree::commit
  • Implements Tree::last_commit
  • Adds Tree::root
  • Adds Entry::path
  • Adds Entry::last_commit
fintohaps merged revision 574c7eb2 at 786248ad 9 months ago