41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
[alias]
|
|
logline = log --pretty=format:'%ad - %Cred%h%Creset -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --date=short
|
|
[core]
|
|
autocrlf = true
|
|
bare = false
|
|
editor = C:\\Windows\\system32\\notepad.exe --wait
|
|
filemode = false
|
|
fscache = true
|
|
ignorecase = true
|
|
logallrefupdates = true
|
|
repositoryformatversion = 0
|
|
symlinks = false
|
|
[diff "astextplain"]
|
|
textconv = astextplain
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
smudge = git-lfs smudge -- %f
|
|
[includeIf "gitdir/i:C:/"]
|
|
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
|
[includeIf "gitdir/i:G:/"]
|
|
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
|
[includeIf "gitdir/i:L:/"]
|
|
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
|
[includeIf "gitdir/i:T:/"]
|
|
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
|
[init]
|
|
defaultbranch = master
|
|
[pack]
|
|
deltaCacheSize = 512m
|
|
packSizeLimit = 100m
|
|
threads = 1
|
|
windowMemory = 100m
|
|
[pull]
|
|
rebase = false
|
|
[sendpack]
|
|
sideband = false
|
|
[credential "https://tfs.intra.infineon.com"]
|
|
provider = generic
|