Like what we’re doing? Consider donating. Or check out other ways to help or to get in touch with us.

Cool stuff

From Levitation

Jump to: navigation, search
  • git checkout master~30000 takes you back 30,000 edits in time — in about a second.
  • The XML data might be in the wrong order to directly create commits from it, but it is in the right order for blob delta compression: When passing blobs to git-fast-import, delta compression will be tried based on the previous blob — which is the same page, one revision before. Therefore, delta compression will succeed and save you tons of storage.
Personal tools