Community
Participate
Working Groups
Assumption: we have a git clone "repo" with a subdirectory "test" 1. Modify a file in "repo" and commit (commit1) 2. Modify a file in "test" and commit (commit2) 3. Go to git status for directory "test" 4. only commit2 is shown and marked as outgoing [GOOD] 5. Click "repo" in a breadcrumb 6. commit1 shows on commit list [GOOD] 7. commit1 is not marked as outgoing [BUG]
Fixed by bug 344500.