GNOME Bugzilla – Bug 699936
git: Rebase rather than pull
Last modified: 2013-05-09 00:26:50 UTC
See patch.
Created attachment 243596 [details] [review] git: Rebase rather than pull There is no point in pulling changes from remote immediately after a 'remote update'. We should simply do a rebase.
Review of attachment 243596 [details] [review]: Huh, I'd never seen "git remote update". While this isn't a serious problem, with this patch we're now calling get_current_branch() twice; refactor to only call once?
Created attachment 243626 [details] [review] git: Rebase rather than pull There is no point in pulling changes from remote immediately after a 'remote update'. We should simply do a rebase.
Review of attachment 243626 [details] [review]: Looks good.
Attachment 243626 [details] pushed as 2405975 - git: Rebase rather than pull