X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug;h=6febf16fde3f2eabd5eaa8671703911de239bff0;hp=1dd5f14fe7b4dbaf01a4fdfbd1d5332ae15b983a;hb=e0e8586fc72763571f9eafeb831c7bc79a15273d;hpb=92d8eae8f182e4eebc87d76f8d4f37e6c018883a diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 1dd5f14f..6febf16f 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -475,7 +475,7 @@ def log(args=()): 'nmbug log HEAD..@{upstream}'. """ # we don't want output trapping here, because we want the pager. - args = ['log', '--name-status'] + list(args) + args = ['log', '--name-status', '--no-renames'] + list(args) with _git(args=args, expect=(0, 1, -13)) as p: p.wait()