Re: Using "git log" to find the files patched at the same time as a named file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Zack Brown <zacharyb@xxxxxxxxx> writes:

> If I have a filename I'm interested in, and I want to find other files
> that have been modified in the same commits that modified the file I'm
> interested in, how could I do that with git?

Like this?

$ git log --full-diff --name-status v1.6.0..master -- Makefile

to ask "Which files have changed in the commit that touch Makefile since
v1.6.0 up to the tip of the master?"
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]