All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update documentation: git-commit is not a shell command
@ 2010-01-16  9:35 Ramkumar Ramachandra
  2010-01-16 17:31 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Ramkumar Ramachandra @ 2010-01-16  9:35 UTC (permalink / raw)
  To: git

Reported by Osamu Aoki through http://bugs.debian.org/560795

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 Documentation/gitcore-tutorial.txt |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/Documentation/gitcore-tutorial.txt
b/Documentation/gitcore-tutorial.txt
index f762dca..ebc5d0b 100644
--- a/Documentation/gitcore-tutorial.txt
+++ b/Documentation/gitcore-tutorial.txt
@@ -454,14 +454,7 @@ will be pruned out, and the rest will be used as
the commit message for
 the change. If you decide you don't want to commit anything after all at
 this point (you can continue to edit things and update the index), you
 can just leave an empty message. Otherwise `git commit` will commit
-the change for you.
-
-You've now made your first real git commit. And if you're interested in
-looking at what `git commit` really does, feel free to investigate:
-it's a few very simple shell scripts to generate the helpful (?) commit
-message headers, and a few one-liners that actually do the
-commit itself ('git-commit').
-
+the change for you. You've now made your first real git commit.

 Inspecting Changes
 ------------------
-- 
1.6.5

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

end of thread, other threads:[~2010-01-16 18:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-16  9:35 [PATCH] Update documentation: git-commit is not a shell command Ramkumar Ramachandra
2010-01-16 17:31 ` Junio C Hamano
2010-01-16 18:07   ` Ramkumar Ramachandra

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.