Performance improvement for git pull rebase and autostash

2017-07-10 Thread neuling
/DAKOSY/DE An: git@vger.kernel.org Datum: 10.07.2017 18:09 Betreff:Performance improvement for git pull rebase and autostash Hi, I have some suggestions to improve performance of 'git pull --rebase'. 1. If I have no new local commits "git pull --rebase" wil

Performance improvement for git pull rebase and autostash

2017-07-10 Thread neuling
Hi, I have some suggestions to improve performance of 'git pull --rebase'. 1. If I have no new local commits "git pull --rebase" will do a fast forward merge. But if I have changes to local files I have to stash them also if they are not affected by the new commits from origin. I think in that