forked from sharkdp/bat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc sharkdp#1213
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[38;2;117;113;94m;[0m[38;2;117;113;94m Semicolon comment[0m | ||
[38;2;117;113;94m#[0m[38;2;117;113;94m Hash comment[0m | ||
|
||
[38;2;248;248;242m[[0m[38;2;166;226;46muser[0m[38;2;248;248;242m][0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mname[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116mFirstname Lastname[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255memail[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116mnon-exist@example.com[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255msigningkey[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116mCEAF1234ABCD9876[0m | ||
|
||
[38;2;248;248;242m[[0m[38;2;166;226;46mfilter[0m[38;2;248;248;242m [0m[38;2;230;219;116m"[0m[38;2;230;219;116mlfs[0m[38;2;230;219;116m"[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;117;113;94m;[0m[38;2;117;113;94m So here we have some LFS settings[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mclean[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116mgit-lfs clean -- %f[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255msmudge[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116mgit-lfs smudge -- %f[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mprocess[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116mgit-lfs filter-process[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mrequired[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;190;132;255mtrue[0m | ||
|
||
[38;2;248;248;242m[[0m[38;2;166;226;46mcore[0m[38;2;248;248;242m][0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mgitProxy[0m[38;2;249;38;114m=[0m[38;2;230;219;116mmy-proxy-thing for github.com[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mgitProxy[0m[38;2;249;38;114m=[0m[38;2;230;219;116mnone [0m[38;2;117;113;94m#[0m[38;2;117;113;94m No proxy per default[0m | ||
|
||
[38;2;248;248;242m[[0m[38;2;166;226;46mtar[0m[38;2;248;248;242m][0m | ||
[38;2;248;248;242m [0m[38;2;117;113;94m#[0m[38;2;117;113;94mumask = 0002 ; default value[0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mumask[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116muser [0m[38;2;117;113;94m;[0m[38;2;117;113;94m If you want to use the default for the current user[0m | ||
|
||
[38;2;248;248;242m[[0m[38;2;166;226;46mmaintenance[0m[38;2;248;248;242m [0m[38;2;230;219;116m"[0m[38;2;230;219;116mcommit-graph[0m[38;2;230;219;116m"[0m[38;2;248;248;242m][0m | ||
[38;2;248;248;242m [0m[38;2;255;255;255mauto[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;230;219;116m85[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
; Semicolon comment | ||
# Hash comment | ||
|
||
[user] | ||
name = Firstname Lastname | ||
email = non-exist@example.com | ||
signingkey = CEAF1234ABCD9876 | ||
|
||
[filter "lfs"] ; So here we have some LFS settings | ||
clean = git-lfs clean -- %f | ||
smudge = git-lfs smudge -- %f | ||
process = git-lfs filter-process | ||
required = true | ||
|
||
[core] | ||
gitProxy=my-proxy-thing for github.com | ||
gitProxy=none # No proxy per default | ||
|
||
[tar] | ||
#umask = 0002 ; default value | ||
umask = user ; If you want to use the default for the current user | ||
|
||
[maintenance "commit-graph"] | ||
auto = 85 |