Live data from Hacker News

Viewing profile — quark12

quark12

HN member
Joined
Tue, Nov 15, 2022, 8:19 PM UTC
HN karma
9
Public activity
3 items

About quark12

No profile information was provided.

Recent public activity

  1. comment
    Comment #33619556

    https://sapling-scm.com/docs/internals/internal-difference-h... briefly explains the Git support. Currently we keep trees and blobs in a git bare repo unchanged, but convert the co…

  2. comment
    Comment #33614592

    Yes. Right now we are adding more documents about how internal components (like the commit graph) work. We hope others in the industry find them useful. Feel free to ask questions …

  3. comment
    Comment #33614494

    You can also do `sl/hg log -Gr a21ccf+release_1.9`. The graph tells you the relation of selected commits. Last time I checked, git does not have the same --graph rendering yet - it…