Pārlūkot izejas kodu

Split long line in gitconfig for readability

Alois Mahdal 11 gadus atpakaļ
vecāks
revīzija
751801022f
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      dotfiles/git-universe/before.gitconfig

+ 2
- 1
dotfiles/git-universe/before.gitconfig Parādīt failu

@@ -10,7 +10,8 @@
10 10
   co = checkout
11 11
   com = checkout master
12 12
   dc = !clear && git diff --cached
13
-  gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
13
+  gr = log --graph --full-history --all --color\
14
+       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
14 15
   rb = rebase
15 16
   rbi = rebase --interactive
16 17
   rmv = remote --verbose