Up to [Development] / xfs-cmds / xfsmisc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (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.6: +0 -239
lines
Diff to previous 1.6 (colored)
Clean up xfsmisc - delete all the sgi tree tools Merge of master-melb:xfs-cmds:28879a by kenmcd.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 12 15:50:59 2007 UTC (10 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.5: +34 -2
lines
Diff to previous 1.5 (colored)
Update of some git scripts. Merge of master-melb:xfs-cmds:28877a by kenmcd. Add -c option cleanup old quilt state.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 18 14:34:07 2007 UTC (10 years, 8 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.4: +2 -37
lines
Diff to previous 1.4 (colored)
Remove the commitset file references. Try to keep things simpler and I don't think we really need it since this info is in git. Merge of master-melb:xfs-cmds:28119a by kenmcd. Don't bother with commitsets and we no longer need to worry about restarts. We can use the modlist file tagging to help us on restarts.
Revision 1.4 / (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.3: +54 -8
lines
Diff to previous 1.3 (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. * Forgot to append to exceptions file in all skip cases * Allow DONE and SKIP tags in modlist file, to make restart simple when patch failure occurs. i.e. so we don't redo the ones we have already DONE.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 5 03:52:27 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +25 -0
lines
Diff to previous 1.2 (colored)
more modlist updates Merge of master-melb:xfs-cmds:27120a by kenmcd. If we decide to skip a mod after looking at it then after we record why, add it to the modlist_exceptions file with the reason in comments.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 27 15:55:26 2006 UTC (11 years, 1 month ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +26 -3
lines
Diff to previous 1.1 (colored)
update modlist_apply to call p_mod2git with the changeset and to do a git diffstat on the last change update p_mod2git to take a changeset file as an argument Merge of master-melb:xfs-cmds:27070a by kenmcd. call p_mod2git with an extra arg for changeset do a git diffstat to show what was just changed
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 15 12:37:00 2006 UTC (11 years, 1 month ago) by chatz.longdrop.melbourne.sgi.com
Branch: MAIN
Update xfsmisc tools to assist with various tree updates. Add some tools I've written over the past couple of weeks to help with merging mods and patches from one tree to the other. Merge of master-melb:xfs-cmds:26976a by kenmcd. Apply a list of mods to a git tree.