This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
quilt make easy to create a series of patches for things that are not in git The usage is pretty simple, you do quilt new <patch_name> quilt add <some_file> # edit the file quilt refresh And it’s done. The patch can be found at patches/ folder. You can stack patchs with push and pop . It make really easy to create patches from configuration files.
quilt make easy to
create a series of patches for things that are not in git
The usage is pretty simple, you do
quilt new <patch_name>
quilt add <some_file>
# edit the file
quilt refresh
And it’s done. The patch can be found at patches/ folder.
You can stack patchs with push and pop. It make really
easy to create patches from configuration files.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.