Up to [Development] / xfs-cmds / xfsmisc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (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.2: +0 -242
lines
Diff to previous 1.2 (colored)
Clean up xfsmisc - delete all the sgi tree tools Merge of master-melb:xfs-cmds:28879a by kenmcd.
Revision 1.2 / (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.1: +62 -36
lines
Diff to previous 1.1 (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. * Only printout all the details if in verbose mode, otherwise be brief and useful * Don't output the final "order" field unless in verbose mode
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 27 15:54:43 2006 UTC (11 years, 1 month ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Some changes for modlist_sort. Also create a modlist_sort2 and modlist_exceptions file. Merge of master-melb:xfs-cmds:27069a by kenmcd. This command is based on modlist_sort but doesn't expect the user to provide a mod number. Instead it has a known date for ptools and a known mod for git about which it starts looking. It then uses a modlist_exception file to handle all the mods which we know shouldn't go to mainline.