[git] remove unnecessary quotes for standup alias

pull/28/head
Alpha Chen 7 years ago
parent 34697db203
commit eb9215ec7d

@ -11,7 +11,7 @@
sparecheckout = true
[alias]
g = grep --break --heading --line-number
standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"
standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
s = status -sb

Loading…
Cancel
Save