]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sg/commit-graph-validate'
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Aug 2019 19:34:11 +0000 (12:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Aug 2019 19:34:11 +0000 (12:34 -0700)
commit6ba06b582bcf0fb4afa9fcc7d265005eb20cd50f
tree691eb351631f68e5e72707ac27197041b7775e34
parent072735ea58407db41c0874fd2f8a91d0c191d49b
parent7c5c9b9c57d58273d17dfc3fec3ebdb25077a9de
Merge branch 'sg/commit-graph-validate'

The code to write commit-graph over given commit object names has
been made a bit more robust.

* sg/commit-graph-validate:
  commit-graph: error out on invalid commit oids in 'write --stdin-commits'
  commit-graph: turn a group of write-related macro flags into an enum
  t5318-commit-graph: use 'test_expect_code'
commit-graph.c