<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/builtin, branch v2.4.7</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.7</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-07-27T19:21:47Z</updated>
<entry>
<title>Merge branch 'ls/hint-rev-list-count' into maint</title>
<updated>2015-07-27T19:21:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3afcec9057ed2c13338ab53a9fa34b8a031e5b23'/>
<id>urn:sha1:3afcec9057ed2c13338ab53a9fa34b8a031e5b23</id>
<content type='text'>
* ls/hint-rev-list-count:
  rev-list: add --count to usage guide
</content>
</entry>
<entry>
<title>Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maint</title>
<updated>2015-07-27T19:21:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=726359be47b194c692990d3047d23ac56142a220'/>
<id>urn:sha1:726359be47b194c692990d3047d23ac56142a220</id>
<content type='text'>
A minor bugfix when pack bitmap is used with "rev-list --count".

* jk/rev-list-no-bitmap-while-pruning:
  rev-list: disable --use-bitmap-index when pruning commits
</content>
</entry>
<entry>
<title>Merge branch 'jk/index-pack-reduce-recheck' into maint</title>
<updated>2015-07-27T19:21:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=de62fe8c421344c34d375fc315f33eeb584ab538'/>
<id>urn:sha1:de62fe8c421344c34d375fc315f33eeb584ab538</id>
<content type='text'>
Disable "have we lost a race with competing repack?" check while
receiving a huge object transfer that runs index-pack.

* jk/index-pack-reduce-recheck:
  index-pack: avoid excessive re-reading of pack directory
</content>
</entry>
<entry>
<title>Merge branch 'mh/fsck-reflog-entries' into maint</title>
<updated>2015-07-15T18:41:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-15T18:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=697f67ac9fc88d01ec61801aba6e4c788b8a5c7d'/>
<id>urn:sha1:697f67ac9fc88d01ec61801aba6e4c788b8a5c7d</id>
<content type='text'>
"git fsck" used to ignore missing or invalid objects recorded in reflog.

* mh/fsck-reflog-entries:
  fsck: report errors if reflog entries point at invalid objects
  fsck_handle_reflog_sha1(): new function
</content>
</entry>
<entry>
<title>Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' into maint</title>
<updated>2015-07-15T18:41:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-15T18:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=93eba05b4f0b235dd859d9a9ed6ebb1ed49e1d60'/>
<id>urn:sha1:93eba05b4f0b235dd859d9a9ed6ebb1ed49e1d60</id>
<content type='text'>
"git format-patch --ignore-if-upstream A..B" did not like to be fed
tags as boundary commits.

* jc/do-not-feed-tags-to-clear-commit-marks:
  format-patch: do not feed tags to clear_commit_marks()
</content>
</entry>
<entry>
<title>rev-list: disable --use-bitmap-index when pruning commits</title>
<updated>2015-07-01T19:00:50Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-07-01T18:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c8a70d35090c490ce0e9f1354ef372b2887bea28'/>
<id>urn:sha1:c8a70d35090c490ce0e9f1354ef372b2887bea28</id>
<content type='text'>
The reachability bitmaps do not have enough information to
tell us which commits might have changed path "foo", so the
current code produces wrong answers for:

  git rev-list --use-bitmap-index --count HEAD -- foo

(it silently ignores the "foo" limiter). Instead, we should
fall back to doing a normal traversal (it is OK to fall
back rather than complain, because --use-bitmap-index is a
pure optimization, and might not kick in for other reasons,
such as there being no bitmaps in the repository).

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>rev-list: add --count to usage guide</title>
<updated>2015-07-01T16:29:11Z</updated>
<author>
<name>Lawrence Siebert</name>
<email>lawrencesiebert@gmail.com</email>
</author>
<published>2015-07-01T09:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=75d2e5a7b038debee406805c9e21a86e7c085789'/>
<id>urn:sha1:75d2e5a7b038debee406805c9e21a86e7c085789</id>
<content type='text'>
--count should be mentioned in the usage guide, this updates code and
documentation.

Signed-off-by: Lawrence Siebert &lt;lawrencesiebert@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/clone-dissociate' into maint</title>
<updated>2015-06-16T21:33:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=37d6f933dff7d5c295870c85399f5fd22072643a'/>
<id>urn:sha1:37d6f933dff7d5c295870c85399f5fd22072643a</id>
<content type='text'>
Code clean-up.

* jk/clone-dissociate:
  clone: reorder --dissociate and --reference options
  clone: use OPT_STRING_LIST for --reference
</content>
</entry>
<entry>
<title>Merge branch 'ah/usage-strings' into maint</title>
<updated>2015-06-16T21:33:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6588f82ff6aa8ff7857304c10b18ab062e67bb52'/>
<id>urn:sha1:6588f82ff6aa8ff7857304c10b18ab062e67bb52</id>
<content type='text'>
A few usage string updates.

* ah/usage-strings:
  blame, log: format usage strings similarly to those in documentation
</content>
</entry>
<entry>
<title>Merge branch 'rs/janitorial' into maint</title>
<updated>2015-06-16T21:33:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-16T21:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dfb67594e964e63f20546361597c06432c73779d'/>
<id>urn:sha1:dfb67594e964e63f20546361597c06432c73779d</id>
<content type='text'>
Code clean-up.

* rs/janitorial:
  dir: remove unused variable sb
  clean: remove unused variable buf
  use file_exists() to check if a file exists in the worktree
</content>
</entry>
</feed>
