Replies: 5 comments 2 replies
-
Please read the README, where it says
and
For For hooks, there are none yet, but issues are open, like #3577. |
Beta Was this translation helpful? Give feedback.
-
@joyously thanks for the response
Yes I read that before I asked here, sorry for not mentioning before. It's because of
No, I mean permission to access the repo. like RBAC or something simpler.
Thanks ! |
Beta Was this translation helpful? Give feedback.
-
Yes, it's independent of Git. We custom storage backends and commands at Google. Git is not involved there. There's a minute of two towards the end of my demo at Git Merge 2024 where I showed that it works and looks pretty much like regular jj on Git. Well, jj is not necessarily a distributed VCS like Git. It depends on the storage backends. The storage backends at Google store all the data in a central database.
Most of jj is agnostic of the storage backend implementation. The
No, it depends on the forge-specific integration. For Git, we currently use libgit2 with support for https and ssh (currently libssh2). At Google, we use gRPC with Google-specific authentication. |
Beta Was this translation helpful? Give feedback.
-
Can |
Beta Was this translation helpful? Give feedback.
-
@ilyagr @martinvonz @joyously I'm going to close the discussion. Thanks for the responses. I'll test drive |
Beta Was this translation helpful? Give feedback.
-
Hey, I stumbled to https://www.youtube.com/watch?v=LV0JzI8IcCY when I was opening youtube.
jj
seems interesting. However, I have questions aboutjj
:jj
a new DVCS likegit
but can be used fully independent withoutgit
orjj
is a git-related VCS(?) that makesgit
operation easier and must havegit
as dependency (because lots of people usegit
as the data storage forjj
)?jj
have some kind ofauth
implemented? If so, where can I find the docs? or if not, doesjj
have "hooks" likegit
?Sorry if this sounds too shallow, I only use
git
for daily usage and "just enough" to get by.Beta Was this translation helpful? Give feedback.
All reactions