Commit f9099814 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Get rid of annoying broken git filter in upgrade

parent 60b2162e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -73,12 +73,6 @@ update_worktree()
	local original=$(git rev-parse HEAD)
	git reset --hard HEAD
	git fetch origin
	git filter-branch -f --commit-filter '
		if grep -q "Automatically generated"; then
			skip_commit "$@"
		else
			git commit-tree "$@"
		fi' $upstream..HEAD
	test -n "$stash" && git stash apply $stash
	git merge --ff-only $upstream || git reset $original
}