<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-init.txt, branch v2.13.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.13.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.13.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2017-02-17T23:57:21Z</updated>
<entry>
<title>init: document dotfiles exclusion on template copy</title>
<updated>2017-02-17T23:57:21Z</updated>
<author>
<name>Grégoire Paris</name>
<email>gregoire.paris.greg0ire@gmail.com</email>
</author>
<published>2017-02-17T23:37:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=133f0a299da937d0a77a19a274c7730b2af5bf9c'/>
<id>urn:sha1:133f0a299da937d0a77a19a274c7730b2af5bf9c</id>
<content type='text'>
Not just . and .., but any path that begins with dot is not copied
when copying the template directory to a new repository.  You can
customize the template directory, copying some dotfiles might make
sense, but it's actually a good thing not to, because you would not
want to have your git directory copied in every git directory that
is created should you decide to put your template directory under
version control, for example.  Plus, it might be used as a feature
by people who would want to exclude some files.

Signed-off-by: Grégoire Paris &lt;postmaster@greg0ire.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tr/doc-tt'</title>
<updated>2016-06-27T16:56:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-27T16:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=94c61d25dabd35b18dc64781084a5d14da7be016'/>
<id>urn:sha1:94c61d25dabd35b18dc64781084a5d14da7be016</id>
<content type='text'>
The documentation set has been updated so that literal commands,
configuration variables and environment variables are consistently
typeset in fixed-width font and bold in manpages.

* tr/doc-tt:
  doc: change configuration variables format
  doc: more consistency in environment variables format
  doc: change environment variables format
  doc: clearer rule about formatting literals
</content>
</entry>
<entry>
<title>doc: more consistency in environment variables format</title>
<updated>2016-06-08T19:04:37Z</updated>
<author>
<name>Tom Russello</name>
<email>tom.russello@grenoble-inp.org</email>
</author>
<published>2016-06-07T22:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=47d81b5c7a3e7737d26b877a5cfebb772d75fa12'/>
<id>urn:sha1:47d81b5c7a3e7737d26b877a5cfebb772d75fa12</id>
<content type='text'>
Wrap with backticks (monospaced font) unwrapped or single-quotes wrapped
(italic type) environment variables which are followed by the word
"environment". It was obtained with:

perl -pi -e "s/\'?(\\\$?[0-9A-Z\_]+)\'?(?= environment ?)/\`\1\`/g" *.txt

One of the main purposes is to stick to the CodingGuidelines as possible so
that people writting new documentation by mimicking the existing are more likely
to have it right (even if they didn't read the CodingGuidelines).

Signed-off-by: Tom Russello &lt;tom.russello@grenoble-inp.org&gt;
Signed-off-by: Erwan Mathoniere &lt;erwan.mathoniere@grenoble-inp.org&gt;
Signed-off-by: Samuel Groot &lt;samuel.groot@grenoble-inp.org&gt;
Signed-off-by: Matthieu Moy &lt;matthieu.moy@grenoble-inp.fr&gt;
Reviewed-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>githooks.txt: improve the intro section</title>
<updated>2016-05-04T23:22:23Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2016-05-04T22:58:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=49fa52fd003ece5ea997607167bc5aaec3ff61af'/>
<id>urn:sha1:49fa52fd003ece5ea997607167bc5aaec3ff61af</id>
<content type='text'>
Change the documentation so that:

 * We don't talk about "little scripts". Hooks can be as big as you
   want, and don't have to be scripts, just call them "programs".

 * We note that we change the working directory before a hook is called,
   nothing documented this explicitly, but the current behavior is
   predictable. It helps a lot to know what directory these hooks will
   be executed from.

 * We don't make claims about the example hooks which may not be true
   depending on the configuration of 'init.templateDir'. Clarify that
   we're talking about the default settings of git-init in those cases,
   and move some of this documentation into git-init's documentation
   about the default templates.

 * We briefly note in the intro that hooks can get their arguments in
   various different ways, and that how exactly is described below for
   each hook.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>*config.txt: stick to camelCase naming convention</title>
<updated>2015-03-14T05:13:46Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2015-03-11T20:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=da0005b8853137c91e44867d899910d5c7eb4425'/>
<id>urn:sha1:da0005b8853137c91e44867d899910d5c7eb4425</id>
<content type='text'>
This should improve readability. Compare "thislongname" and
"thisLongName". The following keys are left in unchanged. We can
decide what to do with them later.

 - am.keepcr
 - core.autocrlf .safecrlf .trustctime
 - diff.dirstat .noprefix
 - gitcvs.usecrlfattr
 - gui.blamehistoryctx .trustmtime
 - pull.twohead
 - receive.autogc
 - sendemail.signedoffbycc .smtpsslcertpath .suppresscc

Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: git-init: flesh out example</title>
<updated>2014-08-08T20:17:42Z</updated>
<author>
<name>Linus Arver</name>
<email>linusarver@gmail.com</email>
</author>
<published>2014-08-08T17:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64de2e10a0acdcf9558317cca77ed3c5622d7a49'/>
<id>urn:sha1:64de2e10a0acdcf9558317cca77ed3c5622d7a49</id>
<content type='text'>
Add a third step `git commit` after adding files for the first time.

Signed-off-by: Linus Arver &lt;linusarver@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: git-init: template directory: reword and cross-reference</title>
<updated>2014-08-08T20:17:42Z</updated>
<author>
<name>Linus Arver</name>
<email>linusarver@gmail.com</email>
</author>
<published>2014-08-08T17:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8994fbf3ec97d408e2bceefad0328c5951a3de14'/>
<id>urn:sha1:8994fbf3ec97d408e2bceefad0328c5951a3de14</id>
<content type='text'>
Signed-off-by: Linus Arver &lt;linusarver@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: git-init: reword parenthetical statements</title>
<updated>2014-08-08T20:17:41Z</updated>
<author>
<name>Linus Arver</name>
<email>linusarver@gmail.com</email>
</author>
<published>2014-08-08T17:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4dde849a20267153aa86ffeb1476cd5886d0fc57'/>
<id>urn:sha1:4dde849a20267153aa86ffeb1476cd5886d0fc57</id>
<content type='text'>
Signed-off-by: Linus Arver &lt;linusarver@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: git-init: --separate-git-dir: clarify</title>
<updated>2014-08-08T20:17:41Z</updated>
<author>
<name>Linus Arver</name>
<email>linusarver@gmail.com</email>
</author>
<published>2014-08-08T17:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c165d1f5ca82bca5e79a1a797d847ca5458ea9c8'/>
<id>urn:sha1:c165d1f5ca82bca5e79a1a797d847ca5458ea9c8</id>
<content type='text'>
Use shorter sentences to describe what actually happens. We describe
what the term "Git symbolic link" actually means.

Also, we separate out the description of the behavioral change upon
reinitialization into its own paragraph.

Signed-off-by: Linus Arver &lt;linusarver@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: git-init: template directory: reword</title>
<updated>2014-08-08T20:17:41Z</updated>
<author>
<name>Linus Arver</name>
<email>linusarver@gmail.com</email>
</author>
<published>2014-08-08T17:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=86d387af3763e44f8ebdf91e74c37cc002495625'/>
<id>urn:sha1:86d387af3763e44f8ebdf91e74c37cc002495625</id>
<content type='text'>
Signed-off-by: Linus Arver &lt;linusarver@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
