]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tt/bisect-in-c'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:22 +0000 (22:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:22 +0000 (22:05 -0800)
commit09a9c1f427c110f1281eea55c48596c8c8701a13
tree06c8f6685e4ca005aa2367d9b4ae95368d2eb170
parent0fa3cc77ee9fb3b6bb53c73688c9b7500f996b83
parent06f5608c14e6972748b84649d5b8ffd335bbd209
Merge branch 'tt/bisect-in-c'

More code in "git bisect" has been rewritten in C.

* tt/bisect-in-c:
  bisect--helper: `bisect_start` shell function partially in C
  bisect--helper: `get_terms` & `bisect_terms` shell function in C
  bisect--helper: `bisect_next_check` shell function in C
  bisect--helper: `check_and_set_terms` shell function in C
  wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
  bisect--helper: `bisect_write` shell function in C
  bisect--helper: `bisect_reset` shell function in C
builtin/am.c
builtin/bisect--helper.c
cache.h