Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:parrot/parrot
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Aug 9, 2011
2 parents 3bc8f96 + 70cca2a commit 3764b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/gen/config_pm/config_pir.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ undefined values) is undefined, and may be rather funky.
.sub _config
.local string prefix, conf_file
.local pmc ex
prefix = interpinfo .INTERPINFO_RUNTIME_PREFIX
$S0 = concat prefix, "/runtime"
Expand All @@ -58,6 +59,8 @@ undefined values) is undefined, and may be rather funky.
$P0.'stat'($S0)
goto L1
file_not_found:
.get_results (ex)
finalize ex
# Treat it as installed parrot.
conf_file = "@libdir@@versiondir@/include/config.fpmc"
goto L2
Expand Down Expand Up @@ -85,7 +88,6 @@ undefined values) is undefined, and may be rather funky.
.return( conf_hash )
error:
.local pmc ex
.get_results (ex)
$S0 = "Can't read '"
$S0 .= conf_file
Expand Down
2 changes: 1 addition & 1 deletion docs/project/git_workflow.pod
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ get the latest commits with:

Then use this syntax to track the remote branch with a local branch:

git checkout -b username/foo origin/username/foo
git checkout -t origin/username/foo

If you are using a very old version of Git, such as 1.5.x.x or older, you will
want to tell it to track the remote branch:
Expand Down

0 comments on commit 3764b88

Please sign in to comment.