blank after history entry, removed HEAD from git diff

This commit is contained in:
Oliver Ladner 2012-08-06 16:42:33 +02:00
commit 3d263edcf6

View file

@ -8,4 +8,4 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #"
alias grep='grep --color' alias grep='grep --color'
alias gdp='git diff --color HEAD^ HEAD' alias gdp='git diff --color HEAD^ HEAD'
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph' alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
alias gdc='git diff --color HEAD^' alias gdc='git diff --color'