# Git Fusion repo configuration file.
#
# Contains settings that affect a single Git Fusion repo.
#
# See also global configuration file //P4GF_DEPOT/p4gf_config. This repo
# configuration file can override settings from the global configuration file.
#
# Git Fusion creates this file during initialization. Git Fusion reads this
# file once at the start of each Git operation. Git Fusion writes to this file
# often. You can write to this file: Git Fusion retains your edited values but
# not edited comments or formatting.
#
# [@repo]
# One section for repo-wide settings. Any and all global configuration
# options may be overridden in this section.
#
# description:
# A brief description of this repo which will be returned by @list
#
# read-only:
# Prohibit any git push which introduces commits to this repo?
#
# no (default)
# Commits to this repo are allowed.
#
# yes
# Prohibit any push that introduces commits to this repo.
#
#
# [<git-fusion-branch-id>]
# One section for each branch known to Git Fusion. Describes a mapping
# between a single Git branch of workspace history and a single Perforce
# branch of file hierarchy.
#
# Section name can be same as git-branch-name or a Perforce branch name.
# Section name must be unique within this Git Fusion repo.
#
# git-branch-name:
# Name of the Git branch, such as "master".
#
# view:
# A Perforce view specification that maps Perforce depot paths (left
# side) to Git work tree paths (right side).
#
# Used internally as a Perforce workspace/client view mapping. All
# Perforce workspace/client view mapping operations permitted,
# including multiple lines, exclusion (minus/-) lines, overlay
# (plus/+) lines.
#
# read-only:
# Prohibit any git push which introduces commits to this branch?
#
# no (default)
# Commits to this branch are allowed.
#
# yes
# Prohibit any push that introduces commits to this branch.
#
[@repo]
description = Created for Orca'
[master]
git-branch-name = master
view = //depot/orca/master/... ...