summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:30:28 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:30:28 +0100
commit77c5c9e26af0322150af07beb32ed0e779f8a750 (patch)
treeaaf91ae3d1b64b0c761055fe58c858a16096472c /bashrc
parentFunction to show differences on a branch (diff)
downloadutil-77c5c9e26af0322150af07beb32ed0e779f8a750.tar.bz2
util-77c5c9e26af0322150af07beb32ed0e779f8a750.tar.xz
util-77c5c9e26af0322150af07beb32ed0e779f8a750.zip
Better cvs diff options
Diffstat (limited to 'bashrc')
-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() {