Update the meaning of git fetch --tags and tagopt=--tags
commitd1d807b23598a5c7b147b79b0c32ae663c1fd487
authorSup Yut Sum <ch3cooli@gmail.com>
Mon, 3 Feb 2014 10:40:08 +0000 (3 18:40 +0800)
committerSup Yut Sum <ch3cooli@gmail.com>
Mon, 3 Feb 2014 10:40:08 +0000 (3 18:40 +0800)
tree03dd2a43753b3e9ae5e73b48aca8d44dedfca89f
parenteda39fc9ec9b920c98b2b3dd17f791a4e36295d0
Update the meaning of git fetch --tags and tagopt=--tags

In git 1.9, they means to download all tags as well as branches (more accurate: remote.<name>.refspec).
Prior to git 1.9, they means to download all tags only.

Signed-off-by: Sup Yut Sum <ch3cooli@gmail.com>
doc/source/en/TortoiseGit/tgit_dug/dug_pullfetch.xml
src/TortoiseProc/PullFetchDlg.cpp
src/TortoiseProc/Settings/SettingGitRemote.cpp