Giter Club home page Giter Club logo

mkpatch's Introduction

NAME
       mkpatch - incremental patch creator.

SYNOPSIS
       mkpatch  [PATCHES_DIR]  [UNPATCHED_PATH] [FULLY_PATCHED_PATH] [PATCH_NAME]
       [OPTIONS]

DESCRIPTION
       mkpatch is an incremental patch creator that  allows  you  to  create  and
       maintain  patches  between local directories or branches. It’s power comes
       from it’s incremental patch list, which it can  append  to  by  generating
       further  incremental patches, simply edit a single local patched directory
       and generate incremental patches against  an  unpatched  local  directory,
       without  needing to manage multiple patched directories, all while keeping
       an incremental patch list.

PATCH_DIR
       The PATCH_DIR acts as your incremental patchlist, and  can  be  either  an
       empty  directory,  or  a directory containing *.diff and/or *.patch files.
       These files must start with a number indicating patch order.

UNPATCHED_PATH
       The UNPATCHED_PATH is a directory containing code with no changes.

FULLY_PATCHED_PATH
       The FULLY_PATCHED_PATH is a directory containing all changes made  locally
       to the code.

EXAMPLES
       Example incrementally patching dwm and creating a new patch

       mkpatch ./patches ˜/.config/dwm/unpatched/6.4 ˜/.config/dwm/patched/6.4

OPTIONS
       --help, print a help screen

       --keep-temp, keep the temporary folder (good for debugging)

SEE ALSO
       patch(1), git(5)

BUGS
       No known bugs.

AUTHOR
       Nate Halsey ([email protected])

mkpatch's People

Contributors

natehalsey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.