Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master tome rdp by Eric Sandall (5a04b486ffa3253def13de378bf414da044ea8ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master tome rdp by Eric Sandall (5a04b486ffa3253def13de378bf414da044ea8ca)
  • Date: Tue, 6 Feb 2007 12:09:19 -0600

GIT changes to master tome rdp by Eric Sandall <sandalle AT sourcemage.org>:

GrimoireGuruHandbook | 6 ++++++
1 files changed, 6 insertions(+)

New commits:
commit 5a04b486ffa3253def13de378bf414da044ea8ca
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Add remotes/origin information for new branches to GrimoireGuruHandbook
(thanks Jeremy)

diff --git a/GrimoireGuruHandbook b/GrimoireGuruHandbook
index 21db476..1e0b5de 100644
--- a/GrimoireGuruHandbook
+++ b/GrimoireGuruHandbook
@@ -221,6 +221,12 @@ $ git fetch ssh://scm.sourcemage.org/smg
This tells git to fetch the remote branch named stable-0.6 (before the ":")
and
call it stable-0.6 (after the ":") into the current git repository.

+If you want this branch to be updated on a pull, you will also need to add
+the branch information to .git/remotes/origin:
+ Pull: refs/heads/stable-0.6:refs/heads/stable-0.6
+ Pull: refs/heads/stable-rc-0.7:refs/heads/stable-rc-0.7
+These two lines will add pull information for stable-0.6 and stable-rc-0.7.
+
Section 5: Writing a spell
Subsection: PREPARE
Even before DETAILS, this file is sourced and cane be used to setup variables



  • [SM-Commit] GIT changes to master tome rdp by Eric Sandall (5a04b486ffa3253def13de378bf414da044ea8ca), Eric Sandall, 02/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page