Excerpts from Juraj Lutter's message of Fri Sep 09 09:43:39 -0400 2011: > How would "make stagepatch" know of all the "areas" or "logical > blocks" of code that you have changes in order to generate a patch > for each particular block?
It will drive "git add -p" (equivalent to: git stage -p) so that the caller gits to pick and choose hunks for inclusion. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
