Adam Williamson wrote: > git log (note the ID of the commit*immediately prior* to yours) > git format-patch (commit ID you identified in the last step) Simpler step: git format-patch -1 The "-1" formats the last commit into a patch. -2 does the previous two, etc. -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test