deloptes wrote:
Slávek Banko wrote:
git rebase -S master
doesn't help much
#repo-master/tde/1_git/tde/main/applications/kplayer$ git rebase -S master Current branch issue/1/kplayer is up to date. #repo-master/tde/1_git/tde/main/applications/kplayer$ git branch
- issue/1/kplayer master
#repo-master/tde/1_git/tde/main/applications/kplayer$ git checkout master M cmake Switched to branch 'master' Your branch is up to date with 'origin/master'. #repo-master/tde/1_git/tde/main/applications/kplayer$ git rebase -S master Current branch master is up to date. #repo-master/tde/1_git/tde/main/applications/kplayer$
again this
https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
#repo-master/tde/1_git/tde/main/applications/kplayer$ cat ../../../.git/modules/main/applications/kplayer/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true worktree = ../../../../../main/applications/kplayer [remote "origin"] url = https://mirror.git.trinitydesktop.org/gitea/TDE/kplayer fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [submodule "admin"] url =
https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
[submodule "cmake"] url =
https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
thanks in advance
dont'know why gmane dcided to replace system at scm.trinitydesktop.org with its own address, but in the config file it is system at scm.trinitydesktop.org