]> granicus.if.org Git - cgit/commit
Allow for creating patch series
authorLukas Fleischer <cgit@cryptocrack.de>
Tue, 20 Aug 2013 16:56:14 +0000 (18:56 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 20 Aug 2013 17:55:42 +0000 (19:55 +0200)
commit750f6462c9e1e20e87d2bce5ca2e7fd10e0d1ba6
treea3b0e425d5f13e35b2a97d7fdb609bb8ada8ede7
parent455b5987780f53ef55ebf6edd4543976763152da
Allow for creating patch series

This allows for specifying a revision range using the id2 parameter of
/patch/. The output that is produced is similar to

    $ git format-patch --stdout id2..id

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
cmd.c
ui-patch.c
ui-patch.h