DORMANTno replies

[PATCH] tutorial-2: Update with the new "git commit" ouput

From: Santi Béjar <hidden>
Date: 2016-06-15 22:45:59
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

Commit
c5ee71f (commit: more compact summary and without extra quotes, 2009-01-19)
changed the "git commit" output when creating a commit.
This patch updates the example session in the tutorial.

Signed-off-by: Santi Béjar <redacted>
---
 Documentation/gittutorial-2.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/gittutorial-2.txt b/Documentation/gittutorial-2.txt
index a057b50..dc8fc3a 100644
--- a/Documentation/gittutorial-2.txt
+++ b/Documentation/gittutorial-2.txt
@@ -32,12 +32,12 @@ Initialized empty Git repository in .git/
 $ echo 'hello world' > file.txt
 $ git add .
 $ git commit -a -m "initial commit"
-[master (root-commit)] created 54196cc: "initial commit"
+[master (root-commit) 54196cc] initial commit
  1 files changed, 1 insertions(+), 0 deletions(-)
  create mode 100644 file.txt
 $ echo 'hello world!' >file.txt
 $ git commit -a -m "add emphasis"
-[master] created c4d59f3: "add emphasis"
+[master c4d59f3] add emphasis
  1 files changed, 1 insertions(+), 1 deletions(-)
 ------------------------------------------------
 
-- 
1.6.1.258.g7ff14
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help