Differences
This shows you the differences between two versions of the page.
| en:git:patching [2011/12/27 06:07] – created alex | en:git:patching [2011/12/27 06:09] (current) – [Applying Patches] alex | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| </ | </ | ||
| - | To sign off patches as they are committed, use -s like so: | + | To sign off patches as they are committed, use '' |
| < | < | ||
| git am -s 0001-mypatch.patch | git am -s 0001-mypatch.patch | ||
| + | </ | ||
| + | |||
| + | To fudge the commit date to be the same as the author date, use '' | ||
| + | |||
| + | < | ||
| + | git am --committer-date-is-author-date 0001-mypatch.patch | ||
| </ | </ | ||