p4gf_config #2

  • //
  • .git-fusion/
  • repos/
  • sdp/
  • p4gf_config
  • View
  • Commits
  • Open Download .zip Download (3 KB)
# 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".
#
#   depot-root:
#       This branch's topmost container within Perforce, except for any
#       import/shared/read-only paths.
#       Used only for forking this repo.
#       Optional. Specify only if you intend to fork this repo.
#
#   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.
#       A Git Fusion branch can be defined as a view or a stream but not both.
#
#   stream:
#       A Perforce stream that maps a Git branch.
#
#       If your branch is defined as stream, it can include only one stream.
#       A Git Fusion branch can be defined as a view or a stream but not both.
#
#   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 = Perforce Server Deployment Package

[master]
git-branch-name = master
view = //guest/perforce_software/sdp/main/... ...

[dev]
git-branch-name = dev
view = //guest/perforce_software/sdp/dev/... ...

# Change User Description Committed
#2 21687 Git Fusion Update 'p4gf_config'.
#1 21685 C. Thomas Tyler Added basic repo config for SDP.