<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.17.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.17.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.17.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2018-03-15T22:01:05Z</updated>
<entry>
<title>Git 2.17-rc0</title>
<updated>2018-03-15T22:01:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:01:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0afbf6caa5b16dcfa3074982e5b48e27d452dbbb'/>
<id>urn:sha1:0afbf6caa5b16dcfa3074982e5b48e27d452dbbb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tl/userdiff-csharp-async'</title>
<updated>2018-03-15T22:00:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:00:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e215e89791b97ebb6831504480c8ab4734a2117e'/>
<id>urn:sha1:e215e89791b97ebb6831504480c8ab4734a2117e</id>
<content type='text'>
Update funcname pattern used for C# to recognize "async" keyword.

* tl/userdiff-csharp-async:
  userdiff.c: add C# async keyword in diff pattern
</content>
</entry>
<entry>
<title>Merge branch 'sg/cvs-tests-with-x'</title>
<updated>2018-03-15T22:00:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:00:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9ecfd98a87cce0ad345c2dedf14f892d12c49abb'/>
<id>urn:sha1:9ecfd98a87cce0ad345c2dedf14f892d12c49abb</id>
<content type='text'>
Allow running a couple of tests with "sh -x".

* sg/cvs-tests-with-x:
  t9402-git-cvsserver-refs: don't check the stderr of a subshell
  t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'
</content>
</entry>
<entry>
<title>Merge branch 'ab/man-sec-list'</title>
<updated>2018-03-15T22:00:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:00:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a8ba07c68a22d2740879c862d1ec57592fb2e15a'/>
<id>urn:sha1:a8ba07c68a22d2740879c862d1ec57592fb2e15a</id>
<content type='text'>
Doc update.

* ab/man-sec-list:
  git manpage: note git-security@googlegroups.com
</content>
</entry>
<entry>
<title>Merge branch 'ab/perl-fixes'</title>
<updated>2018-03-15T22:00:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:00:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ae1644b08e85fb64367b273337d8ebcbdabe0685'/>
<id>urn:sha1:ae1644b08e85fb64367b273337d8ebcbdabe0685</id>
<content type='text'>
Clean-up to various pieces of Perl code we have.

* ab/perl-fixes:
  perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS
  Makefile: add NO_PERL_CPAN_FALLBACKS knob
  perl: move the perl/Git/FromCPAN tree to perl/FromCPAN
  perl: generalize the Git::LoadCPAN facility
  perl: move CPAN loader wrappers to another namespace
  perl: update our copy of Mail::Address
  perl: update our ancient copy of Error.pm
  git-send-email: unconditionally use Net::{SMTP,Domain}
  Git.pm: hard-depend on the File::{Temp,Spec} modules
  gitweb: hard-depend on the Digest::MD5 5.8 module
  Git.pm: add the "use warnings" pragma
  Git.pm: remove redundant "use strict" from sub-package
  perl: *.pm files should not have the executable bit
</content>
</entry>
<entry>
<title>Merge branch 'cl/send-email-reply-to'</title>
<updated>2018-03-15T22:00:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:00:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e74737b6a1d403bd0ad856bd23143ba0bd5dfabb'/>
<id>urn:sha1:e74737b6a1d403bd0ad856bd23143ba0bd5dfabb</id>
<content type='text'>
"git send-email" learned "--reply-to=&lt;address&gt;" option.

* cl/send-email-reply-to:
  send-email: support separate Reply-To address
  send-email: rename variable for clarity
</content>
</entry>
<entry>
<title>Merge branch 'np/send-email-header-parsing'</title>
<updated>2018-03-15T22:00:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-15T22:00:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fbc615b70a134c982d76a57f73981af2240133cc'/>
<id>urn:sha1:fbc615b70a134c982d76a57f73981af2240133cc</id>
<content type='text'>
Code refactoring.

* np/send-email-header-parsing:
  send-email: extract email-parsing code into a subroutine
</content>
</entry>
<entry>
<title>Merge branch 'nd/parseopt-completion'</title>
<updated>2018-03-14T19:01:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-14T19:01:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7fb6aefd2aaffe66e614f7f7b83e5b7ab16d4806'/>
<id>urn:sha1:7fb6aefd2aaffe66e614f7f7b83e5b7ab16d4806</id>
<content type='text'>
Teach parse-options API an option to help the completion script,
and make use of the mechanism in command line completion.

* nd/parseopt-completion: (45 commits)
  completion: more subcommands in _git_notes()
  completion: complete --{reuse,reedit}-message= for all notes subcmds
  completion: simplify _git_notes
  completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
  completion: use __gitcomp_builtin in _git_worktree
  completion: use __gitcomp_builtin in _git_tag
  completion: use __gitcomp_builtin in _git_status
  completion: use __gitcomp_builtin in _git_show_branch
  completion: use __gitcomp_builtin in _git_rm
  completion: use __gitcomp_builtin in _git_revert
  completion: use __gitcomp_builtin in _git_reset
  completion: use __gitcomp_builtin in _git_replace
  remote: force completing --mirror= instead of --mirror
  completion: use __gitcomp_builtin in _git_remote
  completion: use __gitcomp_builtin in _git_push
  completion: use __gitcomp_builtin in _git_pull
  completion: use __gitcomp_builtin in _git_notes
  completion: use __gitcomp_builtin in _git_name_rev
  completion: use __gitcomp_builtin in _git_mv
  completion: use __gitcomp_builtin in _git_merge_base
  ...
</content>
</entry>
<entry>
<title>Merge branch 'nd/object-allocation-comments'</title>
<updated>2018-03-14T19:01:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-14T19:01:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=99321e327b4df8d9d6724cf26bab7429edbdb718'/>
<id>urn:sha1:99321e327b4df8d9d6724cf26bab7429edbdb718</id>
<content type='text'>
Code doc update.

* nd/object-allocation-comments:
  object.h: realign object flag allocation comment
  object.h: update flag allocation comment
</content>
</entry>
<entry>
<title>Merge branch 'jk/smart-http-protocol-doc-fix'</title>
<updated>2018-03-14T19:01:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-14T19:01:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=88506cb887254b5950fe330cc720e94a6058d239'/>
<id>urn:sha1:88506cb887254b5950fe330cc720e94a6058d239</id>
<content type='text'>
A doc update.

* jk/smart-http-protocol-doc-fix:
  smart-http: document flush after "# service" line
</content>
</entry>
</feed>
