Russell Senior <[email protected]> [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 [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
