From: Joey Hess Date: Thu, 13 Dec 2007 02:29:16 +0000 (-0500) Subject: * Updating git repos no longer uses git-pull -t by default. Git makes it X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/c45104b555bcabaa5571d5d9af45cbcae4b369eb?ds=sidebyside;hp=c45104b555bcabaa5571d5d9af45cbcae4b369eb * Updating git repos no longer uses git-pull -t by default. Git makes it to much of a PITA to do this, since -t makes git-pull require the repository and refspec be specified at the command line (which is a bug in git (#456035). mr used to hardcode those to "origin" and "master", but that's not always the right choice. So give up on forcing git to be sane about pulling down all tags. It's insane. Live with it, or configure your own update command. ---