mbox series

[0/3] cleanup for 'dl/range-diff-with-notes'

Message ID cover.1575663345.git.liu.denton@gmail.com (mailing list archive)
Headers show
Series cleanup for 'dl/range-diff-with-notes' | expand

Message

Denton Liu Dec. 6, 2019, 8:16 p.m. UTC
This series performs some small polishing touches for the
'dl/range-diff-with-notes' topic. Notably, we fix an incorrect test case
name but we also perform some nit-picky cleanup for the range-diff code.

Denton Liu (3):
  t3206: fix incorrect test name
  range-diff: mark pointers as const
  range-diff: clear `other_arg` at end of function

 builtin/range-diff.c  | 1 +
 range-diff.c          | 6 +++---
 range-diff.h          | 4 ++--
 t/t3206-range-diff.sh | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)