<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb/static/js/lib/cookies.js, branch jch</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=jch</id>
<link rel='self' href='https://git.shady.money/git/atom?h=jch'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2012-03-28T18:18:35Z</updated>
<entry>
<title>correct a few doubled-word nits in comments and documentation</title>
<updated>2012-03-28T18:18:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2012-03-28T08:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65c2b2b509796965b9a584e4d92fec2afc4470cd'/>
<id>urn:sha1:65c2b2b509796965b9a584e4d92fec2afc4470cd</id>
<content type='text'>
Found by running this command:
$ git ls-files -z|xargs -0 perl -0777 -n \
 -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt]o)\s+\1\b/gims)' \
 -e '  {' \
 -e '    $n = ($` =~ tr/\n/\n/ + 1);' \
 -e '    ($v = $&amp;) =~ s/\n/\\n/g;' \
 -e '    print "$ARGV:$n:$v\n";' \
 -e '  }'

Why not just git grep -E ...?
That wouldn't work then the doubled words are separated by a newline.
This is derived from a Makefile syntax-check rule in gnulib's maint.mk:
  http://git.sv.gnu.org/cgit/gnulib.git/tree/top/maint.mk

Signed-off-by: Jim Meyering &lt;meyering@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb.js: Introduce code to handle cookies from JavaScript</title>
<updated>2011-05-24T18:22:44Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2011-04-28T19:04:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fcce886bfb4671c4c17a3f99cb7caf0f7ab94e16'/>
<id>urn:sha1:fcce886bfb4671c4c17a3f99cb7caf0f7ab94e16</id>
<content type='text'>
Introduced gitweb/static/js/cookies.js file provides functions for
setting, getting and deleting cookies.

Code taken from subsection "Cookies in JavaScript" of "Professional
JavaScript for Web Developers" by Nicholas C. Zakas and from cookie
plugin for jQuery (dual licensed under the MIT and GPL licenses).

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
