summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2014-05-16 12:26:35 -0700
committerMike Crute <mike@crute.us>2014-05-16 12:26:35 -0700
commit06d56ea8273c451e672ebc76649b4745793a9271 (patch)
tree203db25c4bbe1778298ae7a58fd8a27e9f3431df /.gitconfig
parent557d456891134bc26e12c2b4c46f718c94f13e6e (diff)
downloaddotfiles-06d56ea8273c451e672ebc76649b4745793a9271.tar.bz2
dotfiles-06d56ea8273c451e672ebc76649b4745793a9271.tar.xz
dotfiles-06d56ea8273c451e672ebc76649b4745793a9271.zip
Sycing up
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 0f0abfd..f6d95e6 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -4,6 +4,7 @@
4 4
5[core] 5[core]
6 whitespace = warn 6 whitespace = warn
7 pager = less -FMRiX
7 8
8[branch] 9[branch]
9 autosetuprebase = always 10 autosetuprebase = always
@@ -45,6 +46,7 @@
45 arp = add -A -p 46 arp = add -A -p
46 put = push origin head 47 put = push origin head
47 out = !git l origin/mainline.. 48 out = !git l origin/mainline..
49 dag = log --graph --format='format:%C(yellow)%h%C(reset) %C(blue)\"%an\" <%ae>%C(reset) %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)%n%s' --date-order
48 50
49[color] 51[color]
50 ui = auto 52 ui = auto