Improving reviewing and scrutiny

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 16:07:09 PST 2015


On Wed, Feb 04, 2015 at 04:00:59PM -0800, Andrei Alexandrescu via Digitalmars-d wrote:
[...]
> I have a practical matter - looking at
> https://github.com/D-Programming-Language/phobos/commits/master/std/file.d I
> can see the commits but not the pull requests they correspond to. Is
> there an easy way to see them?
[...]

Try using git log --graph and searching for the offending commit. The
merge commit is usually not far above it, and the commit message should
contain the PR number.


T

-- 
The fact that anyone still uses AOL shows that even the presence of options doesn't stop some people from picking the pessimal one. - Mike Ellis


More information about the Digitalmars-d mailing list