<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.36.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.36.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.36.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2022-04-04T17:56:25Z</updated>
<entry>
<title>Git 2.36-rc0</title>
<updated>2022-04-04T17:56:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:24:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=faa21c10d44184f616d391c158dcbb13b9c72ef3'/>
<id>urn:sha1:faa21c10d44184f616d391c158dcbb13b9c72ef3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pw/worktree-list-with-z'</title>
<updated>2022-04-04T17:56:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7c6d8ee8fa3be77d4bf4d38f59e866a0af1931f8'/>
<id>urn:sha1:7c6d8ee8fa3be77d4bf4d38f59e866a0af1931f8</id>
<content type='text'>
"git worktree list --porcelain" did not c-quote pathnames and lock
reasons with unsafe bytes correctly, which is worked around by
introducing NUL terminated output format with "-z".

* pw/worktree-list-with-z:
  worktree: add -z option for list subcommand
</content>
</entry>
<entry>
<title>Merge branch 'jc/coding-guidelines-decl-in-for-loop'</title>
<updated>2022-04-04T17:56:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=77ceb113420ce73c35bdea47cb320b08ed1ab0e9'/>
<id>urn:sha1:77ceb113420ce73c35bdea47cb320b08ed1ab0e9</id>
<content type='text'>
Coding Guidelines clarification.

* jc/coding-guidelines-decl-in-for-loop:
  CodingGuidelines: give deadline for "for (int i = 0; ..."
</content>
</entry>
<entry>
<title>Merge branch 'vd/mv-refresh-stat'</title>
<updated>2022-04-04T17:56:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=909d5b646e9bb49c9c242c82d68e29c451988541'/>
<id>urn:sha1:909d5b646e9bb49c9c242c82d68e29c451988541</id>
<content type='text'>
"git mv" failed to refresh the cached stat information for the
entry it moved.

* vd/mv-refresh-stat:
  mv: refresh stat info for moved entry
</content>
</entry>
<entry>
<title>Merge branch 'jh/builtin-fsmonitor-part2'</title>
<updated>2022-04-04T17:56:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=439c1e6d5d8ad4d1134fc6ff5e514d28ff9ecac4'/>
<id>urn:sha1:439c1e6d5d8ad4d1134fc6ff5e514d28ff9ecac4</id>
<content type='text'>
Built-in fsmonitor (part 2).

* jh/builtin-fsmonitor-part2: (30 commits)
  t7527: test status with untracked-cache and fsmonitor--daemon
  fsmonitor: force update index after large responses
  fsmonitor--daemon: use a cookie file to sync with file system
  fsmonitor--daemon: periodically truncate list of modified files
  t/perf/p7519: add fsmonitor--daemon test cases
  t/perf/p7519: speed up test on Windows
  t/perf/p7519: fix coding style
  t/helper/test-chmtime: skip directories on Windows
  t/perf: avoid copying builtin fsmonitor files into test repo
  t7527: create test for fsmonitor--daemon
  t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
  help: include fsmonitor--daemon feature flag in version info
  fsmonitor--daemon: implement handle_client callback
  compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
  compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
  compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on Windows
  fsmonitor--daemon: create token-based changed path cache
  fsmonitor--daemon: define token-ids
  fsmonitor--daemon: add pathname classification
  fsmonitor--daemon: implement 'start' command
  ...
</content>
</entry>
<entry>
<title>Merge branch 'tk/ambiguous-fetch-refspec'</title>
<updated>2022-04-04T17:56:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ba2452b247dfd455bccbcb04acdcfd142cb5397e'/>
<id>urn:sha1:ba2452b247dfd455bccbcb04acdcfd142cb5397e</id>
<content type='text'>
Give hint when branch tracking cannot be established because fetch
refspecs from multiple remote repositories overlap.

* tk/ambiguous-fetch-refspec:
  tracking branches: add advice to ambiguous refspec error
</content>
</entry>
<entry>
<title>Merge branch 'rc/fetch-refetch'</title>
<updated>2022-04-04T17:56:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0f5e8851737282c9dd342032fe9a2d8b10367c9a'/>
<id>urn:sha1:0f5e8851737282c9dd342032fe9a2d8b10367c9a</id>
<content type='text'>
"git fetch --refetch" learned to fetch everything without telling
the other side what we already have, which is useful when you
cannot trust what you have in the local object store.

* rc/fetch-refetch:
  docs: mention --refetch fetch option
  fetch: after refetch, encourage auto gc repacking
  t5615-partial-clone: add test for fetch --refetch
  fetch: add --refetch option
  builtin/fetch-pack: add --refetch option
  fetch-pack: add refetch
  fetch-negotiator: add specific noop initializer
</content>
</entry>
<entry>
<title>Merge branch 'jc/mailsplit-warn-on-tty'</title>
<updated>2022-04-04T17:56:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1b54f5b89ac2efb5256b1870fabef28ea55e2f20'/>
<id>urn:sha1:1b54f5b89ac2efb5256b1870fabef28ea55e2f20</id>
<content type='text'>
"git am" can read from the standard input when no mailbox is given
on the command line, but the end-user gets no indication when it
happens, making Git appear stuck.

* jc/mailsplit-warn-on-tty:
  am/apply: warn if we end up reading patches from terminal
</content>
</entry>
<entry>
<title>Merge branch 'ns/trace2-fsync-stat'</title>
<updated>2022-04-04T17:56:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fe496dc5b9b527a85d381a3fc8e5f2fda9439842'/>
<id>urn:sha1:fe496dc5b9b527a85d381a3fc8e5f2fda9439842</id>
<content type='text'>
Trace2 code has been taught to report stats for fsync operations.

* ns/trace2-fsync-stat:
  trace2: add stats for fsync operations
</content>
</entry>
<entry>
<title>Merge branch 'gc/branch-recurse-submodules-fix'</title>
<updated>2022-04-04T17:56:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-04T17:56:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=da95e25656690e4b585b73677e9db746bd796a67'/>
<id>urn:sha1:da95e25656690e4b585b73677e9db746bd796a67</id>
<content type='text'>
A handful of obvious clean-ups around a topic that is already in
'master'.

* gc/branch-recurse-submodules-fix:
  branch.c: simplify advice-and-die sequence
  branch: rework comments for future developers
  branch: remove negative exit code
  branch --set-upstream-to: be consistent when advising
  branch: give submodule updating advice before exit
  branch: support more tracking modes when recursing
</content>
</entry>
</feed>
