]> git.99rst.org Git - git.git/commit
doc: interpret-trailers: use input redirection
authorKristoffer Haugsbakk <redacted>
Mon, 1 May 2023 20:02:39 +0000 (22:02 +0200)
committerJunio C Hamano <redacted>
Mon, 1 May 2023 20:26:41 +0000 (13:26 -0700)
commitb032a2bfe74e46acc451873ee5ebbf7f61b738ce
treebbbd234908c294d520711284fe787efac5fbcd86
parentc892bcc94424f1297dadc1e5e9cb6e752a22e79e
doc: interpret-trailers: use input redirection

Use input redirection instead of invoking cat(1) on a single file. This
is more straightforward, saves a process, and often makes the line
shorter.

Suggested-by: Junio C Hamano <redacted>
Signed-off-by: Kristoffer Haugsbakk <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-interpret-trailers.txt
git clone https://git.99rst.org/PROJECT