All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Weber <marco-oweber@gmx.de>
To: git <git@vger.kernel.org>
Subject: Re:Re: I suggest that git commit support -A option, just like hg does.thanks.
Date: Sat, 06 Aug 2011 21:35:35 +0200	[thread overview]
Message-ID: <1312659297-sup-2956@nixos> (raw)
In-Reply-To: <4d88745.134ea.1319fe29f01.Coremail.sinojelly@163.com>

Excerpts from jelly's message of Sat Aug 06 18:17:34 +0200 2011:
> >It seems like you're looking for the -A option to "git add".
> 
> I don't want to run "git add -A" before commit, 
> I want to use "git commit -A -m 'msg' " instead.

if you need it that often add to your .bashrc:
gcA(){ git add -A && git commit -m "$@"; }

which is even faster.

Marc Weber

  reply	other threads:[~2011-08-06 19:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-06 14:32 I suggest that git commit support -A option, just like hg does.thanks jelly
2011-08-06 15:02 ` Magnus Bäck
2011-08-06 16:17   ` jelly
2011-08-06 19:35     ` Marc Weber [this message]
2011-08-08  4:33       ` Miles Bader
2011-08-08  4:56         ` Junio C Hamano
2011-08-08 14:04           ` Michael Witten

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=1312659297-sup-2956@nixos \
    --to=marco-oweber@gmx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.