summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 3492cfc..3580770 100644
--- a/bashrc
+++ b/bashrc
@@ -153,7 +153,7 @@ autocov() {
}
# CVS
cvsd() {
- diffWith "cvs diff -wubB $@"
+ diffWith "cvs diff -wubB --show-c-function $@"
}
# SVN
svnd() {