git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] request-pull: write to file option
@ 2021-10-03 12:29 Bagas Sanjaya
  2021-10-03 12:29 ` [PATCH 1/3] request-pull: introduce display_message() function Bagas Sanjaya
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2021-10-03 12:29 UTC (permalink / raw)
  To: git; +Cc: Ryan Anderson, Bagas Sanjaya

Currently, `git request-pull` only outputs PR message to stdout. Users
wished to send the message have to use shell redirection to file. Add
the option to write it to user-specified file.

Bagas Sanjaya (3):
  request-pull: introduce display_message() function
  request-pull: add -o/--output option
  request-pull: document -o/--output

 Documentation/git-request-pull.txt | 16 +++++-
 git-request-pull.sh                | 81 +++++++++++++++++++++---------
 t/t5150-request-pull.sh            | 13 +++++
 3 files changed, 83 insertions(+), 27 deletions(-)


base-commit: cefe983a320c03d7843ac78e73bd513a27806845
-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-03 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 12:29 [PATCH 0/3] request-pull: write to file option Bagas Sanjaya
2021-10-03 12:29 ` [PATCH 1/3] request-pull: introduce display_message() function Bagas Sanjaya
2021-10-03 12:29 ` [PATCH 2/3] request-pull: add -o/--output option Bagas Sanjaya
2021-10-03 12:29 ` [PATCH 3/3] request-pull: document -o/--output Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).