Merge branch 'kh/range-diff-notes'
"git range-diff --notes=foo" compared "log --notes=foo --notes" of the two ranges, instead of using just the specified notes tree. * kh/range-diff-notes: range-diff: treat notes like `log`
This commit is contained in:
@ -60,7 +60,7 @@ static int read_patches(const char *range, struct string_list *list,
|
||||
"--output-indicator-context=#",
|
||||
"--no-abbrev-commit",
|
||||
"--pretty=medium",
|
||||
"--notes",
|
||||
"--show-notes-by-default",
|
||||
NULL);
|
||||
strvec_push(&cp.args, range);
|
||||
if (other_arg)
|
||||
|
Reference in New Issue
Block a user