<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-07-21T19:55:50Z</updated>
<entry>
<title>Git 1.7.2</title>
<updated>2010-07-21T19:55:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-21T19:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64fdc08dac6694d1e754580e7acb82dfa4988bb9'/>
<id>urn:sha1:64fdc08dac6694d1e754580e7acb82dfa4988bb9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-07-19T18:21:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-19T18:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c5212b87dafb3f559ceb898bd9b40bfc3cd0ad68'/>
<id>urn:sha1:c5212b87dafb3f559ceb898bd9b40bfc3cd0ad68</id>
<content type='text'>
* maint:
  update-server-info: Shorten read_pack_info_file()
  Documentation: Explain git-mergetool's use of temporary files
</content>
</entry>
<entry>
<title>git add: Add --ignore-missing to SYNOPSIS</title>
<updated>2010-07-19T18:11:46Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2010-07-17T15:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f0e5a4b7f3db2d4e1ded9683817d1d1d3a2a220f'/>
<id>urn:sha1:f0e5a4b7f3db2d4e1ded9683817d1d1d3a2a220f</id>
<content type='text'>
All the git add options were listed in the synopsis until the
--ignore-missing option was added. Change that so that the git add
documentation now has the complete listing.

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>git submodule add: Remove old docs about implicit -f</title>
<updated>2010-07-19T18:11:07Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2010-07-17T15:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1f74574ba2d34fc9735e8113ed95def6accb6411'/>
<id>urn:sha1:1f74574ba2d34fc9735e8113ed95def6accb6411</id>
<content type='text'>
git submodule add no longer implicitly adds with --force. Remove
references to the old functionality in the documentation.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Acked-by: Jens Lehmann &lt;Jens.Lehmann@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git submodule add: Require the new --force option to add ignored paths</title>
<updated>2010-07-19T18:10:43Z</updated>
<author>
<name>Jens Lehmann</name>
<email>Jens.Lehmann@web.de</email>
</author>
<published>2010-07-17T15:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d27b876b284b8fb82db971bc7cea8c9782614ab2'/>
<id>urn:sha1:d27b876b284b8fb82db971bc7cea8c9782614ab2</id>
<content type='text'>
To make the behavior of "git submodule add" more consistent with "git add"
ignored submodule paths should not be silently added when they match an
entry in a .gitignore file. To be able to override that default behavior
in the same way as we can do that for "git add", the new option "--force"
is introduced.

Signed-off-by: Jens Lehmann &lt;Jens.Lehmann@web.de&gt;
Acked-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>Merge branch 'jl/add-n-ignore-missing'</title>
<updated>2010-07-19T18:09:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-19T18:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8fbe9b32ce6f5e12ba3f8b9d4e3ccb0b8acf529f'/>
<id>urn:sha1:8fbe9b32ce6f5e12ba3f8b9d4e3ccb0b8acf529f</id>
<content type='text'>
* jl/add-n-ignore-missing:
  git add: Add the "--ignore-missing" option for the dry run
</content>
</entry>
<entry>
<title>Documentation: Explain git-mergetool's use of temporary files</title>
<updated>2010-07-19T16:16:09Z</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2010-07-18T01:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d1cc4621eda62222fbc929a7f65c89b6be678c2e'/>
<id>urn:sha1:d1cc4621eda62222fbc929a7f65c89b6be678c2e</id>
<content type='text'>
'git mergetool' creates '*.orig' backup files in its
default configuration.  Mention this in its documentation.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'eb/doc-log-manpage'</title>
<updated>2010-07-15T19:07:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-15T19:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=90a0f1b44b387877c0bbe427382a2988d906d968'/>
<id>urn:sha1:90a0f1b44b387877c0bbe427382a2988d906d968</id>
<content type='text'>
* eb/doc-log-manpage:
  Reorganize `git-log' man page to clarify common diff options.
</content>
</entry>
<entry>
<title>Merge branch 'mg/revision-doc'</title>
<updated>2010-07-15T19:07:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-15T19:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cb597adb5cb989540ebd77afc9507cd24d6c70bd'/>
<id>urn:sha1:cb597adb5cb989540ebd77afc9507cd24d6c70bd</id>
<content type='text'>
* mg/revision-doc:
  Documentation: link to gitrevisions rather than git-rev-parse
  Documentation: gitrevisions
  Documentation: split off rev doc into include file
</content>
</entry>
<entry>
<title>Merge branch 'ab/submodule-add-f'</title>
<updated>2010-07-15T19:06:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-15T19:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=849865733fc667789d0e57edd1ac2ee1f38499a3'/>
<id>urn:sha1:849865733fc667789d0e57edd1ac2ee1f38499a3</id>
<content type='text'>
* ab/submodule-add-f:
  git submodule: add submodules with git add -f &lt;path&gt;
</content>
</entry>
</feed>
