/home/wpollock1/public_html/AJava/gitconfig.txt

[user]
	name = 'Hymie Piffl'
	email = 'hpiffl@example.com'
[core]
	hideDotFiles = false
	editor = 'C:\\Program Files\\Notepad++\\notepad++.exe' -multiInst \
             -nosession -notabbar -noPlugin

[merge]
#	tool = vimdiff
   tool = meld
[mergetool "meld"]
	path = C:\\Program Files (x86)\\Meld\\Meld.exe

[pretty]
    myfmt = Commit: %h, Parent(s): %p, Author: %an, Date: %ad %d%n%B%n
    allcommits = %ad:%an:%s

[alias]
    # --graph is incompatible with --reverse.  Also try "git mylog --stat".
    mylog = log --pretty=myfmt --full-history --branches --graph
    allcommits = log --pretty=format:'%ad:%an:%h%C(bold cyan)%d%C(auto):%s' \
                 --date=short --reverse --all

    allcommitsfor = "! git log --pretty=format:\"%ad:%an <%ae>:%h:%s\" \
                    --date=short --reverse --all --author=\"$1\" -i #"
	webui = !python /c/Users/hpiffl/.git-webui/release/libexec/git-core/git-webui
[gui]
	encoding = utf-8
	recentrepo = C:/Users/hpiffl/Documents/eclipse-workspace/NatOrderComparator
	recentrepo = C:/Users/hpiffl/Documents/eclipse-workspace/Triangles