git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Document the fact that commit -a is the way to go for simple operations
@ 2007-05-06 21:11 Matthieu Moy
  2007-05-06 21:11 ` [PATCH] Document git add -u introduced earlier Matthieu Moy
  2007-05-06 23:07 ` [PATCH] Document the fact that commit -a is the way to go for simple operations Nicolas Pitre
  0 siblings, 2 replies; 10+ messages in thread
From: Matthieu Moy @ 2007-05-06 21:11 UTC (permalink / raw)
  To: git; +Cc: Matthieu Moy


Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
---
 Documentation/git-commit.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 2895225..d024c03 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -54,7 +54,8 @@ OPTIONS
 -a|--all::
 	Tell the command to automatically stage files that have
 	been modified and deleted, but new files you have not
-	told git about are not affected.
+	told git about are not affected.  You should use it for most
+        trivial operations.
 
 -c or -C <commit>::
 	Take existing commit object, and reuse the log message
-- 
1.5.1.3

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

end of thread, other threads:[~2007-05-07 11:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-06 21:11 [PATCH] Document the fact that commit -a is the way to go for simple operations Matthieu Moy
2007-05-06 21:11 ` [PATCH] Document git add -u introduced earlier Matthieu Moy
2007-05-06 21:11   ` [PATCH] Added a reference to git-add in the documentation for git-update-index Matthieu Moy
2007-05-06 21:11     ` [PATCH] Document "commit --only" Matthieu Moy
2007-05-06 23:13       ` Nicolas Pitre
2007-05-07  8:16         ` Matthieu Moy
2007-05-07 10:37           ` Matthieu Moy
2007-05-06 23:07 ` [PATCH] Document the fact that commit -a is the way to go for simple operations Nicolas Pitre
2007-05-07  8:21   ` Matthieu Moy
2007-05-07 11:22     ` Johannes Schindelin

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).