commit | 1a22ef2abf22ecea00b4c0e89ea0cd53fa2e3309 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Sat Mar 01 00:39:48 2014 +0100 |
committer | Monty Taylor <mordred@inaugust.com> | Fri Feb 28 17:34:26 2014 -0800 |
tree | e55992f15f426d3bed52a2492a775f9aef7796b6 | |
parent | c80544b911443cbe485a2ff18aefb6d6d63dc5fc [diff] |
Only add upstream remotes if we track upstream Current runs fetch remote refs every time. This is because they were not paying attention to the track-upstream config option in the code where they add a git remote. This made the subsequent git remote update command do way too much work. Only have an upstream remote if we need one - and remove it if we are configured to not need one. Change-Id: Iff1bb2ddce3ec27d19fbbc246a5a3af26bceff29