<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/git.git/Documentation, branch np/config-path-doc</title>
<subtitle>github.com: git/git.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/'/>
<entry>
<title>config doc: clarify "git config --path" example</title>
<updated>2017-10-19T04:52:49+00:00</updated>
<author>
<name>Nathan Payre</name>
<email>nathan.payre@etu.univ-lyon1.fr</email>
</author>
<published>2017-10-18T20:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=32fceba3fddff4eea4f306f947c4d21911c5daed'/>
<id>32fceba3fddff4eea4f306f947c4d21911c5daed</id>
<content type='text'>
Change the word "bla" to "section.variable"; "bla" is a placeholder
for a variable name but it wasn't clear for everyone.

While we're here, also reformat this sample command line to use
monospace instead of italics, to better match the rest of the file.

Use a space instead of a dash in "git config", as is common in the
rest of Git's documentation.

Reported-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: MOY Matthieu &lt;matthieu.moy@univ-lyon1.fr&gt;
Signed-off-by: Daniel Bensoussan &lt;daniel.bensoussan--bohm@etu.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: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the word "bla" to "section.variable"; "bla" is a placeholder
for a variable name but it wasn't clear for everyone.

While we're here, also reformat this sample command line to use
monospace instead of italics, to better match the rest of the file.

Use a space instead of a dash in "git config", as is common in the
rest of Git's documentation.

Reported-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: MOY Matthieu &lt;matthieu.moy@univ-lyon1.fr&gt;
Signed-off-by: Daniel Bensoussan &lt;daniel.bensoussan--bohm@etu.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: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 2.14.3</title>
<updated>2017-10-18T05:24:09+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=4c2224e83951a685185bb8c1f83b28e22fee0e27'/>
<id>4c2224e83951a685185bb8c1f83b28e22fee0e27</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jk/ref-filter-colors-fix' into maint</title>
<updated>2017-10-18T05:20:43+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=e3e3c6a43e7f36d507129909e49d54f1e8ad65e2'/>
<id>e3e3c6a43e7f36d507129909e49d54f1e8ad65e2</id>
<content type='text'>
This is the "theoretically more correct" approach of simply
stepping back to the state before plumbing commands started paying
attention to "color.ui" configuration variable.

* jk/ref-filter-colors-fix:
  tag: respect color.ui config
  Revert "color: check color.ui in git_default_config()"
  Revert "t6006: drop "always" color config tests"
  Revert "color: make "always" the same as "auto" in config"
  color: make "always" the same as "auto" in config
  provide --color option for all ref-filter users
  t3205: use --color instead of color.branch=always
  t3203: drop "always" color test
  t6006: drop "always" color config tests
  t7502: use diff.noprefix for --verbose test
  t7508: use test_terminal for color output
  t3701: use test-terminal to collect color output
  t4015: prefer --color to -c color.diff=always
  test-terminal: set TERM=vt100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the "theoretically more correct" approach of simply
stepping back to the state before plumbing commands started paying
attention to "color.ui" configuration variable.

* jk/ref-filter-colors-fix:
  tag: respect color.ui config
  Revert "color: check color.ui in git_default_config()"
  Revert "t6006: drop "always" color config tests"
  Revert "color: make "always" the same as "auto" in config"
  color: make "always" the same as "auto" in config
  provide --color option for all ref-filter users
  t3205: use --color instead of color.branch=always
  t3203: drop "always" color test
  t6006: drop "always" color config tests
  t7502: use diff.noprefix for --verbose test
  t7508: use test_terminal for color output
  t3701: use test-terminal to collect color output
  t4015: prefer --color to -c color.diff=always
  test-terminal: set TERM=vt100
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-checkout' into maint</title>
<updated>2017-10-18T05:19:14+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=4e4a0c6e794f1f37ba7fa65e5e774b9d6c168afc'/>
<id>4e4a0c6e794f1f37ba7fa65e5e774b9d6c168afc</id>
<content type='text'>
Doc update.

* jc/doc-checkout:
  checkout doc: clarify command line args for "checkout paths" mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc update.

* jc/doc-checkout:
  checkout doc: clarify command line args for "checkout paths" mode
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ad/doc-markup-fix' into maint</title>
<updated>2017-10-18T05:19:12+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=1fa0526876a5958c4c6fd3fd3464e99f879db669'/>
<id>1fa0526876a5958c4c6fd3fd3464e99f879db669</id>
<content type='text'>
Docfix.

* ad/doc-markup-fix:
  doc: correct command formatting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docfix.

* ad/doc-markup-fix:
  doc: correct command formatting
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mr/doc-negative-pathspec' into maint</title>
<updated>2017-10-18T05:19:12+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=8a19eeed795de950714703488c7c8ffb4eb513c2'/>
<id>8a19eeed795de950714703488c7c8ffb4eb513c2</id>
<content type='text'>
Doc updates.

* mr/doc-negative-pathspec:
  docs: improve discoverability of exclude pathspec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc updates.

* mr/doc-negative-pathspec:
  docs: improve discoverability of exclude pathspec
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ks/doc-use-camelcase-for-config-name' into maint</title>
<updated>2017-10-18T05:19:12+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=7f607f6bfb0494a91996bd613ba689814f7da28e'/>
<id>7f607f6bfb0494a91996bd613ba689814f7da28e</id>
<content type='text'>
Doc update.

* ks/doc-use-camelcase-for-config-name:
  doc: camelCase the config variables to improve readability
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc update.

* ks/doc-use-camelcase-for-config-name:
  doc: camelCase the config variables to improve readability
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jk/doc-read-tree-table-asciidoctor-fix' into maint</title>
<updated>2017-10-18T05:19:11+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=e1a05be9d0c790a929ae39839ec0b2a742856e02'/>
<id>e1a05be9d0c790a929ae39839ec0b2a742856e02</id>
<content type='text'>
A docfix.

* jk/doc-read-tree-table-asciidoctor-fix:
  doc: put literal block delimiter around table
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A docfix.

* jk/doc-read-tree-table-asciidoctor-fix:
  doc: put literal block delimiter around table
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ez/doc-duplicated-words-fix' into maint</title>
<updated>2017-10-18T05:19:10+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=0c521503a090838a0501a09135e44e1d089422cc'/>
<id>0c521503a090838a0501a09135e44e1d089422cc</id>
<content type='text'>
Typofix.

* ez/doc-duplicated-words-fix:
  doc: fix minor typos (extra/duplicated words)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typofix.

* ez/doc-duplicated-words-fix:
  doc: fix minor typos (extra/duplicated words)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'kd/doc-for-each-ref' into maint</title>
<updated>2017-10-18T05:19:10+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-10-18T05:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/git.git/commit/?id=5a4ec5cb2274934d9cf236137e98062b04e6167e'/>
<id>5a4ec5cb2274934d9cf236137e98062b04e6167e</id>
<content type='text'>
Doc update.

* kd/doc-for-each-ref:
  doc/for-each-ref: explicitly specify option names
  doc/for-each-ref: consistently use '=' to between argument names and values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doc update.

* kd/doc-for-each-ref:
  doc/for-each-ref: explicitly specify option names
  doc/for-each-ref: consistently use '=' to between argument names and values
</pre>
</div>
</content>
</entry>
</feed>
