<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.0.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.0.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.0.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2014-07-30T18:32:12Z</updated>
<entry>
<title>commit --amend: test specifies authorship but forgets to check</title>
<updated>2014-07-30T18:32:12Z</updated>
<author>
<name>Fabian Ruch</name>
<email>bafain@gmail.com</email>
</author>
<published>2014-07-30T09:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d8b396e17ecfe28b39b5f4470f791c434cce40ec'/>
<id>urn:sha1:d8b396e17ecfe28b39b5f4470f791c434cce40ec</id>
<content type='text'>
The test case "--amend option copies authorship" specifies that the
git-commit option `--amend` uses the authorship of the replaced
commit for the new commit. Add the omitted check that this property
actually holds.

Signed-off-by: Fabian Ruch &lt;bafain@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t4013: test diff-tree's --stdin commit formatting</title>
<updated>2014-07-28T18:31:32Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2014-07-28T18:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d299e9e550c1bf8640907fdba1f03cc585ee71df'/>
<id>urn:sha1:d299e9e550c1bf8640907fdba1f03cc585ee71df</id>
<content type='text'>
Once upon a time, git-log was just "rev-list | diff-tree",
and we did not bother to test it separately. These days git-log
is implemented internally, but we want to make sure that the
rev-list to diff-tree pipeline continues to function. Let's
add a basic sanity test.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'zk/log-graph-showsig' into maint</title>
<updated>2014-07-22T17:28:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a1991f173460d4cc3bffecf4e2840ab74a8f3291'/>
<id>urn:sha1:a1991f173460d4cc3bffecf4e2840ab74a8f3291</id>
<content type='text'>
* zk/log-graph-showsig:
  log: fix indentation for --graph --show-signature
</content>
</entry>
<entry>
<title>Merge branch 'cb/filter-branch-prune-empty-degenerate-merges' into maint</title>
<updated>2014-07-22T17:28:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5796c5baa3ef0a7d179fdac6cb5815f75f65fd53'/>
<id>urn:sha1:5796c5baa3ef0a7d179fdac6cb5815f75f65fd53</id>
<content type='text'>
* cb/filter-branch-prune-empty-degenerate-merges:
  filter-branch: eliminate duplicate mapped parents
</content>
</entry>
<entry>
<title>Merge branch 'jm/dedup-test-config' into maint</title>
<updated>2014-07-22T17:26:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=054e22caf4962d6079b9aa1c5add69b02124db9d'/>
<id>urn:sha1:054e22caf4962d6079b9aa1c5add69b02124db9d</id>
<content type='text'>
* jm/dedup-test-config:
  t/t7810-grep.sh: remove duplicate test_config()
</content>
</entry>
<entry>
<title>Merge branch 'sk/test-cmp-bin' into maint</title>
<updated>2014-07-22T17:26:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef937140a602bccea6f36235f1f7f926a90b85f2'/>
<id>urn:sha1:ef937140a602bccea6f36235f1f7f926a90b85f2</id>
<content type='text'>
* sk/test-cmp-bin:
  t5000, t5003: do not use test_cmp to compare binary files
</content>
</entry>
<entry>
<title>Merge branch 'lt/request-pull' into maint</title>
<updated>2014-07-22T17:23:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=85dd37941a10583273ea80d476eca8187004f6d0'/>
<id>urn:sha1:85dd37941a10583273ea80d476eca8187004f6d0</id>
<content type='text'>
* lt/request-pull:
  fix brown paper bag breakage in t5150-request-pull.sh
</content>
</entry>
<entry>
<title>Merge branch 'ep/shell-assign-and-export-vars' into maint</title>
<updated>2014-07-22T17:22:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-22T17:22:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=63618af24a67e5fc959217201d9f220383a39fd0'/>
<id>urn:sha1:63618af24a67e5fc959217201d9f220383a39fd0</id>
<content type='text'>
* ep/shell-assign-and-export-vars:
  scripts: more "export VAR=VALUE" fixes
  scripts: "export VAR=VALUE" construct is not portable
</content>
</entry>
<entry>
<title>Merge branch 'jk/pretty-G-format-fixes' into maint</title>
<updated>2014-07-16T18:17:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-16T18:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=588de86f06c897713d0a6b362629ff7d4911dd7c'/>
<id>urn:sha1:588de86f06c897713d0a6b362629ff7d4911dd7c</id>
<content type='text'>
"%G" (nothing after G) is an invalid pretty format specifier, but
the parser did not notice it as garbage.

* jk/pretty-G-format-fixes:
  move "%G" format test from t7510 to t6006
  pretty: avoid reading past end-of-string with "%G"
  t7510: check %G* pretty-format output
  t7510: test a commit signed by an unknown key
  t7510: use consistent &amp;&amp;-chains in loop
  t7510: stop referring to master in later tests
</content>
</entry>
<entry>
<title>Merge branch 'bc/fix-rebase-merge-skip' into maint</title>
<updated>2014-07-16T18:16:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-07-16T18:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64630d807ae0a9717ae39c87bd1458bf15c62142'/>
<id>urn:sha1:64630d807ae0a9717ae39c87bd1458bf15c62142</id>
<content type='text'>
During "git rebase --merge", a conflicted patch could not be
skipped with "--skip" if the next one also conflicted.

* bc/fix-rebase-merge-skip:
  rebase--merge: fix --skip with two conflicts in a row
</content>
</entry>
</feed>
