Re: What's cooking in git.git (Mar 2012, #10; Wed, 28)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:25
Jakub Narebski [off-list ref] writes:
Junio C Hamano [off-list ref] writes:quoted
-------------------------------------------------- [Cooking]quoted
* wk/gitweb-snapshot-use-if-modified-since (2012-03-26) 3 commits - gitweb: add If-Modified-Since handling to git_snapshot(). - gitweb: refactor If-Modified-Since handling - gitweb: add `status` headers to git_feed() responses. Makes 'snapshot' request to "gitweb" honor If-Modified-Since: header, based on the commit date.What about "[PATCH v2 0/8] gitweb: Highlight interesting parts of diff" series by Michał Kiedrowicz: Message-ID: [off-list ref] http://thread.gmane.org/gmane.comp.version-control.git/193804
I was waiting for the review cycle to come to a resolution.
I have copy of them in 'gitweb/diff-hl' branch:
Thanks for collecting them. I wasn't paying much attention to the list discussion. Do you mean "I collected them for you to review, I do not yet vouch for them"? I see one of them has your Ack, but otherwise there is no Sign-off by you on any of the commit, so it is unclear if your "What about" was your way of saying "I think this round is ready, go ahead and pull." with a rhetorical question, or a pure question "What is your opinion on this series?"
-- >8 --
The following changes since commit 455cf268dbaf227bdbd5e9fbf96525452bcfe44f:
Git 1.7.10-rc3 (2012-03-28 11:18:42 -0700)
are available in the git repository at:
git://repo.or.cz/git/jnareb-git.git gitweb/diff-hl
for you to fetch changes up to 60b06478f0349729dc9a4ddeb1abf5e28986fb7e:
gitweb: Refinement highlightning in combined diffs (2012-03-29 21:26:36 +0200)
----------------------------------------------------------------
Michał Kiedrowicz (8):
gitweb: esc_html_hl_regions(): Don't create empty <span> elements
gitweb: Pass esc_html_hl_regions() options to esc_html()
gitweb: Extract print_sidebyside_diff_lines()
gitweb: Use print_diff_chunk() for both side-by-side and inline diffs
gitweb: Move HTML-formatting diff line back to process_diff_line()
gitweb: Push formatting diff lines to print_diff_chunk()
gitweb: Highlight interesting parts of diff
gitweb: Refinement highlightning in combined diffs
gitweb/gitweb.perl | 299 +++++++++++++++++++++++++++++++++-------------
gitweb/static/gitweb.css | 8 ++
2 files changed, 225 insertions(+), 82 deletions(-)