Skip to content

Commit 6f4a70c

Browse files
author
Junio C Hamano
committed
TODO: format-patch.
1 parent b14e249 commit 6f4a70c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

TODO

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,29 @@ Design issues
3939

4040
<7vacdzkww3.fsf@assigned-by-dhcp.cox.net>
4141

42+
* Make 'format-patch' take revision limiters similar to
43+
rev-list. For example:
44+
45+
A C
46+
....---x---o---o---x---o---o
47+
/
48+
/
49+
/
50+
....---x---o---o
51+
B
52+
53+
we should be able to format commits 'o', without duplicates,
54+
by:
55+
56+
$ git format-patch ^A ^B C
57+
58+
Currently the closest approximation is
59+
60+
$ git format-patch A..C B..C
61+
62+
which results in the last two commits including C formatted
63+
twice.
64+
4265

4366
Technical (heavier)
4467
-------------------

0 commit comments

Comments
 (0)