<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.50.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.50.1</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.50.1'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-06-16T04:57:08Z</updated>
<entry>
<title>Git 2.50.1</title>
<updated>2025-06-16T04:57:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-16T04:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d82adb61ba2fd11d8f2587fca1b6bd7925ce4044'/>
<id>urn:sha1:d82adb61ba2fd11d8f2587fca1b6bd7925ce4044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with 2.49.1</title>
<updated>2025-06-16T04:54:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-16T04:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1775c06465436437f2db0d3b6f59a61cfde0f2d'/>
<id>urn:sha1:e1775c06465436437f2db0d3b6f59a61cfde0f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hopefully final bits before 2.50</title>
<updated>2025-06-13T20:29:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-13T20:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f1ca98f609f9a730b9accf24e5558a10a0b41b6c'/>
<id>urn:sha1:f1ca98f609f9a730b9accf24e5558a10a0b41b6c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.49.1</title>
<updated>2025-06-13T14:51:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-13T14:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aadf8ae518afd80b73d49eff8aff475161aa5157'/>
<id>urn:sha1:aadf8ae518afd80b73d49eff8aff475161aa5157</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.48.2</title>
<updated>2025-06-13T00:13:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-13T00:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a97f313784d98b98135c5a336d48976251086356'/>
<id>urn:sha1:a97f313784d98b98135c5a336d48976251086356</id>
<content type='text'>
* maint-2.48:
  Git 2.48.2
  Git 2.47.3
  Git 2.46.4
  Git 2.45.4
  Git 2.44.4
  Git 2.43.7
  wincred: avoid buffer overflow in wcsncat()
  bundle-uri: fix arbitrary file writes via parameter injection
  config: quote values containing CR character
  git-gui: sanitize 'exec' arguments: convert new 'cygpath' calls
  git-gui: do not mistake command arguments as redirection operators
  git-gui: introduce function git_redir for git calls with redirections
  git-gui: pass redirections as separate argument to git_read
  git-gui: pass redirections as separate argument to _open_stdout_stderr
  git-gui: convert git_read*, git_write to be non-variadic
  git-gui: override exec and open only on Windows
  gitk: sanitize 'open' arguments: revisit recently updated 'open' calls
  git-gui: use git_read in githook_read
  git-gui: sanitize $PATH on all platforms
  git-gui: break out a separate function git_read_nice
  git-gui: assure PATH has only absolute elements.
  git-gui: remove option --stderr from git_read
  git-gui: cleanup git-bash menu item
  git-gui: sanitize 'exec' arguments: background
  git-gui: avoid auto_execok in do_windows_shortcut
  git-gui: sanitize 'exec' arguments: simple cases
  git-gui: avoid auto_execok for git-bash menu item
  git-gui: treat file names beginning with "|" as relative paths
  git-gui: remove unused proc is_shellscript
  git-gui: remove git config --list handling for git &lt; 1.5.3
  git-gui: remove special treatment of Windows from open_cmd_pipe
  git-gui: remove HEAD detachment implementation for git &lt; 1.5.3
  git-gui: use only the configured shell
  git-gui: remove Tcl 8.4 workaround on 2&gt;@1 redirection
  git-gui: make _shellpath usable on startup
  git-gui: use [is_Windows], not bad _shellpath
  git-gui: _which, only add .exe suffix if not present
  gitk: encode arguments correctly with "open"
  gitk: sanitize 'open' arguments: command pipeline
  gitk: collect construction of blameargs into a single conditional
  gitk: sanitize 'open' arguments: simple commands, readable and writable
  gitk: sanitize 'open' arguments: simple commands with redirections
  gitk: sanitize 'open' arguments: simple commands
  gitk: sanitize 'exec' arguments: redirect to process
  gitk: sanitize 'exec' arguments: redirections and background
  gitk: sanitize 'exec' arguments: redirections
  gitk: sanitize 'exec' arguments: 'eval exec'
  gitk: sanitize 'exec' arguments: simple cases
  gitk: have callers of diffcmd supply pipe symbol when necessary
  gitk: treat file names beginning with "|" as relative paths

Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'kh/maintenance-missing-tasks-docfix'</title>
<updated>2025-06-12T21:19:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-12T21:19:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9edff09aec9b5aaa3d5528129bb279a4d34cf5b3'/>
<id>urn:sha1:9edff09aec9b5aaa3d5528129bb279a4d34cf5b3</id>
<content type='text'>
Doc mark-up fix for a topic that has graduated to 'master'.

* kh/maintenance-missing-tasks-docfix:
  doc: maintenance: fix linkgit syntax
</content>
</entry>
<entry>
<title>RelNotes/2.50.0: fix typos &amp; other improvements</title>
<updated>2025-06-11T20:32:14Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>code@khaugsbakk.name</email>
</author>
<published>2025-06-11T17:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1e2677f66fb9e1de2ccaff6e136a3d53ee8d1aed'/>
<id>urn:sha1:1e2677f66fb9e1de2ccaff6e136a3d53ee8d1aed</id>
<content type='text'>
• Replace with phrases that are more standard (“all-or-nothing”
  instead of “-none”)
• Add coordinating words that make it less likely for you to trip
  over the sentence (“*that* "gc" can do”)
• Use “SMTP” instead of both SMTP and smtp
• Don’t mention `git fsck --reference` since the previous release
  was not affected by this minor bug.  Also say “errored out” since
  the git-refs(1) bug was there in v2.48.0 as well
• Use the more widespread “linked” instead of “secondary worktree”

Signed-off-by: Kristoffer Haugsbakk &lt;code@khaugsbakk.name&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: maintenance: fix linkgit syntax</title>
<updated>2025-06-09T18:33:25Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>code@khaugsbakk.name</email>
</author>
<published>2025-06-09T15:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6cd0701e3cc9980e4018d0986069cea8837565e3'/>
<id>urn:sha1:6cd0701e3cc9980e4018d0986069cea8837565e3</id>
<content type='text'>
Signed-off-by: Kristoffer Haugsbakk &lt;code@khaugsbakk.name&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.50-rc2</title>
<updated>2025-06-09T14:18:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-09T14:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4c0e625c091d4c648cec7319bafaed3cc81658e5'/>
<id>urn:sha1:4c0e625c091d4c648cec7319bafaed3cc81658e5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A bit more before -rc2</title>
<updated>2025-06-07T17:46:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-07T17:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8db3019401f8093fb895f581be641fe7e05aa755'/>
<id>urn:sha1:8db3019401f8093fb895f581be641fe7e05aa755</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
