gitconfig.txt
Download gitconfig.txt
1: [user]
2: name = 'Hymie Piffl'
3: email = 'hpiffl@example.com'
4: [core]
5: hideDotFiles = false
6: editor = 'C:\\Program Files\\Notepad++\\notepad++.exe' -multiInst \
7: -nosession -notabbar -noPlugin
8:
9: [merge]
10: # tool = vimdiff
11: tool = meld
12: [mergetool "meld"]
13: path = C:\\Program Files (x86)\\Meld\\Meld.exe
14:
15: [pretty]
16: myfmt = Commit: %h, Parent(s): %p, Author: %an, Date: %ad %d%n%B%n
17: allcommits = %ad:%an:%s
18:
19: [alias]
20: # --graph is incompatible with --reverse. Also try "git mylog --stat".
21: mylog = log --pretty=myfmt --full-history --branches --graph
22: allcommits = log --pretty=format:'%ad:%an:%h%C(bold cyan)%d%C(auto):%s' \
23: --date=short --reverse --all
24:
25: allcommitsfor = "! git log --pretty=format:\"%ad:%an <%ae>:%h:%s\" \
26: --date=short --reverse --all --author=\"$1\" -i #"
27: webui = !python /c/Users/hpiffl/.git-webui/release/libexec/git-core/git-webui
28: [gui]
29: encoding = utf-8
30: recentrepo = C:/Users/hpiffl/Documents/eclipse-workspace/NatOrderComparator
31: recentrepo = C:/Users/hpiffl/Documents/eclipse-workspace/Triangles