From ce7d9c9c3cea73ab81bf38df93927abb580669ec Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 19 May 2005 09:07:19 -0700 Subject: [PATCH] git-whatchanged: use 'less -S' on the output to make it more user friendly --- git-whatchanged | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-whatchanged b/git-whatchanged index 542067d13..d80abcc98 100755 --- a/git-whatchanged +++ b/git-whatchanged @@ -1,2 +1,2 @@ #!/bin/sh -git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" +git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S -- 2.11.0