git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Aguilar <davvid@gmail.com>
To: Unknown <borg@uu3.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git status -q (similar to subversion)
Date: Sun, 28 Jun 2009 15:44:48 -0700	[thread overview]
Message-ID: <20090628224447.GB1951@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0906272248570.11453@cube>

On Sat, Jun 27, 2009 at 10:57:13PM +0200, Unknown wrote:
> Here is a tiny patch adding -q option to git status.
> It means -uno (Show no untracked files).
>
> Not sure where to add that in documentation.
> Maybe in git-commit man just below -u:
> -q (for git-status only, equals to -uno).
> Or something like this?
>
> Regards,
> Borg


Hello

Please take a look at Documentation/SubmittingPatches
(all of the documentation lives in Documentation/).

It doesn't seem like this patch was generated with
git format-patch.  You'll also want to submit your patch using
git send-email, as we require inline patches instead of
attachments.

You'll need to include a signed-off-by line (which you can do
by using `git commit -s`) and it seems like you need to
introduce yourself to git:

http://book.git-scm.com/2_setup_and_initialization.html

Sorry, we cannot accept patches from "Unknown" for a number
of reasons.


Thanks for your help and we look forward to hearing your
response to the rest of the feedback received in this thread.


> diff --git a/builtin-commit.c b/builtin-commit.c
> index 41e222d..e4e0074 100644
> --- a/builtin-commit.c
> +++ b/builtin-commit.c
> @@ -826,6 +826,8 @@ int cmd_status(int argc, const char **argv, const char *prefix)
>  		diff_use_color_default = git_use_color_default;
>  
>  	argc = parse_and_validate_options(argc, argv, builtin_status_usage, prefix);
> +	if(quiet)
> +		show_untracked_files = SHOW_NO_UNTRACKED_FILES;
>  
>  	index_file = prepare_index(argc, argv, prefix);
>  


-- 

	David

  parent reply	other threads:[~2009-06-28 22:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-27 20:57 [PATCH] git status -q (similar to subversion) Unknown
2009-06-28 18:52 ` Jeff King
2009-06-28 21:01   ` Martin Renold
2009-06-30  5:33     ` Jeff King
2009-06-30 15:14       ` Martin Renold
2009-06-30 15:33         ` Jeff King
2009-07-01  8:37           ` Paolo Bonzini
2009-06-28 22:44 ` David Aguilar [this message]
2009-06-29 19:39   ` Unknown
2009-06-30  5:33     ` Jeff King
2009-06-30 16:56       ` Unknown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090628224447.GB1951@gmail.com \
    --to=davvid@gmail.com \
    --cc=borg@uu3.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).