<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gitworkflows.txt, branch gitk-resize-error</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitk-resize-error</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitk-resize-error'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2021-11-09T17:39:11Z</updated>
<entry>
<title>doc: uniformize &lt;URL&gt; placeholders' case</title>
<updated>2021-11-09T17:39:11Z</updated>
<author>
<name>Jean-Noël Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2021-11-06T18:48:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7706294ec94ab9f9b864a8451ac089f15d18a254'/>
<id>urn:sha1:7706294ec94ab9f9b864a8451ac089f15d18a254</id>
<content type='text'>
URL being an acronym, it deserves to be kept uppercase.

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>gitworkflows.txt: fix broken subsection underline</title>
<updated>2020-07-18T20:43:34Z</updated>
<author>
<name>Martin Ågren</name>
<email>martin.agren@gmail.com</email>
</author>
<published>2020-07-18T20:17:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca8bb509d23e9a6299eddc88905be2b5d8f1b37a'/>
<id>urn:sha1:ca8bb509d23e9a6299eddc88905be2b5d8f1b37a</id>
<content type='text'>
AsciiDoctor renders the "~~~~~~~~~" literally. That's not our intention:
it is supposed to indicate a level 2 subsection. In 828197de8f ("docs:
adjust for the recent rename of `pu` to `seen`", 2020-06-25), the length
of this section header grew by two characters but we didn't adjust the
number of ~ characters accordingly. AsciiDoc handles this discrepancy ok
and still picks this up as a subsection title, but Asciidoctor is not as
forgiving.

Signed-off-by: Martin Ågren &lt;martin.agren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: adjust for the recent rename of `pu` to `seen`</title>
<updated>2020-06-25T16:18:53Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2020-06-25T12:18:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=828197de8f2c1103e23a37d0ee32b76e899cf267'/>
<id>urn:sha1:828197de8f2c1103e23a37d0ee32b76e899cf267</id>
<content type='text'>
As of "What's cooking in git.git (Jun 2020, #04; Mon, 22)", there is no
longer any `pu` branch, but a `seen` branch.

While we technically do not even need to update the manual pages, it
makes sense to update them because they clearly talk about branches in
git.git.

Please note that in two instances, this patch not only updates the
branch name, but also the description "(proposed updates)".

Where appropriate, quotes have been added for readability.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: promote "git switch"</title>
<updated>2019-04-02T04:57:00Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2019-03-29T10:39:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=328c6cb853d7237098569de9f94bc3d259846a08'/>
<id>urn:sha1:328c6cb853d7237098569de9f94bc3d259846a08</id>
<content type='text'>
The new command "git switch" is added to avoid the confusion of
one-command-do-all "git checkout" for new users. They are also helpful
to avoid ambiguation context.

For these reasons, promote it everywhere possible. This includes
documentation, suggestions/advice from other commands...

The "Checking out files" progress line in unpack-trees.c is also updated
to "Updating files" to be neutral to both git-checkout and git-switch.

Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'km/doc-workflows-typofix'</title>
<updated>2018-06-18T17:18:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-18T17:18:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a6260826292bc00ea8829c1826b7f2f34444d2f2'/>
<id>urn:sha1:a6260826292bc00ea8829c1826b7f2f34444d2f2</id>
<content type='text'>
Typofix.

* km/doc-workflows-typofix:
  gitworkflows: fix grammar in 'Merge upwards' rule
</content>
</entry>
<entry>
<title>gitworkflows: fix grammar in 'Merge upwards' rule</title>
<updated>2018-06-12T17:19:48Z</updated>
<author>
<name>Kyle Meyer</name>
<email>kyle@kyleam.com</email>
</author>
<published>2018-06-09T15:19:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=58ebd936cc92441ec672b96e98ad12b34b3cb4a8'/>
<id>urn:sha1:58ebd936cc92441ec672b96e98ad12b34b3cb4a8</id>
<content type='text'>
Signed-off-by: Kyle Meyer &lt;kyle@kyleam.com&gt;
Reviewed-by: Elijah Newren &lt;newren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'db/doc-workflows-neuter-the-maintainer'</title>
<updated>2017-12-27T19:16:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-27T19:16:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f7bbca1cae80657f0ff782e7ccace810e9e723f8'/>
<id>urn:sha1:f7bbca1cae80657f0ff782e7ccace810e9e723f8</id>
<content type='text'>
Docfix.

* db/doc-workflows-neuter-the-maintainer:
  doc: reword gitworkflows.txt for neutrality
</content>
</entry>
<entry>
<title>doc: reword gitworkflows.txt for neutrality</title>
<updated>2017-12-08T17:22:23Z</updated>
<author>
<name>Daniel Bensoussan</name>
<email>daniel.bensoussan--bohm@etu.univ-lyon1.fr</email>
</author>
<published>2017-12-08T15:18:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6b0eb884f9f2856d8c75671eb0e576c23288ab15'/>
<id>urn:sha1:6b0eb884f9f2856d8c75671eb0e576c23288ab15</id>
<content type='text'>
Change 'he' to 'them' to be more neutral in "gitworkflows.txt".

Signed-off-by: Matthieu Moy &lt;matthieu.moy@univ-lyon1.fr&gt;
Signed-off-by: Timothee Albertin &lt;timothee.albertin@etu.univ-lyon1.fr&gt;
Signed-off-by: Nathan Payre &lt;nathan.payre@etu.univ-lyon1.fr&gt;
Signed-off-by: Daniel Bensoussan &lt;daniel.bensoussan--bohm@etu.univ-lyon1.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>stash: replace "git stash save" with "git stash push" in the documentation</title>
<updated>2017-10-27T00:58:38Z</updated>
<author>
<name>Thomas Gummerer</name>
<email>t.gummerer@gmail.com</email>
</author>
<published>2017-10-22T17:04:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=db37745eef62c57e1609cbd50c6dbf9a8066f191'/>
<id>urn:sha1:db37745eef62c57e1609cbd50c6dbf9a8066f191</id>
<content type='text'>
"git stash push" is the newer interface for creating a stash.  While we
are still keeping "git stash save" around for the time being, it's better
to point new users of "git stash" to the more modern (and more feature
rich) interface, instead of teaching them the older version that we
might want to phase out in the future.

Signed-off-by: Thomas Gummerer &lt;t.gummerer@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: unify bottom "part of git suite" lines</title>
<updated>2017-02-09T23:14:01Z</updated>
<author>
<name>Stefan Beller</name>
<email>sbeller@google.com</email>
</author>
<published>2017-02-09T01:29:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=941b9c527070c9c7b5883db1a7100559be571f71'/>
<id>urn:sha1:941b9c527070c9c7b5883db1a7100559be571f71</id>
<content type='text'>
We currently have 168 man pages that mention they are part of Git, you
can check yourself easily via:
  $ git grep "Part of the linkgit:git\[1\] suite" |wc -l
  168
However some have a trailing period, i.e.
  $ git grep "Part of the linkgit:git\[1\] suite." |wc -l
  8

Unify the bottom line in all man pages to not end with a period.

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