<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.3-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.3-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.3-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2010-09-06T07:12:04Z</updated>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-09-06T07:12:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-06T07:12:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4682693e9ccc04252d0fad6f5627fc056abcdbba'/>
<id>urn:sha1:4682693e9ccc04252d0fad6f5627fc056abcdbba</id>
<content type='text'>
* maint:
  tag.c: whitespace breakages fix
  Fix whitespace issue in object.c
  t5505: add missing &amp;&amp;
</content>
</entry>
<entry>
<title>Merge branch 'xx/trivial' into maint</title>
<updated>2010-09-06T07:11:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-06T07:11:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=af24059fa299f1656692f5807eddd3b30b5f3cfb'/>
<id>urn:sha1:af24059fa299f1656692f5807eddd3b30b5f3cfb</id>
<content type='text'>
* xx/trivial:
  tag.c: whitespace breakages fix
  Fix whitespace issue in object.c
  t5505: add missing &amp;&amp;
</content>
</entry>
<entry>
<title>tag.c: whitespace breakages fix</title>
<updated>2010-09-06T05:32:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-06T05:32:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d2c030d4773f1f00165bffc34e2487043df326e7'/>
<id>urn:sha1:d2c030d4773f1f00165bffc34e2487043df326e7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix whitespace issue in object.c</title>
<updated>2010-09-06T05:12:29Z</updated>
<author>
<name>Jared Hance</name>
<email>jaredhance@gmail.com</email>
</author>
<published>2010-09-05T19:36:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=55b4e9e43227632dd372f916c08dca6e26118af5'/>
<id>urn:sha1:55b4e9e43227632dd372f916c08dca6e26118af5</id>
<content type='text'>
Change some expanded tabs (spaces) to tabs in object.c.

Signed-off-by: Jared Hance &lt;jaredhance@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t5505: add missing &amp;&amp;</title>
<updated>2010-09-06T05:10:22Z</updated>
<author>
<name>Jens Lehmann</name>
<email>Jens.Lehmann@web.de</email>
</author>
<published>2010-09-05T12:56:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=65b26eb4668f0499bc1e671edb59842529cb286d'/>
<id>urn:sha1:65b26eb4668f0499bc1e671edb59842529cb286d</id>
<content type='text'>
Signed-off-by: Jens Lehmann &lt;Jens.Lehmann@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jl/submodule-ignore-diff'</title>
<updated>2010-09-04T15:17:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-04T15:17:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=02377cf4bc6050cdbf600ce65114a5438b049763'/>
<id>urn:sha1:02377cf4bc6050cdbf600ce65114a5438b049763</id>
<content type='text'>
* jl/submodule-ignore-diff:
  checkout: Use submodule.*.ignore settings from .git/config and .gitmodules
  checkout: Add test for diff.ignoreSubmodules
  checkout: respect diff.ignoreSubmodules setting

Conflicts:
	builtin/checkout.c
</content>
</entry>
<entry>
<title>Merge branch 'ab/test-2'</title>
<updated>2010-09-04T15:15:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-04T15:15:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a2c6726417db22bea7a878aeb88e18bcc95e5c0c'/>
<id>urn:sha1:a2c6726417db22bea7a878aeb88e18bcc95e5c0c</id>
<content type='text'>
* ab/test-2: (51 commits)
  tests: factor HOME=$(pwd) in test-lib.sh
  test-lib: use subshell instead of cd $new &amp;&amp; .. &amp;&amp; cd $old
  tests: simplify "missing PREREQ" message
  t/t0000-basic.sh: Run the passing TODO test inside its own test-lib
  test-lib: Allow overriding of TEST_DIRECTORY
  test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../
  test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../
  test: Introduce $GIT_BUILD_DIR
  cvs tests: do not touch test CVS repositories shipped with source
  t/t9602-cvsimport-branches-tags.sh: Add a PERL prerequisite
  t/t9601-cvsimport-vendor-branch.sh: Add a PERL prerequisite
  t/t7105-reset-patch.sh: Add a PERL prerequisite
  t/t9001-send-email.sh: convert setup code to tests
  t/t9001-send-email.sh: change from skip_all=* to prereq skip
  t/t9001-send-email.sh: Remove needless PROG=* assignment
  t/t9600-cvsimport.sh: change from skip_all=* to prereq skip
  lib-patch-mode tests: change from skip_all=* to prereq skip
  t/t3701-add-interactive.sh: change from skip_all=* to prereq skip
  tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.sh
  t/Makefile: Create test-results dir for smoke target
  ...

Conflicts:
	t/t6035-merge-dir-to-symlink.sh
</content>
</entry>
<entry>
<title>Merge branch 'js/detached-stash'</title>
<updated>2010-09-04T05:45:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-04T05:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b480d38dab815e780234d0887f4185afc3db1b64'/>
<id>urn:sha1:b480d38dab815e780234d0887f4185afc3db1b64</id>
<content type='text'>
* js/detached-stash:
  t3903: fix broken test_must_fail calls
  detached-stash: update Documentation
  detached-stash: tests of git stash with stash-like arguments
  detached-stash: simplify git stash show
  detached-stash: simplify git stash branch
  detached-stash: refactor git stash pop implementation
  detached-stash: simplify stash_drop
  detached-stash: simplify stash_apply
  detached-stash: work around git rev-parse failure to detect bad log refs
  detached-stash: introduce parse_flags_and_revs function
</content>
</entry>
<entry>
<title>Merge branch 'js/maint-reflog-beyond-horizon'</title>
<updated>2010-09-04T05:24:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-04T05:24:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=306d7e5556f45c7405190b8b170e7ceefc88b9fa'/>
<id>urn:sha1:306d7e5556f45c7405190b8b170e7ceefc88b9fa</id>
<content type='text'>
* js/maint-reflog-beyond-horizon:
  t1503: fix broken test_must_fail calls
  rev-parse: tests git rev-parse --verify master@{n}, for various n
  sha1_name.c: use warning in preference to fprintf(stderr
  rev-parse: exit with non-zero status if ref@{n} is not valid.
</content>
</entry>
<entry>
<title>Merge branch 'dg/local-mod-error-messages'</title>
<updated>2010-09-04T05:23:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-04T05:23:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c208e05bd9880028c980fafbc5dda3d17a603ac1'/>
<id>urn:sha1:c208e05bd9880028c980fafbc5dda3d17a603ac1</id>
<content type='text'>
* dg/local-mod-error-messages:
  t7609-merge-co-error-msgs: test non-fast forward case too.
  Move "show_all_errors = 1" to setup_unpack_trees_porcelain()
  setup_unpack_trees_porcelain: take the whole options struct as parameter
  Move set_porcelain_error_msgs to unpack-trees.c and rename it

Conflicts:
	merge-recursive.c
</content>
</entry>
</feed>
