Up to [Development] / xfs-cmds / xfsmisc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 12 15:52:35 2007 UTC (10 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -622
lines
Diff to previous 1.3 (colored)
Clean up xfsmisc - delete all the sgi tree tools Merge of master-melb:xfs-cmds:28879a by kenmcd.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 12 14:36:20 2007 UTC (10 years, 8 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Another round of script changes for the push of xfs changes into mainline git tree for 2.6.21-rc1. In particular use quilt to handle the patches for p_mod2git (generated by p_rdiff -M) to make life easier when we need to do a manual fixup. modlist_apply now knows about quilt patches and will reuse them if it finds them so that we can start and stop without hassles. Also have made the output of modlist_sort2 a lot briefer and less scary and removed the final "order" field. Have introduced "DONE" and "SKIP" final fields in the modlist file so that we can handle restarts of modlist_apply simply when the patch doesn't apply as it should. Will update the web page about this. Also added git-create-email2 which does not use a commitset to do its work but instead uses HEAD and a given prior-commitid or FETCH_HEAD, to use for its commit range. The commitset idea was becoming a nuisance for me and errorprone. Merge of master-melb:xfs-cmds:28080a by kenmcd. simplify - if don't use order variable then don't bother setting it
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 16 15:02:05 2007 UTC (10 years, 9 months ago) by chatz.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Minor fixes based on patch per mod exercise Merge of master-melb:xfs-cmds:27941a by kenmcd. Removed some debug, and don't kill the diff after forcing a change.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 15 14:54:22 2007 UTC (10 years, 9 months ago) by chatz.longdrop.melbourne.sgi.com
Branch: MAIN
Add tools to assist with generating patch per mods for SuSE. Merge of master-melb:xfs-cmds:27923a by kenmcd. Tool to traverse a set of mods and apply to a SuSE linux patch tree.