Skip to content

Instantly share code, notes, and snippets.

@tsipinio
Created August 31, 2013 11:31
Show Gist options
  • Save tsipinio/6397685 to your computer and use it in GitHub Desktop.
Save tsipinio/6397685 to your computer and use it in GitHub Desktop.
[extensions]
rebase =
pager =
color =
[ui]
username = Pavel Tsipinio <pavel.tsipinio@gmail.com>
[pager]
pager = LESS='FRX' less
quiet = True
ignore = version, help, update
attend = annotate, cat, diff, export, glog, log, qdiff
[color]
# valid modes are win32, ansi, auto, off
mode = auto
status.modified = blue bold
status.added = green bold
status.removed = red bold blue_background
status.deleted = cyan bold
status.unknown = magenta bold
status.ignored = black bold
qseries.applied = blue bold underline
qseries.unapplied = black bold
qseries.missing = red bold
diff.diffline = bold
diff.extended = cyan bold
diff.file_a = red bold
diff.file_b = green bold
diff.hunk = magenta
diff.deleted = red
diff.inserted = green
diff.changed = white
diff.trailingwhitespace = bold red_background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment