theslinux-buildsystem branch TheBigBang updated d35a3bd Fix branch name in the example

  • From: git@xxxxxxxxxxxxxxxxxxxx
  • To: theslinux-phantom@xxxxxxxxxxxxx
  • Date: Mon, 19 Aug 2013 13:46:45 -0700

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-buildsystem".

The branch, TheBigBang has been updated
       via  d35a3bdb7f5c564803ab4ee1979f5f12bd2ce575 (commit)
      from  369274930de1cc53bbaf91d19a270ec29ba05029 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 6175c94..64bde23 100644
--- a/README.md
+++ b/README.md
@@ -40,15 +40,15 @@ $ git checkout -b p_foobar@new-feature
 #
 # do what ever you want, commit your changes and create your patch
 #
-$ git format-patch --stdout foobar..p_foobar-new-feature \
-    > /path/to/foobar-new-feature.patch
+$ git format-patch --stdout foobar..p_foobar@new-feature \
+    > /path/to/foobar@new-feature.patch
 ````
 
-You can send your patch file `foobar-new-feature.patch` to some list
+You can send your patch file `foobar@new-feature.patch` to some list
 (please check `git-send-email`).
 
 If you are using `github`, thing is simple. You just need to push your
-feature branch `p_foobar-new-feature` to your fork on `github`, then
+feature branch `p_foobar@new-feature` to your fork on `github`, then
 create a pull request.
 
 ## How to patch package's source code
@@ -85,7 +85,7 @@ $ git checkout -b p_foobar@new-feature
 #
 # make changes, commits
 #
-$ git format-patch --stdout master > p_foobar-new-feature.patch
+$ git format-patch --stdout master > p_foobar@new-feature.patch
 #
 # Now the patch file is ready to be sent out
 #


hooks/post-receive
-- 
theslinux-buildsystem
--
Purpose: Store commits, feeds from other projects
Post: mailto:theslinux-phantom@xxxxxxxxxxxxx
Archive, Gmane: http://theslinux.org/lists/phantom/
Subscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=subscribe
Unsubscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=unsubscribe
Other information: http://theslinux.org/lists (vi) or 
http://theslinux.org/lists/en (en)
Support: mailto:theslinux-questions@xxxxxxxxxxxxx

Other related posts:

  • » theslinux-buildsystem branch TheBigBang updated d35a3bd Fix branch name in the example - git