Writing /var/www/alexforencich.com/wiki/data/cache/a/a22b7489cfe6033312dfa785c98d1c97.metadata failed
Writing /var/www/alexforencich.com/wiki/data/cache/5/547b5b92dcc0a428238b5bdf13eb8625.xhtml failed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:git:patching [2011/12/27 07:07]
alex created
en:git:patching [2011/12/27 07:09] (current)
alex [Applying Patches]
Line 63: Line 63:
 </​code>​ </​code>​
  
-To sign off patches as they are committed, use -s like so:+To sign off patches as they are committed, use ''​-s'' ​like so:
  
 <​code>​ <​code>​
 git am -s 0001-mypatch.patch git am -s 0001-mypatch.patch
 +</​code>​
 +
 +To fudge the commit date to be the same as the author date, use ''​--committer-date-is-author-date''​ like so::
 +
 +<​code>​
 +git am --committer-date-is-author-date 0001-mypatch.patch
 </​code>​ </​code>​