Pull: Fixed bug that when pulling from the configured remote branch, git did not...
commit1796c9009969441c213659570379b89ca1c49b8a
authorJohan 't Hart <johanthart@gmail.com>
Sun, 28 Jun 2009 11:49:31 +0000 (28 13:49 +0200)
committerJohan 't Hart <johanthart@gmail.com>
Sun, 28 Jun 2009 11:49:31 +0000 (28 13:49 +0200)
tree3519c95353f4076f85d9b18f3c27ad4a7ef0dee7
parent608f828ebdc8ff2c7395ed67dd6a0e22a5d8aeb7
Pull: Fixed bug that when pulling from the configured remote branch, git did not update the remote tracking branches.

the command:
git pull origin master
Does not update the remote tracking branches. The command
git pull origin
does.

This bug was introduced in commit 25bd4c961830590ffdb51202e935fd168b7b2484
src/TortoiseProc/PullFetchDlg.cpp
src/TortoiseProc/PullFetchDlg.h