lfs_liblouis_config #1

  • //
  • guest/
  • jen_bottom/
  • vagrant/
  • gitfusion/
  • centos/
  • gf_configs/
  • lfs_liblouis_config
  • View
  • Commits
  • Open Download .zip Download (2 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".
#
#   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'
git-lfs-enable = yes
git-lfs-initial-track = liblouis/*

[master]
git-branch-name = master
view = //depot/liblouis/master/... ...
# Change User Description Committed
#1 26035 Jen Bottom refactor of Git Fusion directory
//guest/jen_bottom/vagrant/gitfusion/gf_configs/lfs_liblouis_config
#1 25637 Jen Bottom Copy up of some Git Fusion work from dev to main
//guest/jen_bottom/vagrant/gitfusion/gf_configs/lfs_orca_config
#3 25621 Jen Bottom Integrating sone fixes from dev to main
#2 25419 Jen Bottom Integrating changes to Orca LFS config from dev to main
#1 24594 Jen Bottom Copy up from dev to main