Treat git log as a book, exec git next
or git prev
to checkout the next or the previous commit.
Please check hutusi/git-paging for updates.
Treat git log as a book, exec git next
or git prev
to checkout the next or the previous commit.
Please check hutusi/git-paging for updates.
#!/usr/bin/env python | |
import json | |
def json2vdf(stream): | |
""" | |
Read a json file and return a string in Steam vdf format | |
""" |