| -rw-r--r-- | dotfiles/gitconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index c3ba064..dbce01b 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -16,6 +16,7 @@ [alias] pastebinit = !sh -c 'git format-patch -1 --stdout $1 | pastebinit -b http://pastebin.com/ -f diff' - + lol = log --graph --decorate --pretty=oneline --abbrev-commit [sendemail] from = "Damien Lespiau <damien.lespiau@gmail.com>" @@ -29,9 +30,3 @@ smtpserverport = 587 smtpencryption = tls smtpuser = damien.lespiau@gmail.com - -[bz-tracker "clutter"] - host = bugzilla.clutter-project.org - -[bz] - default-tracker = clutter |
