diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:30:28 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:30:28 +0100 |
commit | 77c5c9e26af0322150af07beb32ed0e779f8a750 (patch) | |
tree | aaf91ae3d1b64b0c761055fe58c858a16096472c /bashrc | |
parent | Function to show differences on a branch (diff) | |
download | util-77c5c9e26af0322150af07beb32ed0e779f8a750.tar.bz2 util-77c5c9e26af0322150af07beb32ed0e779f8a750.tar.xz util-77c5c9e26af0322150af07beb32ed0e779f8a750.zip |
Better cvs diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ autocov() { } # CVS cvsd() { - diffWith "cvs diff -wubB $@" + diffWith "cvs diff -wubB --show-c-function $@" } # SVN svnd() { |