Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Bug 510062 - Git log graph is broken on Node
When considering merge commits that affect a given file, a given branch may be ignored if none of its changes matter for the given file. In such a case, the common ancestor is used to record when the code should stop ignoring commits. However, if a merge commit is between two different unrelated histories, there will be no common ancestors. In such a case, don't bother flagging the (null) common ancestor as something to be recorded as the entire branch shall just be ignored outright. Signed-off-by: Remy Suen <remy.suen@gmail.com>
- Loading branch information
Showing
2 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters