Jakub Narebski [off-list ref] 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 <redacted>
---
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.