Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Feature request: show all refs from which a commit is reachable on /+/<hash> pages #58

@spearce

Description

@spearce

Originally reported on Google Code with ID 60

Go to a commit's page, like <gitiles host>/+/<hash>.

It's hard to tell what branches that commit might be on. You have load the +log pages
for those refs, and then ctrl-f for the hash.

In command-line git, it is comparatively easy: you can run a merge-base, or a log --graph.
Since Gitiles has neither of those features, it would be really cool to have a div
(probably collapsed by default) which lists all of the refs from which the current
commit is reachable.

Reported by None on 2014-08-23 21:13:02

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions