<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/config, branch maint</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=maint</id>
<link rel='self' href='https://git.shady.money/git/atom?h=maint'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-12-30T03:58:19Z</updated>
<entry>
<title>Merge branch 'mh/doc-core-attributesfile'</title>
<updated>2025-12-30T03:58:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-12-30T03:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=148c8f38eee558b9ad7bd35e4af4b20c1be3056b'/>
<id>urn:sha1:148c8f38eee558b9ad7bd35e4af4b20c1be3056b</id>
<content type='text'>
Doc update.

* mh/doc-core-attributesfile:
  docs: note the type of core.attributesfile
</content>
</entry>
<entry>
<title>docs: note the type of core.attributesfile</title>
<updated>2025-12-18T00:15:17Z</updated>
<author>
<name>Matthew Hughes</name>
<email>matthewhughes934@gmail.com</email>
</author>
<published>2025-12-17T19:59:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1722c2244bc0f5663c53f5dc8fc9ff5b8bf0e523'/>
<id>urn:sha1:1722c2244bc0f5663c53f5dc8fc9ff5b8bf0e523</id>
<content type='text'>
The previous wording:

&gt; Path expansions are made the same way as for `core.excludesFile`.

required one to check the docs for 'core.excludesFile' and from there
the definition of the pathname variable type to understand the path
expansion behaviour of this variable. Instead, just link directly to the
pathname type.

This change is basically the same rewording as was done to
'core.excludesFile' in dca83abd (config: describe 'pathname' value
type, 2016-04-29).

Signed-off-by: Matthew Hughes &lt;matthewhughes934@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mh/doc-config-gui-gcwarning'</title>
<updated>2025-12-17T05:11:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-12-17T05:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1c8a1b7bf9de50ec11bc3492b2181762aab2178d'/>
<id>urn:sha1:1c8a1b7bf9de50ec11bc3492b2181762aab2178d</id>
<content type='text'>
Docfix.

* mh/doc-config-gui-gcwarning:
  config: document 'gui.GCWarning'
</content>
</entry>
<entry>
<title>config: document 'gui.GCWarning'</title>
<updated>2025-12-08T22:38:56Z</updated>
<author>
<name>Matthew Hughes</name>
<email>matthewhughes934@gmail.com</email>
</author>
<published>2025-12-08T19:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d4bc39a4d96d7a1f6b69a6a300d77df748eab508'/>
<id>urn:sha1:d4bc39a4d96d7a1f6b69a6a300d77df748eab508</id>
<content type='text'>
While investigating the config options set by 'scalar' I noticed this
one wasn't documented.

Signed-off-by: Matthew Hughes &lt;matthewhughes934@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/whitespace-incomplete-line'</title>
<updated>2025-12-01T02:31:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-12-01T02:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3b212a83feea0962d437a3d5883cdd635403fe3c'/>
<id>urn:sha1:3b212a83feea0962d437a3d5883cdd635403fe3c</id>
<content type='text'>
Both "git apply" and "git diff" learn a new whitespace error class,
"incomplete-line".

* jc/whitespace-incomplete-line:
  attr: enable incomplete-line whitespace error for this project
  diff: highlight and error out on incomplete lines
  apply: check and fix incomplete lines
  whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
  apply: revamp the parsing of incomplete lines
  diff: update the way rewrite diff handles incomplete lines
  diff: call emit_callback ecbdata everywhere
  diff: refactor output of incomplete line
  diff: keep track of the type of the last line seen
  diff: correct suppress_blank_empty hack
  diff: emit_line_ws_markup() if/else style fix
  whitespace: correct bit assignment comments
</content>
</entry>
<entry>
<title>Merge branch 'ja/doc-synopsis-style'</title>
<updated>2025-12-01T02:31:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-12-01T02:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ffd9bb1bc7ffc635ff8687b79c23a6a0a3551185'/>
<id>urn:sha1:ffd9bb1bc7ffc635ff8687b79c23a6a0a3551185</id>
<content type='text'>
Doc mark-up updates.

* ja/doc-synopsis-style:
  doc: pull-fetch-param typofix
  doc: convert git push to synopsis style
  doc: convert git pull to synopsis style
  doc: convert git fetch to synopsis style
</content>
</entry>
<entry>
<title>Merge branch 'sa/replay-atomic-ref-updates'</title>
<updated>2025-11-24T23:46:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-24T23:46:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9370a6be79e89112486e99ff75db43e3c15841e5'/>
<id>urn:sha1:9370a6be79e89112486e99ff75db43e3c15841e5</id>
<content type='text'>
"git replay" (experimental) learned to perform ref updates itself
in a transaction by default, instead of emitting where each refs
should point at and leaving the actual update to another command.

* sa/replay-atomic-ref-updates:
  replay: add replay.refAction config option
  replay: make atomic ref updates the default behavior
  replay: use die_for_incompatible_opt2() for option validation
</content>
</entry>
<entry>
<title>doc: convert git push to synopsis style</title>
<updated>2025-11-19T23:00:45Z</updated>
<author>
<name>Jean-Noël Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2025-11-19T21:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f7316a66d36f39ed9e5be7a3ce0ecd7b71430ff5'/>
<id>urn:sha1:f7316a66d36f39ed9e5be7a3ce0ecd7b71430ff5</id>
<content type='text'>
- Switch the synopsis to a synopsis block which will automatically
  format placeholders in italics and keywords in monospace
- Use _&lt;placeholder&gt;_ instead of &lt;placeholder&gt; in the description
- Use `backticks` for keywords and more complex option
descriptions. The new rendering engine will apply synopsis rules to
these spans.

Signed-off-by: Jean-Noël Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: convert git fetch to synopsis style</title>
<updated>2025-11-19T23:00:37Z</updated>
<author>
<name>Jean-Noël Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2025-11-19T21:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=903b04a3e721f4afb337bd48890b69e16c04c5d6'/>
<id>urn:sha1:903b04a3e721f4afb337bd48890b69e16c04c5d6</id>
<content type='text'>
- Switch the synopsis to a synopsis block which will automatically
  format placeholders in italics and keywords in monospace
- Use _&lt;placeholder&gt;_ instead of &lt;placeholder&gt; in the description
- Use `backticks` for keywords and more complex option
descriptions. The new rendering engine will apply synopsis rules to
these spans.

Signed-off-by: Jean-Noël Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE</title>
<updated>2025-11-12T22:04:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-12T22:02:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a675104c399d242dd3ff5a0823fcd770563cf60f'/>
<id>urn:sha1:a675104c399d242dd3ff5a0823fcd770563cf60f</id>
<content type='text'>
Reserve a few more bits in the diff flags word to be used for future
whitespace rules.  Add WS_INCOMPLETE_LINE without implementing the
behaviour (yet).

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