From 6cc0f6a3fde4b1779a1d57b97cf6949abd1034cf Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 10 Oct 2013 22:01:57 +0600 Subject: Add zsh completions. --- files/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/.gitconfig') diff --git a/files/.gitconfig b/files/.gitconfig index b9c9357..1a38a2c 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -24,3 +24,5 @@ fix = commit --amend -C HEAD ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - history-all = "!gitk --all $( git fsck | awk '/dangling commit/ {print $3}'; git log -g --pretty='format:%H')" +[push] + default = matching -- cgit v1.2.3