Being able to see what function a hunk is from can be very handy.
BTW, Mike, I love these new CVS commit mails! :-)
xemacs-CVSROOT patch:
ChangeLog files diff command: cvs -q diff -U 0
Files affected: ChangeLog
Source files diff command: cvs -q diff -uN
Files affected: log_accum
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/CVSROOT/ChangeLog,v
retrieving revision 1.136
diff -u -U0 -r1.136 ChangeLog
--- ChangeLog 4 Jan 2005 15:53:22 -0000 1.136
+++ ChangeLog 29 Jan 2005 02:40:44 -0000
@@ -0,0 +1,5 @@
+2005-01-29 Steve Youngs <steve(a)sxemacs.org>
+
+ * log_accum: Add `-p' to $difftype to show the C function a hunk
+ is from.
+
Index: log_accum
===================================================================
RCS file: /pack/xemacscvs/CVSROOT/log_accum,v
retrieving revision 1.57
diff -u -u -r1.57 log_accum
--- log_accum 27 Jan 2005 17:17:46 -0000 1.57
+++ log_accum 29 Jan 2005 02:40:34 -0000
@@ -63,7 +63,7 @@
#$EMULATE_LOCAL_MAIL_USER="cvshome.org";
# Set this to '-c' for context diffs; defaults to '-u' for unidiff
format.
-$difftype = '-uN';
+$difftype = '-uNp';
############################################################
#
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve(a)sxemacs.org>---|