Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2014-09-20 | 971 Bytes | |
patchutils-0.3.3_with_diffview.tar.xz | 2014-09-20 | 158.6 kB | |
patchutils-0.3.3-7.fc22.src.rpm | 2014-09-20 | 170.4 kB | |
patchutils-args.patch | 2014-09-20 | 2.5 kB | |
sources | 2014-09-20 | 58 Bytes | |
diffview-1.1.tgz | 2014-09-20 | 904 Bytes | |
patchutils.spec | 2014-09-20 | 7.7 kB | |
to_0.3.3.1.patch | 2014-09-20 | 11.1 kB | |
Totals: 8 Items | 352.3 kB | 0 |
This diffview is just one addon to patchutils on http://cyberelk.net/tim/patchutils/ First lsdiff -N gives a numeration of the files in the patch, and with the --file or -F RANGE you can select what patches to you want so see using one range of number. But the best for me are that we can combine with the others options of filterdiff. I had this idea, because I need a tool like this to work big patches. I study the case and saw the best thing to do is working on filterdiff. Binary rpm for fedora 19, 20 , 21 and rawhide , epel 6 and 7 can be found on http://copr.fedoraproject.org/coprs/sergiomb/patchutils_with_diffview/ Any feedback is welcome, hope can help in your open source development. At last the most important of this doc, the examples: # lsdiff -N teste.40all.diff list all file of the patch enumerating witch one # lsdiff -F 14,15-18 -#1 teste.40all.diff Show files 14,15,16,17,18 and only Hunk #1 from the patch teste.40all.diff Sérgio M B