<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, 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-06-24T22:29:34Z</updated>
<entry>
<title>Merge branch 'sd/t3200-branch-m-test' into maint</title>
<updated>2017-06-24T22:29:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-24T22:29:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=77bcac3e72430472853602603a395f6edbbc5112'/>
<id>urn:sha1:77bcac3e72430472853602603a395f6edbbc5112</id>
<content type='text'>
New test.

* sd/t3200-branch-m-test:
  t3200: add test for single parameter passed to -m option
</content>
</entry>
<entry>
<title>Merge branch 'km/test-mailinfo-b-failure' into maint</title>
<updated>2017-06-24T22:29:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-24T22:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6f0c89d08ca8c72b778a489e49cfc670d24e1905'/>
<id>urn:sha1:6f0c89d08ca8c72b778a489e49cfc670d24e1905</id>
<content type='text'>
New tests.

* km/test-mailinfo-b-failure:
  t5100: add some more mailinfo tests
</content>
</entry>
<entry>
<title>Merge branch 'ps/stash-push-pathspec-fix' into maint</title>
<updated>2017-06-24T22:29:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-24T22:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c4db75f275327a9e0fe0b62096a6a7e5220bb041'/>
<id>urn:sha1:c4db75f275327a9e0fe0b62096a6a7e5220bb041</id>
<content type='text'>
"git stash push &lt;pathspec&gt;" did not work from a subdirectory at all.
Bugfix for a topic in v2.13

* ps/stash-push-pathspec-fix:
  git-stash: fix pushing stash with pathspec from subdir
</content>
</entry>
<entry>
<title>Merge branch 'jk/pack-idx-corruption-safety' into maint</title>
<updated>2017-06-24T22:29:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-24T22:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7deb48af0f884c4053e4ac2633ad06fa97ac206c'/>
<id>urn:sha1:7deb48af0f884c4053e4ac2633ad06fa97ac206c</id>
<content type='text'>
A flaky test has been corrected.

* jk/pack-idx-corruption-safety:
  t5313: make extended-table test more deterministic
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-blob' into maint</title>
<updated>2017-06-24T22:29:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-24T22:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7809876866a0a19bb9796f91df6e612b507b7af8'/>
<id>urn:sha1:7809876866a0a19bb9796f91df6e612b507b7af8</id>
<content type='text'>
The result from "git diff" that compares two blobs, e.g. "git diff
$commit1:$path $commit2:$path", used to be shown with the full
object name as given on the command line, but it is more natural to
use the $path in the output and use it to look up .gitattributes.

* jk/diff-blob:
  diff: use blob path for blob/file diffs
  diff: use pending "path" if it is available
  diff: use the word "path" instead of "name" for blobs
  diff: pass whole pending entry in blobinfo
  handle_revision_arg: record paths for pending objects
  handle_revision_arg: record modes for "a..b" endpoints
  t4063: add tests of direct blob diffs
  get_sha1_with_context: dynamically allocate oc-&gt;path
  get_sha1_with_context: always initialize oc-&gt;symlink_path
  sha1_name: consistently refer to object_context as "oc"
  handle_revision_arg: add handle_dotdot() helper
  handle_revision_arg: hoist ".." check out of range parsing
  handle_revision_arg: stop using "dotdot" as a generic pointer
  handle_revision_arg: simplify commit reference lookups
  handle_revision_arg: reset "dotdot" consistently
</content>
</entry>
<entry>
<title>Merge branch 'jc/name-rev-lw-tag' into maint</title>
<updated>2017-06-24T22:29:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-24T22:29:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e8d9d8b0bdb8c43c8c5e23c3a2fe99a1dcbe8015'/>
<id>urn:sha1:e8d9d8b0bdb8c43c8c5e23c3a2fe99a1dcbe8015</id>
<content type='text'>
"git describe --contains" penalized light-weight tags so much that
they were almost never considered.  Instead, give them about the
same chance to be considered as an annotated tag that is the same
age as the underlying commit would.

* jc/name-rev-lw-tag:
  name-rev: favor describing with tags and use committer date to tiebreak
  name-rev: refactor logic to see if a new candidate is a better name
</content>
</entry>
<entry>
<title>Merge branch 'ab/t3070-test-dedup' into maint</title>
<updated>2017-06-13T20:27:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-13T20:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cbbe1c87130f066692253fc9cd87b6f65f31e2dc'/>
<id>urn:sha1:cbbe1c87130f066692253fc9cd87b6f65f31e2dc</id>
<content type='text'>
Test cleanup.

* ab/t3070-test-dedup:
  wildmatch test: remove redundant duplicate test
</content>
</entry>
<entry>
<title>Merge branch 'jh/memihash-opt' into maint</title>
<updated>2017-06-13T20:27:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-13T20:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4478c9c0319a1d32dc8af76366ef8d855c16ff9'/>
<id>urn:sha1:a4478c9c0319a1d32dc8af76366ef8d855c16ff9</id>
<content type='text'>
perf-test update.

* jh/memihash-opt:
  p0004: don't error out if test repo is too small
  p0004: don't abort if multi-threaded is too slow
  p0004: use test_perf
  p0004: avoid using pipes
  p0004: simplify calls of test-lazy-init-name-hash
</content>
</entry>
<entry>
<title>Merge branch 'tb/pull-ff-rebase-autostash' into maint</title>
<updated>2017-06-13T20:27:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-13T20:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9e60e21e53a6a8be899f9834955017e0ff6e6906'/>
<id>urn:sha1:9e60e21e53a6a8be899f9834955017e0ff6e6906</id>
<content type='text'>
"git pull --rebase --autostash" didn't auto-stash when the local history
fast-forwards to the upstream.

* tb/pull-ff-rebase-autostash:
  pull: ff --rebase --autostash works in dirty repo
</content>
</entry>
<entry>
<title>Merge branch 'sl/clean-d-ignored-fix' into maint</title>
<updated>2017-06-13T20:27:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-06-13T20:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f4683b4e9cad5e0077fe0a067b15f69c828581bb'/>
<id>urn:sha1:f4683b4e9cad5e0077fe0a067b15f69c828581bb</id>
<content type='text'>
"git clean -d" used to clean directories that has ignored files,
even though the command should not lose ignored ones without "-x".
"git status --ignored"  did not list ignored and untracked files
without "-uall".  These have been corrected.

* sl/clean-d-ignored-fix:
  clean: teach clean -d to preserve ignored paths
  dir: expose cmp_name() and check_contains()
  dir: hide untracked contents of untracked dirs
  dir: recurse into untracked dirs for ignored files
  t7061: status --ignored should search untracked dirs
  t7300: clean -d should skip dirs with ignored files
</content>
</entry>
</feed>
