Jakub Narebski <jnareb@xxxxxxxxx> writes: > Almost straightformard moving of "How to configure gitweb for your > local system" section from gitweb/README to gitweb/INSTALL, as it is > about build time configuration. Updated references to it. > > Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> > --- > gitweb/INSTALL | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- > gitweb/README | 114 ------------------------------------------------------- > 2 files changed, 113 insertions(+), 116 deletions(-) Looks good. Thanks. "git blame" tip of the day. After applying a series like this on a topic branch, running $ git blame -C master.. -- gitweb/INSTALL | grep -C 3 -e '^[^^]' | less -S lets us view the lines without drowning in the bulk of lines that were merely moved. -- 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