X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug;h=6febf16fde3f2eabd5eaa8671703911de239bff0;hp=1dd5f14fe7b4dbaf01a4fdfbd1d5332ae15b983a;hb=8492298a613e8e666d0f3054dadcb98b72a65ae4;hpb=6a833a6e83865f6999707cc30768d07e1351c2cb 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()