From f63c3262885fc9d3b7bd3139959ca9e4a1e7a2a3 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 25 Sep 2013 20:24:19 +0600 Subject: Updates. --- files/.gitconfig | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 files/.gitconfig (limited to 'files/.gitconfig') diff --git a/files/.gitconfig b/files/.gitconfig old mode 100755 new mode 100644 index cfe4dfc..b9c9357 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -23,3 +23,4 @@ kb = !sh -c 'gitk --branches' - 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')" -- cgit v1.2.3