]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ib/doc-push-default-simple' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2026 23:13:54 +0000 (08:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2026 23:13:54 +0000 (08:13 +0900)
commit190ba10c277a33e5eb7e4414022008d0a886265b
tree74b8337d723a9ad8a026745cce32f3816c1d5f05
parent69498fd1f16f8810625bdef80e1c436af326cee9
parentb2040bfafe0f7bbbd21cf65a903d2346d602f421
Merge branch 'ib/doc-push-default-simple' into jch

The documentation for `push.default = simple` has been clarified to
better explain its behavior, making it clear that it pushes the
current branch to a same-named branch on the remote, and detailing
the upstream requirements for centralized workflows.

* ib/doc-push-default-simple:
  doc: clarify push.default=simple behavior