Hi: On installing DragonFly 2.4.1 from the DVD, there is a .git/ directory that is created in /usr/src.
Running the command 'git tag' does not show 'v2.4.1' v2.0.1 v2.1.1 v2.2.0 v2.2.1 v2.3.0 v2.3.1 v2.4.0 how do i add 'v2.4.1' tag to .git/ so that i can later do a 'git pull' ? or is the following approach recommended ? cd /usr rm -rf src make src-create (however i suspect DragonFly_RELEASE_2_4 would get pulled in which is not 2.4.1). Perhaps the purpose of leaving a .git/ directory was that the user can add the new tags and then pull in code corresponding to the tag eg. v2.4.1 as needed. Can somebody share the perspective on this ? thanks Saifi.
