←back to thread

I see a future in jj

(steveklabnik.com)
325 points steveklabnik | 1 comments | | HN request time: 0.248s | source
Show context
baq ◴[] No.45674018[source]
I’m just sad pijul doesn’t get the same attention or love from the community. It desperately needs an ability to colocate with git.
replies(3): >>45674403 #>>45676045 #>>45681103 #
dagenix ◴[] No.45676045[source]
I strongly suspect that its not feasible to colocate pijul and git. git and jj are based on snapshots, while pijul is based on patches. They have very different models.
replies(1): >>45678741 #
1. baq ◴[] No.45678741[source]
As long as some repository state in either system can map onto a checkout in the other system it should be possible at least in some capacity. I’d like to try out pijul at work, but I’d need an analog of jj git fetch and jj git push. Whatever happens in between doesn’t really matter too much unless it’s tedious manual bookkeeping to maintain history mapping.