summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-06-01 02:47:49 +0000
committerMike Crute <mike@crute.us>2017-06-01 02:47:49 +0000
commit272b2a1b0547f18177483b1e3b033becf08615d6 (patch)
treea52998e1f92448a05fb8f6cd959fafd5321b54dc /.gitconfig
parent9be84c3a5b0f76203850158975e2d4ee8bf7cbb3 (diff)
downloaddotfiles-272b2a1b0547f18177483b1e3b033becf08615d6.tar.bz2
dotfiles-272b2a1b0547f18177483b1e3b033becf08615d6.tar.xz
dotfiles-272b2a1b0547f18177483b1e3b033becf08615d6.zip
Use different branch matching
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index c87e2cf..c52ac04 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -56,7 +56,6 @@
56 56
57 uig = update-index --no-assume-unchanged 57 uig = update-index --no-assume-unchanged
58 arp = add -A -p 58 arp = add -A -p
59 put = push origin head
60 sup = submodule update --remote --merge 59 sup = submodule update --remote --merge
61 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 60 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
62 61
@@ -82,7 +81,10 @@
82 enabled = true 81 enabled = true
83 82
84[push] 83[push]
85 default = matching 84 default = current
85
86[status]
87 submoduleSummary = true
86 88
87[amazon] 89[amazon]
88 append-cr-url = true 90 append-cr-url = true