From 5038799a3a22cc0d9150446bd877b4e731fdad23 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 10 Jun 2015 12:04:20 -0400 Subject: Revert "site/git/index.html: Require a sign-off-by" This reverts commit 2e573736c094376e7c65ecf95bae192ca3b75cf3. re-think required --- diff --git a/site/git/index.php b/site/git/index.php index 46e6cb5..1ebedd6 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -106,15 +106,14 @@

git add path/to/file. You should also add any other files that are listed as modified in the git status. If there are deleted files in the git status, you can use git rm path/to/file. As long as you have added all the untracked files, it is generally easier to use:"); ?>
- $ git commit -a -s
- git commit -s)"); ?>
- The -s parameter adds a sign-off-by to the commit message. This is highly recommended. + $ git commit -a
+ git commit)"); ?>


- $ git commit -s --amend
+ $ git commit --amend

- $ git commit -a -s --amend + $ git commit -a --amend


@@ -178,4 +177,4 @@ +?> \ No newline at end of file -- cgit v0.9.1