[OpenWrt-Devel] [PATCH 1/2] brcm47xx: rename target to bcm47xx

Petr Štetiar ynezz at true.cz
Mon Feb 10 03:41:37 EST 2020


Russell Senior <russell at personaltelco.net> [2020-02-09 23:41:09]:

Hi,

> If I 'git mv target/linux/brcm47xx target/linux/bcm47xx', and then do
> something like 'git log target/linux/bcm47xx' brcm47xx history.  That seems
> like a loss to me.

it's one of a known Git drawbacks^Wfeatures, as it has no clue about
directories (just blob, tree and commit objects[1]), so try following on file
instead:

 git log --follow target/linux/bcm47xx/modules.mk

1. https://git-scm.com/book/en/v2/Git-Internals-Git-Objects

-- ynezz

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list