Skip to content
Snippets Groups Projects
Commit 3d41cc76 authored by nimrod's avatar nimrod
Browse files

Some git config changes.

parent bc985a65
No related branches found
No related tags found
No related merge requests found
...@@ -44,23 +44,33 @@ ...@@ -44,23 +44,33 @@
tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease
[branch]
sort = -committerdate
[color] [color]
grep = true grep = true
ui = auto ui = auto
[commit]
verbose = true
[core] [core]
whitespace = space-before-tab,-indent-with-non-tab,trailing-space whitespace = space-before-tab,-indent-with-non-tab,trailing-space
[diff] [diff]
renames = copies renames = copies
tool = meld tool = meld
algorithm = histogram
colorMoved = plain
[difftool] [difftool]
prompt = false prompt = false
[fetch] [fetch]
all = true
fsckobjects = true fsckobjects = true
prune = true prune = true
pruneTags = true
[filter "ansible-vault"] [filter "ansible-vault"]
clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt
...@@ -89,12 +99,14 @@ ...@@ -89,12 +99,14 @@
[rebase] [rebase]
autoSquash = true autoSquash = true
updateRefs = true
[receive] [receive]
fsckObjects = true fsckObjects = true
[tag] [tag]
forceSignAnnotated = true forceSignAnnotated = true
sort = version:refname
[transfer] [transfer]
fsckobjects = true fsckobjects = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment