Viewing profile — quark12
quark12
HN member- Joined
- Tue, Nov 15, 2022, 8:19 PM UTC
- HN karma
- 9
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About quark12
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…