git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-commit.txt - mention that files listed on the command line must be known to git.
@ 2008-11-18 22:33 Mark Burton
  0 siblings, 0 replies; only message in thread
From: Mark Burton @ 2008-11-18 22:33 UTC (permalink / raw)
  To: git

Signed-off-by: Mark Burton <markb@ordern.com>
---

 Adding this advertises the current behaviour and should stop anyone else
 asking the same question!

 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 2e62165..a1ce9a8 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -29,7 +29,8 @@ The content to be added can be specified in several ways:
 
 3. by listing files as arguments to the 'commit' command, in which
    case the commit will ignore changes staged in the index, and instead
-   record the current content of the listed files;
+   record the current content of the listed files (which must already
+   be known to git);
 
 4. by using the -a switch with the 'commit' command to automatically
    "add" changes from all known files (i.e. all files that are already
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-18 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 22:33 [PATCH] git-commit.txt - mention that files listed on the command line must be known to git Mark Burton

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