Community
Participate
Working Groups
Libing did the work for git status, see Bug 339558. At some point we need to fix it for Git Log.
We should show something like /[repoId_or_Name]/[branch]/[filePath] 1. for Git Log opened on HEAD - repoName/HEAD/ 2. for Git Remote - repoName/origin/master/ 3. for other Logs - repoName/HEAD/[filePath] We could than navigate between logs for files in the filePath. In the tab title we could show 'Log ([breadcrumb])', so for Git Log on HEAD, the tab title would be 'Log (repoName/HEAD)' Let's try to fix it for M7.
done
It looks good in general. I would do the following changes though: - the title tab for Git Remote should be 'Git Remote [path]' - the breadcrumbs should rather say "Git Log' or 'Git Remote' instead of 'Orion Navigator'
(In reply to comment #3) > It looks good in general. I would do the following changes though: > - the title tab for Git Remote should be 'Git Remote [path]' > - the breadcrumbs should rather say "Git Log' or 'Git Remote' instead of 'Orion > Navigator' Done