1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
commit b13d810785809f85a6042cf0a47151dcec76d61c
Merge: 59490c3 20f2e9f
Author: benjsc <Benjamin.Close@clearchain.com>
Date: Mon Dec 23 18:43:18 2013 -0800
Merge pull request #3 from doctaweeks/master
Refactoring common code and handling patches with Index lines
commit 20f2e9f291fe9c2d4a56e50d17b3eee220c769eb
Author: Daniel M. Weeks <weeksd2@rpi.edu>
Date: Fri Oct 18 10:42:32 2013 -0400
fullname option to avoid duplicate output files
In larger projects it is likely there are many directories containing
common files (Makefiles, etc). The new fullname option uses the full
path of the patch to name the output file to avoid many similarly named
output patches.
commit ec7536e63f49ea63db90a3e0931e8cb6c7c9fdee
Author: Daniel M. Weeks <weeksd2@rpi.edu>
Date: Fri Oct 18 10:13:50 2013 -0400
Handle patches with Index lines
commit 17cba8499f21b0d7b5c111a7497bf531caac098d
Author: Daniel M. Weeks <weeksd2@rpi.edu>
Date: Fri Oct 18 09:58:25 2013 -0400
Refactor duplicated code determining filename
commit a2730b29d3aaa80239f5bc7c519404d9ec4829d4
Author: Daniel M. Weeks <weeksd2@rpi.edu>
Date: Fri Oct 18 09:46:56 2013 -0400
Refactor duplicated code creating files
commit 33916ed399d17cf4e3e48a9fa5ed158af34071fd
Author: Daniel M. Weeks <weeksd2@rpi.edu>
Date: Fri Oct 18 09:46:12 2013 -0400
Whitespace cleanup
commit 59490c33326026a7c3b836233f037c72d83e9224
Merge: 5489219 4df8618
Author: benjsc <Benjamin.Close@clearchain.com>
Date: Thu Sep 26 07:01:08 2013 -0700
Merge pull request #1 from jaalto/license
Official copyright and License format (GNU)
commit 5489219412aac60bb29a3375f10e9f5317e49f08
Merge: bd6a83d ee83d1b
Author: Benjamin Close <Benjamin.Close@clearchain.com>
Date: Tue Aug 20 12:09:30 2013 +0930
Merge remote-tracking branch 'jaalto/shebang'
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
commit 4df86181aa97beb2789788e91e533c44c434a5fd
Author: Jari Aalto <jari.aalto@cante.net>
Date: Sun Aug 11 11:19:43 2013 +0300
Official copyright and License format (GNU)
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
commit ee83d1bc91926a73d8d1d9c5b374f715841aebcd
Author: Jari Aalto <jari.aalto@cante.net>
Date: Sun Aug 11 11:12:35 2013 +0300
Use /usr/bin/env to support non standard ruby locations
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
commit bd6a83d6f222535c4be3c1ed7cba749b8b2152e3
Author: Benjamin Close <Benjamin.Close@clearchain.com>
Date: Wed Jun 26 09:54:59 2013 +0930
Update readme
commit 3b26bff5c070985270a513b948c9a5dfefd236d4
Author: Benjamin Close <Benjamin.Close@clearchain.com>
Date: Wed Jun 26 09:53:40 2013 +0930
Initial commit of splitpatch by Peter
Full details can be found at:
http://www.clearchain.com/blog/posts/splitting-a-patch
commit 289b22ce41c3519e78951dc082fa72af9c8041a0
Author: benjsc <Benjamin.Close@clearchain.com>
Date: Tue Jun 25 17:09:08 2013 -0700
Initial commit
|