←back to thread

I see a future in jj

(steveklabnik.com)
291 points steveklabnik | 2 comments | | HN request time: 0.791s | 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 #
1. steveklabnik ◴[] No.45676135[source]
Right now, nothing special. But this is very much an area that's known about and something may happen in this area, we'll see.
replies(1): >>45677416 #
2. tombert ◴[] No.45677416[source]
If you could elegantly handle large or frequently-changing binaries I think I'd be willing to switch immediately.

It has always annoyed me that there's not any clever way to handle binary changes with version control.