Hi, On Sun, 26 Nov 2006, Andy Parkins wrote: > - echo >"$GIT_DIR/remotes/$origin" \ > - "URL: $repo > -Pull: refs/heads/$head_points_at:$origin_track" && > + git-repo-config remote."$origin".url "$repo" && > + git-repo-config remote."$origin".fetch "refs/heads/$head_points_at:$origin_track" ^$ && You do not need the "^$" here: this _is_ the first entry. I would even argue that this _has_ to replace whatever might be there (could be introduced by some bogus templates, for example), since the first fetch entry has a special meaning for pull. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html