On Thu, Mar 7, 2019 at 4:27 PM Joe Perches <joe@xxxxxxxxxxx> wrote: > > On Thu, 2019-03-07 at 16:22 -0800, Nick Desaulniers wrote: > > On Thu, Mar 7, 2019 at 1:45 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > > I'd have to try, but I think you are right. It was probably an > > > overoptimization back in 1997 when the code got added to > > > linux-2.1.68pre1, and compilers have become smarter in the > > > meantime ;-) > > > > How do you track history pre-git (2.6.XX)? > > https://landley.net/kdocs/fullhist/ Ah neat! Thanks for the link. Now to wire that up to fugitive: http://vimcasts.org/episodes/fugitive-vim-exploring-the-history-of-a-git-repository/ The LLVM project recently switched to git from svn. For quite some time the move was delayed in order to preserve history (including for parked release branches and all kinds of edge cases and things that don't quite translate from svn to git). Now I better appreciate the history preservation. -- Thanks, ~Nick Desaulniers