
8 Dec
2008
8 Dec
'08
9:45 a.m.
On 19:04 Mon 08 Dec , Graeme Russ wrote:
Jean-Christophe PLAGNIOL-VILLARD wrote:
On 10:29 Sun 07 Dec , Graeme Russ wrote:
Forgotten in commit d1f2d102a266804a50ff0cd9794459791f057c94
Signed-off-by: Graeme Russ graeme.russ@gmail.com
include/configs/eNET.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
please do this at the sametime you rename the macro
Best Regards, J.
What is the easiest (or best) way of achieving this. The only way I can think of is to:
- Roll back my history to the commit before d1f2d102a
- Use patch to apply d1f2d102a
- Add this change
- Commit the resulting changes
- Use git-am to apply the remaining patches
Is this the correct way of doing it?
You have better tools for this as stgit or quilt
Best Regards, J.