Thread (2 messages) flat view 2 messages, 2 authors, 2021-09-25

Re: [PATCH v5 3/3] send-email docs: add format-patch options

From: Junio C Hamano <hidden>
Date: 2021-09-25 04:07:41

Possibly related (same subject, not in this thread)

Bagas Sanjaya [off-list ref] writes:
On 25/09/21 03.03, Junio C Hamano wrote:
quoted
Ah, thanks for explanation.
     git format-patch -2
would be options-only way to "indicate some sort of revision", so
perhaps
     . git send-email <send-email options> files|directory
     . git send-email <send-email options> <format-patch options>
(where "options" is used to refer to both --options and arguments)
would illustrate the differences better?
But we can also directly specify revision range (commonly <common
ancestor>..HEAD or HEAD ^<common ancestor>).
That is exactly why I have the parenthetical definition of what
"options" mean in my explanation.  

	git format-patch -2
	git format-patch master
	git format-patch master..HEAD

Everything after "git format-patch", i.e. -2, master, master..HEAD,
are usable, and there isn't much point in singling out revision
ranges.  FWIW, I think you can even give "-- <pathspec>" at the end,
which are not options or revision ranges.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help