--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
This is super useful! I was thinking about something similar in the past. Does it deal with renamed/moved files?
This is oh so amazing (If it does what I think it does; i.e. follow the chain across code moves and file renames), thanks!Can the config of auto-ignored changes be in src/ so that anyone doing such a no-op refactoring can add to it in the same CL?
On Tue, Feb 23, 2016 at 8:00 AM, Gabriel Charette <g...@chromium.org> wrote:This is oh so amazing (If it does what I think it does; i.e. follow the chain across code moves and file renames), thanks!Can the config of auto-ignored changes be in src/ so that anyone doing such a no-op refactoring can add to it in the same CL?Adding to the file changes the SHA-1 of the commit, so you can't do it in the same CL. :)
On Tue, Feb 23, 2016 at 10:21 AM, Jeremy Roman <jbr...@chromium.org> wrote:On Tue, Feb 23, 2016 at 8:00 AM, Gabriel Charette <g...@chromium.org> wrote:This is oh so amazing (If it does what I think it does; i.e. follow the chain across code moves and file renames), thanks!Can the config of auto-ignored changes be in src/ so that anyone doing such a no-op refactoring can add to it in the same CL?Adding to the file changes the SHA-1 of the commit, so you can't do it in the same CL. :)
But other than that, yes, this is possible, see src/.git-blame-ignore-revs if you synced recently. I think this file should be used judiciously though :-)
On Tue, Feb 23, 2016 at 10:25 AM Nico Weber <tha...@chromium.org> wrote:On Tue, Feb 23, 2016 at 10:21 AM, Jeremy Roman <jbr...@chromium.org> wrote:On Tue, Feb 23, 2016 at 8:00 AM, Gabriel Charette <g...@chromium.org> wrote:This is oh so amazing (If it does what I think it does; i.e. follow the chain across code moves and file renames), thanks!Can the config of auto-ignored changes be in src/ so that anyone doing such a no-op refactoring can add to it in the same CL?Adding to the file changes the SHA-1 of the commit, so you can't do it in the same CL. :)Ah, indeed :-).
But other than that, yes, this is possible, see src/.git-blame-ignore-revs if you synced recently. I think this file should be used judiciously though :-)Right, I think we should be strict about not modifying git blame's output, but perhaps git hyper-blame could be a bit looser (especially if it prints ignored revs).
+1.Plus, I want something like that on https://chromium.googlesource.com.
That's because I sometime need to find the 'right' CL of code.I need dive into a blame chain like peeling onion.A link [parent of this blame] fixes that?
2016年2月24日(水) 8:31 Matt Giuca <mgi...@chromium.org>:
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
+1.Plus, I want something like that on https://chromium.googlesource.com.
That's because I sometime need to find the 'right' CL of code.I need dive into a blame chain like peeling onion.A link [parent of this blame] fixes that?
2016年2月24日(水) 8:31 Matt Giuca <mgi...@chromium.org>:
On Wed, 24 Feb 2016 at 02:30 Gabriel Charette <g...@chromium.org> wrote:
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.