Merge branch 'er/fast-import-dump-refs-on-checkpoint'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Oct 2017 04:48:19 +0000 (13:48 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Oct 2017 04:48:19 +0000 (13:48 +0900)
commit29a67ccc89b0f105aa8e6f675649145b88b2cb0e
tree7326e8f93eade856ea1a84f78d5120b7752cea93
parent8fb8a945bc2dea2bb04249213ad8dacffbfc604f
parent30e215a65c9f75e0f2a72c9f695389179bc30f72
Merge branch 'er/fast-import-dump-refs-on-checkpoint'

The checkpoint command "git fast-import" did not flush updates to
refs and marks unless at least one object was created since the
last checkpoint, which has been corrected, as these things can
happen without any new object getting created.

* er/fast-import-dump-refs-on-checkpoint:
  fast-import: checkpoint: dump branches/tags/marks even if object_count==0
fast-import.c