git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git worktree add verbosity
@ 2018-08-05 12:55 Karen Arutyunov
  2018-08-05 15:01 ` Thomas Gummerer
  0 siblings, 1 reply; 3+ messages in thread
From: Karen Arutyunov @ 2018-08-05 12:55 UTC (permalink / raw)
  To: git

Hello,

We are using git for automation in our build2 project.

What's quite inconvenient is that the 'git worktree add' command prints 
some output by default and there is no way to suppress it, as it 
normally can be achieved with the --quiet option for the most of git 
commands.

Could you add support for the --quiet option for the worktree command?

Best regards,
Karen

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

* Re: git worktree add verbosity
  2018-08-05 12:55 git worktree add verbosity Karen Arutyunov
@ 2018-08-05 15:01 ` Thomas Gummerer
  2018-08-05 18:37   ` Eric Sunshine
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Gummerer @ 2018-08-05 15:01 UTC (permalink / raw)
  To: Karen Arutyunov; +Cc: git

On 08/05, Karen Arutyunov wrote:
> Hello,
> 
> We are using git for automation in our build2 project.
> 
> What's quite inconvenient is that the 'git worktree add' command prints some
> output by default and there is no way to suppress it, as it normally can be
> achieved with the --quiet option for the most of git commands.
> 
> Could you add support for the --quiet option for the worktree command?

I think a '--quiet' option would be nice to have.  I wouldn't need it
much personally, so I'm probably not going to work on it, but it would
be great if you could work on that.  The best place to get started
with contributing is to read Documentation/SubmittingPatches document.
The CONTRIBUTING.md in the git-for-windows repository [1] may also
have some helpful pointers.  Some of it is windows specific, but a lot
of it is generally applicable.

I'm happy to help reviewing these patches, and give more pointers to
help you get started.  Another useful resource is the #git-devel IRC
channel on Freenode, where you may be able to get some help (may need
some patience though :))

[1]: https://github.com/git-for-windows/git/blob/master/CONTRIBUTING.md

> Best regards,
> Karen

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

* Re: git worktree add verbosity
  2018-08-05 15:01 ` Thomas Gummerer
@ 2018-08-05 18:37   ` Eric Sunshine
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Sunshine @ 2018-08-05 18:37 UTC (permalink / raw)
  To: Thomas Gummerer; +Cc: karen, Git List

On Sun, Aug 5, 2018 at 11:01 AM Thomas Gummerer <t.gummerer@gmail.com> wrote:
> On 08/05, Karen Arutyunov wrote:
> > What's quite inconvenient is that the 'git worktree add' command prints some
> > output by default and there is no way to suppress it, as it normally can be
> > achieved with the --quiet option for the most of git commands.
> >
> > Could you add support for the --quiet option for the worktree command?
>
> I think a '--quiet' option would be nice to have. [...]

Indeed, omission of a --quiet flag was not an oversight, but rather
considered an optional feature "awaiting demand"[1]. Apparently, there
is now demand for it.

[1]: https://public-inbox.org/git/1436203860-846-12-git-send-email-sunshine@sunshineco.com/

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

end of thread, other threads:[~2018-08-05 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-05 12:55 git worktree add verbosity Karen Arutyunov
2018-08-05 15:01 ` Thomas Gummerer
2018-08-05 18:37   ` Eric Sunshine

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).