[Mingw-w64-public] [OT] stand alone git aware patch tool for windows?

2013-11-08 Thread Jon
Largely irrelevant these days given how well git and mercurial run on windows, but is anyone aware of a self-contained patch exe that runs on windows and understands both unified diffs and git diffs? The goal is to have a simple, single file, no dependency patching tool for use with automated

Re: [Mingw-w64-public] [OT] stand alone git aware patch tool for windows?

2013-11-08 Thread Ruben Van Boxem
2013/11/8 Jon jon.for...@gmail.com Largely irrelevant these days given how well git and mercurial run on windows, but is anyone aware of a self-contained patch exe that runs on windows and understands both unified diffs and git diffs? The goal is to have a simple, single file, no dependency

Re: [Mingw-w64-public] [OT] stand alone git aware patch tool for windows?

2013-11-08 Thread Jon
On Fri, Nov 8, 2013 at 11:12 AM, Ruben Van Boxem vanboxem.ru...@gmail.comwrote: 2013/11/8 Jon jon.for...@gmail.com Largely irrelevant these days given how well git and mercurial run on windows, but is anyone aware of a self-contained patch exe that runs on windows and understands both

Re: [Mingw-w64-public] [OT] stand alone git aware patch tool for windows?

2013-11-08 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08.11.2013 23:00, Jon wrote: On Fri, Nov 8, 2013 at 11:12 AM, Ruben Van Boxem vanboxem.ru...@gmail.comwrote: 2013/11/8 Jon jon.for...@gmail.com Largely irrelevant these days given how well git and mercurial run on windows, but is anyone

Re: [Mingw-w64-public] [OT] stand alone git aware patch tool for windows?

2013-11-08 Thread Jon
What is patch not doing that you want? It should be able to handle git diff output if you pass the magic -p option or modify the resulting diff a bit. I need a no-install exe that can apply both git and unified style patches as-is without requiring manual tweaks to the patch.

Re: [Mingw-w64-public] [OT] stand alone git aware patch tool for windows?

2013-11-08 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Personally, i use Python as a base for such things. Python and a minimal 20MB subset of MSYS2 packages (wget, tar, xz) that require no installation or setup. Nice. I see I need to look at your sbuild project again to see what clever