commit | 98361f7517cbade3a922991af54978fc912d3cb3 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri May 10 16:27:36 2013 -0700 |
committer | Shawn Pearce <sop@google.com> | Fri May 10 16:36:00 2013 -0700 |
tree | 7d424741c9b8749d5997fdf9043d6e19891cd7a3 | |
parent | 3d57eadf92c5855c79853d89a269a3de9dc7089e [diff] |
Change /patch to return base64 encoded This is easier to work with on the command line. You can now do something trivial like: curl http://localhost:8080/changes/130/revisions/2/patch | base64 -d | git am While we are here fix up the header output to better match what Git does when formatting a commit as an email header for `git am` to consume. Change-Id: I0a01360788d9c528a78314b750405533501c5fff