On Tue, Mar 22, 2011 at 11:51:34AM +0100, Erik Van Grunderbeeck wrote :
> >Isn't this missing a license header?
> 
> Yes, sorry. Could you add it locally before (if?) you commit? Not sure on
> how to revert this locally, add the header and then recreate the patch.

Do not revert!

Git tip:

- Add the header to the file. Commit just that in a new commit.
- Save your patches (git forma...)
- Use git rebase -i origin/master and, with your favorite editor:
  - reorder the commits so the 2 are continuous
  - squash the second commit in the first one
  - save and let the rebasing happen
- create the new patch :D

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/
+33 672 704 734
_______________________________________________
libbluray-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to