2026-03-16 18:00:42
⭐ Starred a repository
jj-vcs/jj
A Git-compatible VCS that is both simple and powerful
github.com/jj-vcs/jj
⭐ Starred a repository
jj-vcs/jj
A Git-compatible VCS that is both simple and powerful
github.com/jj-vcs/jj
from my link log —
Git as a tamperproof file archive using chained RFC3161 timestamps.
https://medium.com/swlh/git-as-cryptographically-tamperproof-file-archive-using-chained-rfc3161-timestamps-ad15836b883
Git gurus: suppose I have a complex repository structure containing multiple levels of submodules.
We get frequent support tickets on github from users who failed to update one or more submodules when pulling the latest changes from the parent repo and get build issues or just don't incorporate the bug fix they're trying to test.
Is there a good way to fix/detect this in the build system? Like recursively follow .gitmodules and complain if the commit the parent wants isn&…
Oh well, our upcoming client doesn't provide cc files for each shot. Instead, we need to extract the grading values from an EDL file. Fortunately I've already written a script to do that a few years ago for another show.
The time to write a script might be more than what it takes to do the task manually (here it would be copying values from a text file to an xml file). But it pays off if you have to repeat the task. Even if that is 7 years later.