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

@ -2,10 +2,10 @@
HISTSIZE=10000 HISTSIZE=10000
# add timestamps to history entries # add timestamps to history entries
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #" HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
# aliases # aliases
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'