Compare commits
No commits in common. "089a8d848ba2d8ab2092277da2f7f2a2f99fe05e" and "bdc22c8ac2ba776329125857d689687ad59d15d4" have entirely different histories.
089a8d848b
...
bdc22c8ac2
@ -2,7 +2,7 @@
|
|||||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr)%Creset %C(bold blue)%an%Creset%C(yellow)%d%Creset %s' --abbrev-commit
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr)%Creset %C(bold blue)%an%Creset%C(yellow)%d%Creset %s' --abbrev-commit
|
||||||
old-branches = for-each-ref refs/remotes/origin/ --sort=committerdate --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) %(color:blue)%(authorname)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))'
|
old-branches = for-each-ref refs/remotes/origin/ --sort=committerdate --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) %(color:blue)%(authorname)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))'
|
||||||
release-count = !git releases | cut -f 3 | sort | uniq -c | sort -n -r
|
release-count = !git releases | cut -f 3 | sort | uniq -c | sort -n -r
|
||||||
releases = !git log --date=local --decorate=full --all --pretty=format:'%Cgreen%ai%Creset\t%Cred%h%Creset\t%Cblue%cn%Creset\t%d\t%s' --abbrev-commit | grep -E 'release:? v?[0-9]+\\.[0-9]+\\.[0-9]+' | perl -p -e 's%\\(.*?tag: .+?\\)\\s*release(:\\s*)?%%' | sort -i
|
releases = !git log --date=local --decorate=full --all --pretty=format:'%Cgreen%ai%Creset\t%Cred%h%Creset\t%Cblue%cn%Creset\t%d\t%s' --abbrev-commit | grep -E 'release:? v?[0-9]+\\.[0-9]+\\.[0-9]+(:| -)' | perl -p -e 's%\\(.*?tag: .+?\\)\\s*release(:\\s*)?%%' | sort -i
|
||||||
stat = status -sb
|
stat = status -sb
|
||||||
tags = !git log --decorate=full --all --pretty=format:'%ai %d %s' --abbrev-commit | grep 'refs/tags' | sed -E 's/\\(tag:.+\\)[[:space:]]//'
|
tags = !git log --decorate=full --all --pretty=format:'%ai %d %s' --abbrev-commit | grep 'refs/tags' | sed -E 's/\\(tag:.+\\)[[:space:]]//'
|
||||||
[color]
|
[color]
|
||||||
@ -25,11 +25,8 @@
|
|||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
[merge]
|
[merge]
|
||||||
hideResolved = true
|
tool = meld
|
||||||
tool = meld --auto-merge --output="$MERGED" "$LOCAL" "$BASE" "$REMOTE"
|
|
||||||
[mergetool]
|
[mergetool]
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
[core]
|
[core]
|
||||||
pager = diff-so-fancy | less -x4 -RFX
|
pager = diff-so-fancy | less -x4 -RFX
|
||||||
#[diff]
|
|
||||||
# external = difft --display=inline --tab-width=4
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user