From 128626bb9ec22e101a34a7c0f2e93f4e137a6e2b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 11 Aug 2012 04:40:20 +0200 Subject: [PATCH] gitconfig: Fix indentation. No other changes. --- gitconfig.m4 | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index 99578b9..91e1f3d 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -40,41 +40,41 @@ include(../lib.m4) # Shortcuts for often used commands. # # Local. - c = commit --verbose - ci = commit --verbose - d = diff --patience - di = diff --patience - dw = diff --patience --color-words - dc = diff --patience --cached + c = commit --verbose + ci = commit --verbose + d = diff --patience + di = diff --patience + dw = diff --patience --color-words + dc = diff --patience --cached dcw = diff --patience --cached --color-words - s = status - st = status - l = log - ls = log --stat - lp = log --patch --patience - a = add - ap = add --patch - au = add --update + s = status + st = status + l = log + ls = log --stat + lp = log --patch --patience + a = add + ap = add --patch + au = add --update # Branches. - co = checkout - b = branch --all --verbose - br = branch --all --verbose - m = merge - me = merge + co = checkout + b = branch --all --verbose + br = branch --all --verbose + m = merge + me = merge # Remote. - f = fetch - fe = fetch - t = tag - p = push - pu = push - ru = remote update + f = fetch + fe = fetch + t = tag + p = push + pu = push + ru = remote update # Patches. - fp = format-patch + fp = format-patch # Misc. - fs = fsck --strict --full - sl = stash list - ss = stash save - sa = stash apply + fs = fsck --strict --full + sl = stash list + ss = stash save + sa = stash apply ssk = stash save --keep-index # Custom commands. -- 2.44.1