←back to thread

I see a future in jj

(steveklabnik.com)
295 points steveklabnik | 1 comments | | HN request time: 0.2s | source
Show context
TinkersW ◴[] No.45676111[source]
Does it work with large binary files and not choke like git? Cause git may have won for webdev etc, but in some industries such as gamedev, Perforce is the king... git is barely used at all because it can't handle binary files worth a damn(yes I know about the large file extension, no it isn't sufficient).
replies(3): >>45676135 #>>45676394 #>>45677433 #
zamalek ◴[] No.45677433[source]
It uses Git for storage and does not support LFS, so it's as bad as Git used to be for this specific usecase.
replies(1): >>45677548 #
1. steveklabnik ◴[] No.45677548[source]
LFS sorta kinda works in my understanding, it’s not super nice yet though.